Searched refs:pci_remove_device (Results 1 – 3 of 3) sorted by relevance
127 int pci_remove_device(u16 seg, u8 bus, u8 devfn);
461 ret = pci_remove_device(0, manage_pci.bus, manage_pci.devfn); in do_physdev_op()531 ret = pci_remove_device(dev.seg, dev.bus, dev.devfn); in do_physdev_op()
770 int pci_remove_device(u16 seg, u8 bus, u8 devfn) in pci_remove_device() function
Completed in 6 milliseconds