|
MythTV
0.26-pre
|
Classes | |
| class | Device |
| class | PCIDevice |
| class | USBDevice |
Functions | |
| def | cat |
| def | get_class |
| def | device_factory |
| def | get_device_list |
Variables | |
| dictionary | DEVICE_CLASS_LIST |
| list | BUS_LIST = [ 'pci', 'usb' ] |
| string | PCI_PATH = '/sys/bus/pci/devices/' |
| list | DATA_LIST |
| tuple | pci = DeviceMap('pci') |
| tuple | usb = DeviceMap('usb') |
| def hardwareprofile.devicelist.cat | ( | file | ) |
Definition at line 95 of file devicelist.py.
Referenced by AddCategories(), MPEGStreamData.CacheCAT(), PlaybackBox.customEvent(), MPEGStreamData.GetCachedCAT(), MPEGStreamData.GetCachedCATs(), MPEGStreamData.HandleTables(), MythUIGuideGrid.parseDefaultCategoryColors(), ParseMetadataItem(), XMLTVParser.parseProgram(), MythNewsConfig.populateSites(), ProgramInfo.SetCategory(), VideoMetadataImp.SetCategoryID(), TV.ShowOSDMenu(), MythNewsConfig.slotCategoryChanged(), and strings_null().
| def hardwareprofile.devicelist.get_class | ( | class_id | ) |
Definition at line 101 of file devicelist.py.
| def hardwareprofile.devicelist.device_factory | ( | cls, | |
| id | |||
| ) |
Definition at line 114 of file devicelist.py.
Referenced by get_device_list().
Definition at line 168 of file devicelist.py.
Definition at line 27 of file devicelist.py.
| list hardwareprofile::devicelist::BUS_LIST = [ 'pci', 'usb' ] |
Definition at line 88 of file devicelist.py.
| string hardwareprofile::devicelist::PCI_PATH = '/sys/bus/pci/devices/' |
Definition at line 89 of file devicelist.py.
00001 [ 'vendor', 00002 'device', 00003 'subsystem_vendor', 00004 'subsystem_device']
Definition at line 90 of file devicelist.py.
| tuple hardwareprofile::devicelist::pci = DeviceMap('pci') |
Definition at line 109 of file devicelist.py.
Referenced by DVDRingBuffer.ActivateButton(), DVDRingBuffer.DVDButtonUpdate(), dvdnav_clear(), dvdnav_get_current_nav_pci(), dvdnav_get_next_cache_block(), dvdnav_get_restrictions(), DVDRingBuffer.MoveButtonDown(), DVDRingBuffer.MoveButtonLeft(), DVDRingBuffer.MoveButtonRight(), DVDRingBuffer.MoveButtonUp(), DVDRingBuffer.NumMenuButtons(), and DVDRingBuffer.SelectDefaultButton().
| tuple hardwareprofile::devicelist::usb = DeviceMap('usb') |
Definition at line 110 of file devicelist.py.
1.7.6.1