Searched refs:pci_add_device (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | physdev.c | 450 ret = pci_add_device(0, manage_pci.bus, manage_pci.devfn, in do_physdev_op() 481 ret = pci_add_device(0, manage_pci_ext.bus, in do_physdev_op() 520 ret = pci_add_device(add.seg, add.bus, add.devfn, &pdev_info, node); in do_physdev_op()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | pci.h | 125 int pci_add_device(u16 seg, u8 bus, u8 devfn,
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | pci.c | 605 int pci_add_device(u16 seg, u8 bus, u8 devfn, in pci_add_device() function 625 pci_add_device(seg, info->physfn.bus, info->physfn.devfn, in pci_add_device()
|
Completed in 6 milliseconds