|
MythTV master
|
Public Member Functions | |
| def | process (self) |
Public Member Functions inherited from hardwareprofile.devicelist.Device | |
| def | __init__ (self, id) |
| def | process (self) |
Public Attributes | |
| vendorid | |
| deviceid | |
| subsysvendorid | |
| subsysdeviceid | |
| type | |
| description | |
Public Attributes inherited from hardwareprofile.devicelist.Device | |
| id | |
| vendorid | |
| deviceid | |
| type | |
| description | |
| subsysvendorid | |
| subsysdeviceid | |
| driver | |
Static Public Attributes | |
| string | bus = 'PCI' |
Static Public Attributes inherited from hardwareprofile.devicelist.Device | |
| string | bus = 'Unknown' |
Definition at line 139 of file devicelist.py.
| def hardwareprofile.devicelist.PCIDevice.process | ( | self | ) |
Reimplemented from hardwareprofile.devicelist.Device.
Definition at line 141 of file devicelist.py.
|
static |
Definition at line 140 of file devicelist.py.
| hardwareprofile.devicelist.PCIDevice.description |
Definition at line 148 of file devicelist.py.
| hardwareprofile.devicelist.PCIDevice.deviceid |
Definition at line 144 of file devicelist.py.
| hardwareprofile.devicelist.PCIDevice.subsysdeviceid |
Definition at line 146 of file devicelist.py.
| hardwareprofile.devicelist.PCIDevice.subsysvendorid |
Definition at line 145 of file devicelist.py.
| hardwareprofile.devicelist.PCIDevice.type |
Definition at line 147 of file devicelist.py.
| hardwareprofile.devicelist.PCIDevice.vendorid |
Definition at line 143 of file devicelist.py.