/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-pci.c | 85 if (pci_is_enabled(func)) { in cdnsp_pci_probe() 147 if (pci_is_enabled(func)) { in cdnsp_pci_probe() 165 if (!pci_is_enabled(func)) in cdnsp_pci_probe() 188 if (pci_is_enabled(func)) { in cdnsp_pci_remove()
|
H A D | cdns3-pci-wrap.c | 100 if (pci_is_enabled(func)) { in cdns3_pci_probe() 152 if (pci_is_enabled(func)) { in cdns3_pci_probe() 188 if (!pci_is_enabled(func)) in cdns3_pci_remove()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | pciback_ops.c | 65 pci_is_enabled(dev) ? "on" : "off", in xen_pcibk_control_isr() 98 pci_is_enabled(dev) ? "on" : "off", in xen_pcibk_control_isr() 125 if (pci_is_enabled(dev)) in xen_pcibk_reset_device()
|
H A D | conf_space_header.c | 70 if (!pci_is_enabled(dev) && is_enable_cmd(value)) { in command_write() 77 } else if (pci_is_enabled(dev) && !is_enable_cmd(value)) { in command_write()
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | pcie_quirks.c | 99 if (pci_is_enabled(pdev)) in mwifiex_pcie_set_power_d3cold()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_bus_pci.c | 226 if (pci_is_enabled(ionic->pdev)) in ionic_clear_pci()
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_vnic.c | 443 if (!pci_is_enabled(pdev)) { in usnic_vnic_alloc()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_hwrm.c | 539 if (!pci_is_enabled(bp->pdev)) { in __hwrm_send()
|
H A D | bnxt.c | 11831 if (pci_is_enabled(bp->pdev)) in bnxt_fw_reset_close() 12222 if (pci_is_enabled(bp->pdev)) in bnxt_cleanup_pci() 14012 if (pci_is_enabled(pdev)) in bnxt_io_error_detected()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | smu_cmn.c | 1060 snd_driver_loaded = pci_is_enabled(p) ? true : false; in smu_cmn_is_audio_func_enabled()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | pci.c | 568 if (pci_is_enabled(pci_dev)) in ath11k_pci_free_region()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | pci.c | 2588 if (!pci_is_enabled(pdev) || !pci_device_is_present(pdev)) in nvme_pci_ctrl_is_dead() 2606 if (pci_is_enabled(pdev)) in nvme_dev_disable() 2626 if (pci_is_enabled(pdev)) in nvme_dev_disable()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | pci.c | 795 if (pci_is_enabled(pci_dev)) in ath12k_pci_free_region()
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 2021 if (pci_is_enabled(dev)) in pci_reenable_device() 2036 if (pci_is_enabled(dev)) { in pci_enable_bridge() 2297 if (pci_is_enabled(dev)) in pci_disable_enabled_device()
|
H A D | pci-sysfs.c | 311 else if (pci_is_enabled(pdev)) in enable_store()
|
H A D | setup-bus.c | 1390 if (!pci_is_enabled(dev)) in __pci_bus_assign_resources()
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1306 static inline int pci_is_enabled(struct pci_dev *pdev) in pci_is_enabled() function
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | main.c | 950 if (!pci_is_enabled(pdev)) { in cxlflash_remove()
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 3646 if (pci_is_enabled(pdev)) { in mpi3mr_cleanup_resources()
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptbase.c | 2011 if (pci_is_enabled(pdev)) in mpt_attach()
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 3568 if (pci_is_enabled(pdev)) { in mpt3sas_base_unmap_resources()
|
/openbmc/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 8670 if (pci_is_enabled(ctrl_info->pci_dev)) in pqi_cleanup_pci_init()
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 9013 if (!pci_is_enabled(pdev)) in qla4xxx_remove_adapter()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 17974 if (pci_is_enabled(pdev)) in tg3_init_one()
|