Searched refs:pci_resource_type (Results 1 – 7 of 7) sorted by relevance
| /dev/bus/pci/bus_mgr/ |
| A D | resource.h | 18 pci_resource_type type; 55 resource_range &type_to_range(pci_resource_type type, bool prefetchable);
|
| A D | resource.cpp | 19 resource_range &resource_allocator::type_to_range(pci_resource_type type, bool prefetchable) { in type_to_range() 52 pci_resource_type type; in allocate_mmio()
|
| A D | bus_mgr.cpp | 171 status_t pci_bus_mgr_add_resource(enum pci_resource_type type, uint64_t mmio_base, uint64_t len) { in pci_bus_mgr_add_resource() 350 const char *pci_resource_type_to_str(enum pci_resource_type type) { in pci_resource_type_to_str()
|
| A D | device.h | 66 pci_resource_type type;
|
| A D | bus.cpp | 170 … auto split_and_sort_list = [](pci_resource_type type, list_node *main_list, list_node *out_list) { in allocate_resources()
|
| A D | bridge.cpp | 332 …auto make_request = [this, &bar_alloc_requests](pci_resource_type type, bool prefetchable, uint64_… in get_bar_alloc_requests()
|
| /dev/bus/pci/include/dev/bus/ |
| A D | pci.h | 68 enum pci_resource_type { enum 73 status_t pci_bus_mgr_add_resource(enum pci_resource_type, uint64_t mmio_base, uint64_t len); 107 const char *pci_resource_type_to_str(enum pci_resource_type);
|
Completed in 15 milliseconds