Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dacpiphp_glue.c650 alive = pci_device_is_present(dev); in trim_stale_devices()
/Linux-v5.4/drivers/pci/
Dpci.c934 !pci_device_is_present(dev)) { in pci_update_current_state()
5898 bool pci_device_is_present(struct pci_dev *pdev) in pci_device_is_present() function
5906 EXPORT_SYMBOL_GPL(pci_device_is_present);
/Linux-v5.4/drivers/thunderbolt/
Dnhi.c939 if (!pci_device_is_present(pdev)) { in nhi_resume_noirq()
/Linux-v5.4/include/linux/
Dpci.h1206 bool pci_device_is_present(struct pci_dev *pdev);
/Linux-v5.4/drivers/nvme/host/
Dpci.c2888 if (!pci_device_is_present(pdev)) { in nvme_remove()
/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_main.c4050 WARN(pci_device_is_present(igc->pdev), in igc_rd32()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c756 WARN(pci_device_is_present(igb->pdev), in igb_rd32()
8840 if (!pci_device_is_present(pdev)) in igb_resume()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dtg3.c9074 if (!pci_device_is_present(tp->pdev)) in tg3_chip_reset()
11789 if (pci_device_is_present(tp->pdev)) { in tg3_close()