Home
last modified time | relevance | path

Searched refs:root_bus (Results 1 – 2 of 2) sorted by relevance

/components/drivers/pci/
A Dprobe.c791 host_bridge->root_bus = bus; in rt_pci_host_bridge_register()
822 rt_pci_scan_child_bus(host_bridge->root_bus); in rt_pci_scan_root_bus_bridge()
849 if (host_bridge && host_bridge->root_bus) in rt_pci_host_bridge_remove()
851 rt_pci_enum_device(host_bridge->root_bus, pci_remove_bus_device, RT_NULL); in rt_pci_host_bridge_remove()
852 host_bridge->root_bus = RT_NULL; in rt_pci_host_bridge_remove()
/components/drivers/include/drivers/
A Dpci.h194 struct rt_pci_bus *root_bus; member

Completed in 7 milliseconds