Searched refs:pci_device_detect (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/xen/ |
A D | pci.h | 154 bool_t pci_device_detect(u16 seg, u8 bus, u8 dev, u8 func);
|
/xen/xen/drivers/passthrough/vtd/ |
A D | dmar.c | 526 if ( !pci_device_detect(drhd->segment, b, d, f) ) in acpi_parse_one_drhd() 562 if ( pci_device_detect(rmrru->segment, b, d, f) == 0 ) in register_one_rmrr()
|
/xen/xen/drivers/char/ |
A D | ehci-dbgp.c | 708 if ( !pci_device_detect(0, bus, slot, func) ) in find_dbgp() 1502 if ( !pci_device_detect(0, bus, slot, func) ) in ehci_dbgp_init()
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 1076 bool_t __init pci_device_detect(u16 seg, u8 bus, u8 dev, u8 func) in pci_device_detect() function 1131 if ( !pci_device_detect(pseg->nr, bus, dev, func) ) in _scan_pci_devices()
|
Completed in 24 milliseconds