Home
last modified time | relevance | path

Searched refs:pci_dev_present (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.10/drivers/pci/
Dsearch.c380 int pci_dev_present(const struct pci_device_id *ids) in pci_dev_present() function
396 EXPORT_SYMBOL(pci_dev_present);
/Linux-v5.10/sound/hda/
Dhdac_i915.c128 return pci_dev_present(ids); in i915_gfx_present()
/Linux-v5.10/arch/powerpc/platforms/chrp/
Dpegasos_eth.c176 if (pci_dev_present(pci_marvell_mv64360)) { in mv643xx_eth_add_pds()
/Linux-v5.10/drivers/hid/intel-ish-hid/ipc/
Dpci-ish.c132 if (pci_dev_present(ish_invalid_pci_ids)) in ish_probe()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_lpe_audio.c193 if (!pci_dev_present(atom_hdaudio_ids)) { in lpe_audio_detect()
Dintel_display_power.c5520 drm_WARN(&dev_priv->drm, !pci_dev_present(isp_ids) && in assert_isp_power_gated()
/Linux-v5.10/drivers/i2c/busses/
Dscx200_acb.c554 if (!pci_dev_present(scx200_isa)) in scx200_scan_isa()
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dcoding-style.rst804 -EBUSY。类似的,因为 ``PCI device present`` 是一个判断,所以 pci_dev_present()
/Linux-v5.10/arch/x86/pci/
Dirq.c548 if (pci_dev_present(pirq_440gx)) in intel_router_probe()
/Linux-v5.10/drivers/pci/hotplug/
Dibmphp_core.c866 if (pci_dev_present(ciobx)) in set_bus()
/Linux-v5.10/drivers/platform/x86/
Dintel_pmc_core.c1225 if (pmcdev->map == &spt_reg_map && !pci_dev_present(pmc_pci_ids)) in pmc_core_probe()
Dthinkpad_acpi.c4544 if (dmi_check_system(bt_fwbug_list) && pci_dev_present(fwbug_cards_ids)) { in have_bt_fwbug()
/Linux-v5.10/include/linux/
Dpci.h1085 int pci_dev_present(const struct pci_device_id *ids);
1706 #define pci_dev_present(ids) (0) macro
/Linux-v5.10/drivers/net/ethernet/dec/tulip/
Dtulip_core.c1363 if (pci_dev_present(early_486_chipsets)) { in tulip_init_one()
/Linux-v5.10/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1750 if (pci_dev_present(intel_82437)) { in initMatrox2()
/Linux-v5.10/sound/pci/
Dcmipci.c3085 if (!pci_dev_present(intel_82437vx)) in snd_cmipci_create()
/Linux-v5.10/Documentation/process/
Dcoding-style.rst956 a predicate, and the pci_dev_present() function returns 1 if it succeeds in
/Linux-v5.10/Documentation/translations/it_IT/process/
Dcoding-style.rst943 ``PCI device present`` è un predicato, e la funzione pci_dev_present() ritorna
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dtg3.c16509 if (pci_dev_present(tg3_write_reorder_chipsets) && in tg3_get_invariants()
17450 if (pci_dev_present(tg3_dma_wait_state_chipsets)) { in tg3_test_dma()