Home
last modified time | relevance | path

Searched refs:pci_device_is_present (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/pci/hotplug/
Dacpiphp_glue.c650 alive = pci_device_is_present(dev); in trim_stale_devices()
/Linux-v4.19/drivers/thunderbolt/
Dnhi.c882 if (!pci_device_is_present(pdev)) in nhi_resume_noirq()
/Linux-v4.19/drivers/pci/
Dpci.c916 !pci_device_is_present(dev)) { in pci_update_current_state()
5724 bool pci_device_is_present(struct pci_dev *pdev) in pci_device_is_present() function
5732 EXPORT_SYMBOL_GPL(pci_device_is_present);
/Linux-v4.19/include/linux/
Dpci.h1129 bool pci_device_is_present(struct pci_dev *pdev);
/Linux-v4.19/drivers/nvme/host/
Dpci.c2571 if (!pci_device_is_present(pdev)) { in nvme_remove()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c8889 if (!pci_device_is_present(pdev)) in igb_resume()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c9068 if (!pci_device_is_present(tp->pdev)) in tg3_chip_reset()
11783 if (pci_device_is_present(tp->pdev)) { in tg3_close()