Searched refs:base_class (Results 1 – 8 of 8) sorted by relevance
| /dev/bus/pci/bus_mgr/ |
| A D | bus_mgr.cpp | 240 status_t pci_bus_mgr_find_device_by_class(pci_location_t *state, uint8_t base_class, uint8_t sub_cl… in pci_bus_mgr_find_device_by_class() argument 241 LTRACEF("class %#x sub %#x interface %#x index %zu\n", base_class, sub_class, interface, index); in pci_bus_mgr_find_device_by_class() 250 if (base_class != d->base_class()) in pci_bus_mgr_find_device_by_class() 260 pci_loc_string(d->loc(), str), d->base_class(), d->sub_class(), d->interface()); in pci_bus_mgr_find_device_by_class()
|
| A D | bus.cpp | 73 uint8_t base_class; in probe() local 74 err = pci_read_config_byte(loc, PCI_CONFIG_CLASS_CODE_BASE, &base_class); in probe() 99 LTRACEF_LEVEL(2, "base:sub class %#hhx:%hhx\n", base_class, sub_class); in probe() 103 if (base_class == 0x6 && sub_class == 0x4) { // XXX replace with #define in probe()
|
| A D | device.h | 87 uint8_t base_class() const { return config_.base_class; } in base_class() function
|
| A D | device.cpp | 60 uint8_t base_class; in probe() local 61 err = pci_read_config_byte(loc, PCI_CONFIG_CLASS_CODE_BASE, &base_class); in probe() 86 if (base_class == 0x6) { // XXX replace with #define in probe() 125 base_class(), sub_class(), interface(), in dump()
|
| /dev/include/hw/ |
| A D | pci.h | 98 uint8_t base_class; member
|
| /dev/bus/pci/include/dev/bus/ |
| A D | pci.h | 87 status_t pci_bus_mgr_find_device_by_class(pci_location_t *state, uint8_t base_class, uint8_t subcla…
|
| /dev/bus/pci/ |
| A D | debug.cpp | 59 … config.vendor_id, config.device_id, config.header_type, config.base_class, in pci_list() 112 config.sub_class, config.base_class, config.header_type & PCI_HEADER_TYPE_MASK); in pci_config()
|
| A D | pci.cpp | 159 config->base_class = read_byte(); if (err < 0) return err; in pci_read_config()
|
Completed in 24 milliseconds