| /linux-6.15/drivers/hwtracing/intel_th/ |
| H A D | acpi.c | 45 id = acpi_match_device(intel_th_acpi_ids, &pdev->dev); in intel_th_acpi_probe()
|
| /linux-6.15/drivers/iio/ |
| H A D | industrialio-acpi.c | 116 id = acpi_match_device(dev->driver->acpi_match_table, dev); in iio_get_acpi_device_name_and_data()
|
| /linux-6.15/drivers/platform/x86/dell/ |
| H A D | dell-lis3lv02d.c | 197 return acpi_match_device(data, dev) ? 1 : 0; in match_acpi_device_ids()
|
| /linux-6.15/drivers/crypto/ccp/ |
| H A D | sp-platform.c | 70 match = acpi_match_device(sp_acpi_match, &pdev->dev); in sp_get_acpi_version()
|
| /linux-6.15/net/rfkill/ |
| H A D | rfkill-gpio.c | 71 id = acpi_match_device(dev->driver->acpi_match_table, dev); in rfkill_gpio_acpi_probe()
|
| /linux-6.15/drivers/acpi/ |
| H A D | bus.c | 952 const struct acpi_device_id *acpi_match_device(const struct acpi_device_id *ids, in acpi_match_device() function 957 EXPORT_SYMBOL_GPL(acpi_match_device); 978 match = acpi_match_device(acpi_ids, dev); in acpi_device_get_match_data()
|
| /linux-6.15/drivers/char/tpm/ |
| H A D | tpm_tis.c | 140 const struct acpi_device_id *aid = acpi_match_device(tpm_acpi_tbl, dev); in check_acpi_tpm2()
|
| /linux-6.15/sound/soc/intel/atom/sst/ |
| H A D | sst_acpi.c | 268 id = acpi_match_device(dev->driver->acpi_match_table, dev); in sst_acpi_probe()
|
| /linux-6.15/sound/soc/intel/catpt/ |
| H A D | device.c | 246 id = acpi_match_device(dev->driver->acpi_match_table, dev); in catpt_acpi_probe()
|
| /linux-6.15/drivers/ata/ |
| H A D | ahci_qoriq.c | 272 acpi_id = acpi_match_device(ahci_qoriq_acpi_match, &pdev->dev); in ahci_qoriq_probe()
|
| H A D | ahci_xgene.c | 787 acpi_id = acpi_match_device(xgene_ahci_acpi_match, &pdev->dev); in xgene_ahci_probe()
|
| /linux-6.15/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-sgmii.c | 310 const struct acpi_device_id *id = acpi_match_device(match_table, dev); in emac_sgmii_acpi_match()
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | byt.c | 447 id = acpi_match_device(dev->driver->acpi_match_table, dev); in sof_baytrail_probe()
|
| H A D | bdw.c | 669 id = acpi_match_device(dev->driver->acpi_match_table, dev); in sof_broadwell_probe()
|
| /linux-6.15/sound/soc/amd/ |
| H A D | acp3x-rt5682-max9836.c | 476 match = acpi_match_device(dev->driver->acpi_match_table, dev); in soc_is_rltk_max()
|
| H A D | acp-da7219-max98357a.c | 711 match = acpi_match_device(dev->driver->acpi_match_table, dev); in acp_soc_is_rltk_max()
|
| /linux-6.15/drivers/platform/x86/amd/pmf/ |
| H A D | core.c | 421 id = acpi_match_device(amd_pmf_acpi_ids, &pdev->dev); in amd_pmf_probe()
|
| /linux-6.15/drivers/video/backlight/ |
| H A D | lp855x_bl.c | 418 acpi_id = acpi_match_device(dev->driver->acpi_match_table, dev); in lp855x_probe()
|
| /linux-6.15/include/linux/ |
| H A D | acpi.h | 720 const struct acpi_device_id *acpi_match_device(const struct acpi_device_id *ids, 943 static inline const struct acpi_device_id *acpi_match_device( in acpi_match_device() function
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-xgene-slimpro.c | 469 acpi_id = acpi_match_device(pdev->dev.driver->acpi_match_table, in xgene_slimpro_i2c_probe()
|
| /linux-6.15/drivers/platform/chrome/ |
| H A D | chromeos_laptop.c | 180 if (acpi_match_device(acpi_ids, &client->dev)) { in chromeos_laptop_adjust_client()
|
| /linux-6.15/drivers/hwmon/ |
| H A D | xgene-hwmon.c | 654 acpi_id = acpi_match_device(pdev->dev.driver->acpi_match_table, in xgene_hwmon_probe()
|
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | silead.c | 613 acpi_id = acpi_match_device(dev->driver->acpi_match_table, dev); in silead_ts_set_default_fw_name()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | rt298.c | 1229 acpiid = acpi_match_device(dev->driver->acpi_match_table, dev); in rt298_i2c_probe()
|
| /linux-6.15/drivers/bus/fsl-mc/ |
| H A D | fsl-mc-bus.c | 1229 !acpi_match_device(fsl_mc_bus_acpi_match_table, dev)) in fsl_mc_bus_notifier()
|