/openbmc/linux/drivers/pci/ |
H A D | search.c | 408 int pci_dev_present(const struct pci_device_id *ids) in pci_dev_present() function 423 EXPORT_SYMBOL(pci_dev_present);
|
/openbmc/linux/arch/powerpc/platforms/chrp/ |
H A D | pegasos_eth.c | 176 if (pci_dev_present(pci_marvell_mv64360)) { in mv643xx_eth_add_pds()
|
/openbmc/linux/drivers/hid/intel-ish-hid/ipc/ |
H A D | pci-ish.c | 184 if (pci_dev_present(ish_invalid_pci_ids)) in ish_probe()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_lpe_audio.c | 196 if (!pci_dev_present(atom_hdaudio_ids)) { in lpe_audio_detect()
|
H A D | intel_display_power.c | 1891 drm_WARN(&dev_priv->drm, !pci_dev_present(isp_ids) && in assert_isp_power_gated()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | scx200_acb.c | 552 if (!pci_dev_present(scx200_isa)) in scx200_scan_isa()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | ptp.c | 233 if (!pci_dev_present(ptp_id_table)) in ptp_get()
|
H A D | mcs.c | 1198 if (!pci_dev_present(mcs_id_table)) in mcs_get_blkcnt()
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | coding-style.rst | 807 -EBUSY。類似的,因爲 ``PCI device present`` 是一個判斷,所以 pci_dev_present()
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | coding-style.rst | 889 -EBUSY。类似的,因为 ``PCI device present`` 是一个判断,所以 pci_dev_present()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_core.c | 795 if (pci_dev_present(ciobx)) in set_bus()
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1187 int pci_dev_present(const struct pci_device_id *ids); 1941 static inline int pci_dev_present(const struct pci_device_id *ids) in pci_dev_present() function
|
/openbmc/linux/drivers/platform/x86/intel/pmc/ |
H A D | core.c | 1245 if (core_init == spt_core_init && !pci_dev_present(pmc_pci_ids)) in pmc_core_probe()
|
/openbmc/linux/arch/x86/pci/ |
H A D | irq.c | 973 if (pci_dev_present(pirq_440gx)) in intel_router_probe()
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | tulip_core.c | 1366 if (pci_dev_present(early_486_chipsets)) { in tulip_init_one()
|
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1751 if (pci_dev_present(intel_82437)) { in initMatrox2()
|
/openbmc/linux/sound/pci/ |
H A D | cmipci.c | 3069 if (!pci_dev_present(intel_82437vx)) in snd_cmipci_create()
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | coding-style.rst | 1003 ``PCI device present`` è un predicato, e la funzione pci_dev_present() ritorna
|
/openbmc/linux/Documentation/process/ |
H A D | coding-style.rst | 1007 a predicate, and the pci_dev_present() function returns 1 if it succeeds in
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | coding-style.rst | 1040 función pci_dev_present() devuelve 1 si tiene éxito en encontrar un
|
/openbmc/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 4442 pci_dev_present(fwbug_cards_ids)) { in have_bt_fwbug()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 16473 if (pci_dev_present(tg3_write_reorder_chipsets) && in tg3_get_invariants() 17413 if (pci_dev_present(tg3_dma_wait_state_chipsets)) { in tg3_test_dma()
|