|
MythTV master
|
Classes | |
| class | Device |
| class | PCIDevice |
| class | USBDevice |
Functions | |
| def | cat (file_name) |
| def | get_class (class_id) |
| def | device_factory (cls, id) |
| def | get_device_list () |
Variables | |
| dictionary | DEVICE_CLASS_LIST |
| list | BUS_LIST = [ 'pci', 'usb' ] |
| string | PCI_PATH = '/sys/bus/pci/devices/' |
| list | DATA_LIST |
| pci = DeviceMap('pci') | |
| usb = DeviceMap('usb') | |
| def hardwareprofile.devicelist.cat | ( | file_name | ) |
Definition at line 95 of file devicelist.py.
Referenced by AddCategories(), MPEGStreamData.CacheCAT(), PlaybackBoxHelper.CheckAvailability(), PlaybackBox.customEvent(), MPEGStreamData.GetCachedCAT(), MPEGStreamData.GetCachedCATs(), V2Video.GetCategoryList(), V4L2util.GetOptionValue(), ChannelScanSM.HandleCAT(), PrintMPEGStreamListener.HandleCAT(), MPEGStreamData.HandleTables(), MythUIGuideGrid.parseDefaultCategoryColors(), XMLTVParser.parseFile(), ParseMetadataItem(), MythNewsConfig.populateSites(), MPEGStreamData.ProcessCAT(), MPEGStreamData.ReturnCachedCATTables(), ProgramInfo.SetCategory(), VideoMetadataImp.SetCategoryID(), and MythNewsConfig.slotCategoryChanged().
| def hardwareprofile.devicelist.device_factory | ( | cls, | |
| id | |||
| ) |
Definition at line 114 of file devicelist.py.
Referenced by hardwareprofile.devicelist.get_device_list().
| def hardwareprofile.devicelist.get_class | ( | class_id | ) |
Definition at line 101 of file devicelist.py.
| def hardwareprofile.devicelist.get_device_list | ( | ) |
Definition at line 168 of file devicelist.py.
Definition at line 88 of file devicelist.py.
| list hardwareprofile.devicelist.DATA_LIST |
Definition at line 90 of file devicelist.py.
| dictionary hardwareprofile.devicelist.DEVICE_CLASS_LIST |
Definition at line 27 of file devicelist.py.
| hardwareprofile.devicelist.pci = DeviceMap('pci') |
Definition at line 109 of file devicelist.py.
Referenced by MythDVDBuffer.ActivateButton(), MythDVDBuffer.DVDButtonUpdate(), MythDVDBuffer.MoveButtonDown(), MythDVDBuffer.MoveButtonLeft(), MythDVDBuffer.MoveButtonRight(), MythDVDBuffer.MoveButtonUp(), MythDVDBuffer.NumMenuButtons(), MythDVDBuffer.SafeRead(), and MythDVDBuffer.SelectDefaultButton().
| string hardwareprofile.devicelist.PCI_PATH = '/sys/bus/pci/devices/' |
Definition at line 89 of file devicelist.py.
| hardwareprofile.devicelist.usb = DeviceMap('usb') |
Definition at line 110 of file devicelist.py.