Symbol: acpi_match_device
drivers/acpi/bus.c
1014
EXPORT_SYMBOL_GPL(acpi_match_device);
drivers/acpi/x86/lpss.c
1251
id = acpi_match_device(acpi_lpss_device_ids, &pdev->dev);
drivers/ata/ahci_qoriq.c
272
acpi_id = acpi_match_device(ahci_qoriq_acpi_match, &pdev->dev);
drivers/ata/ahci_xgene.c
784
acpi_id = acpi_match_device(xgene_ahci_acpi_match, &pdev->dev);
drivers/bluetooth/hci_h5.c
869
match = acpi_match_device(dev->driver->acpi_match_table, dev);
drivers/bus/fsl-mc/fsl-mc-bus.c
1218
!acpi_match_device(fsl_mc_bus_acpi_match_table, dev))
drivers/char/tpm/tpm_tis.c
140
const struct acpi_device_id *aid = acpi_match_device(tpm_acpi_tbl, dev);
drivers/crypto/ccp/sp-platform.c
59
match = acpi_match_device(sp_acpi_match, &pdev->dev);
drivers/cxl/core/atl.c
201
if (!acpi_match_device(host->driver->acpi_match_table, host))
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c
1596
return acpi_match_device(data, dev) ? 1 : 0;
drivers/hwmon/xgene-hwmon.c
653
acpi_id = acpi_match_device(pdev->dev.driver->acpi_match_table,
drivers/hwtracing/intel_th/acpi.c
45
id = acpi_match_device(intel_th_acpi_ids, &pdev->dev);
drivers/i2c/busses/i2c-mlxbf.c
2216
aid = acpi_match_device(mlxbf_i2c_acpi_ids, dev);
drivers/i2c/busses/i2c-qup.c
1724
if (acpi_match_device(qup_i2c_acpi_match, qup->dev))
drivers/i2c/busses/i2c-xgene-slimpro.c
467
acpi_id = acpi_match_device(pdev->dev.driver->acpi_match_table,
drivers/iio/industrialio-acpi.c
116
id = acpi_match_device(dev->driver->acpi_match_table, dev);
drivers/input/touchscreen/silead.c
613
acpi_id = acpi_match_device(dev->driver->acpi_match_table, dev);
drivers/net/ethernet/qualcomm/emac/emac-sgmii.c
310
const struct acpi_device_id *id = acpi_match_device(match_table, dev);
drivers/platform/chrome/chromeos_laptop.c
180
if (acpi_match_device(acpi_ids, &client->dev)) {
drivers/platform/x86/amd/hfi/hfi.c
465
if (!acpi_match_device(amd_hfi_platform_match, &pdev->dev))
drivers/platform/x86/amd/pmf/core.c
561
id = acpi_match_device(amd_pmf_acpi_ids, &pdev->dev);
drivers/platform/x86/dell/dell-lis3lv02d.c
201
return acpi_match_device(data, dev) ? 1 : 0;
drivers/power/supply/bq2415x_charger.c
1572
acpi_match_device(client->dev.driver->acpi_match_table,
drivers/power/supply/max17042_battery.c
1147
acpi_id = acpi_match_device(dev->driver->acpi_match_table, dev);
drivers/video/backlight/lp855x_bl.c
418
acpi_id = acpi_match_device(dev->driver->acpi_match_table, dev);
include/linux/acpi.h
736
const struct acpi_device_id *acpi_match_device(const struct acpi_device_id *ids,
net/rfkill/rfkill-gpio.c
71
id = acpi_match_device(dev->driver->acpi_match_table, dev);
sound/soc/amd/acp-da7219-max98357a.c
711
match = acpi_match_device(dev->driver->acpi_match_table, dev);
sound/soc/amd/acp3x-rt5682-max9836.c
481
match = acpi_match_device(dev->driver->acpi_match_table, dev);
sound/soc/codecs/rt298.c
1230
acpiid = acpi_match_device(dev->driver->acpi_match_table, dev);
sound/soc/codecs/tas2781-i2c.c
2044
acpi_id = acpi_match_device(i2c->dev.driver->acpi_match_table,
sound/soc/intel/atom/sst/sst_acpi.c
269
id = acpi_match_device(dev->driver->acpi_match_table, dev);
sound/soc/intel/catpt/device.c
256
id = acpi_match_device(dev->driver->acpi_match_table, dev);
sound/soc/sof/intel/bdw.c
664
id = acpi_match_device(dev->driver->acpi_match_table, dev);
sound/soc/sof/intel/byt.c
447
id = acpi_match_device(dev->driver->acpi_match_table, dev);