MythTV  master
Public Member Functions | Static Public Attributes | List of all members
hardwareprofile.hwdata.DeviceMap Class Reference
Inheritance diagram for hardwareprofile.hwdata.DeviceMap:
Inheritance graph
[legend]
Collaboration diagram for hardwareprofile.hwdata.DeviceMap:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, bus='pci')
 
def device_map (self, bus='pci')
 
def vendor (self, vend, subvend=None, alt='N/A', bus='pci')
 
def device (self, vend, dev, subvend=None, subdevice=None, alt='N/A', bus='pci')
 
def subdevice (self, vend, dev, subvend, subdevice, alt='N/A', bus='pci')
 

Static Public Attributes

dictionary vendors = {}
 

Detailed Description

Definition at line 44 of file hwdata.py.

Constructor & Destructor Documentation

◆ __init__()

def hardwareprofile.hwdata.DeviceMap.__init__ (   self,
  bus = 'pci' 
)

Definition at line 47 of file hwdata.py.

Member Function Documentation

◆ device_map()

def hardwareprofile.hwdata.DeviceMap.device_map (   self,
  bus = 'pci' 
)

Definition at line 51 of file hwdata.py.

Referenced by hardwareprofile.hwdata.DeviceMap.__init__().

◆ vendor()

def hardwareprofile.hwdata.DeviceMap.vendor (   self,
  vend,
  subvend = None,
  alt = 'N/A',
  bus = 'pci' 
)

Definition at line 142 of file hwdata.py.

◆ device()

def hardwareprofile.hwdata.DeviceMap.device (   self,
  vend,
  dev,
  subvend = None,
  subdevice = None,
  alt = 'N/A',
  bus = 'pci' 
)

Definition at line 157 of file hwdata.py.

◆ subdevice()

def hardwareprofile.hwdata.DeviceMap.subdevice (   self,
  vend,
  dev,
  subvend,
  subdevice,
  alt = 'N/A',
  bus = 'pci' 
)

Definition at line 182 of file hwdata.py.

Member Data Documentation

◆ vendors

dictionary hardwareprofile.hwdata.DeviceMap.vendors = {}
static

The documentation for this class was generated from the following file: