Searched refs:acpi_match_device (Results 1 – 25 of 39) sorted by relevance
12
/drivers/hwtracing/intel_th/ |
D | acpi.c | 45 id = acpi_match_device(intel_th_acpi_ids, &pdev->dev); in intel_th_acpi_probe()
|
/drivers/mfd/ |
D | intel-lpss-acpi.c | 176 id = acpi_match_device(intel_lpss_acpi_ids, &pdev->dev); in intel_lpss_acpi_probe()
|
/drivers/iio/accel/ |
D | da280.c | 96 id = acpi_match_device(dev->driver->acpi_match_table, dev); in da280_match_acpi_device()
|
D | mma9551.c | 442 id = acpi_match_device(dev->driver->acpi_match_table, dev); in mma9551_match_acpi_device()
|
/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_acpi.c | 110 id = acpi_match_device(client->dev.driver->acpi_match_table, in inv_mpu_process_acpi_config()
|
/drivers/crypto/ccp/ |
D | sp-platform.c | 70 match = acpi_match_device(sp_acpi_match, &pdev->dev); in sp_get_acpi_version()
|
/drivers/acpi/ |
D | bus.c | 908 const struct acpi_device_id *acpi_match_device(const struct acpi_device_id *ids, in acpi_match_device() function 913 EXPORT_SYMBOL_GPL(acpi_match_device); 934 match = acpi_match_device(acpi_ids, dev); in acpi_device_get_match_data()
|
/drivers/char/tpm/ |
D | tpm_tis.c | 140 const struct acpi_device_id *aid = acpi_match_device(tpm_acpi_tbl, dev); in check_acpi_tpm2()
|
/drivers/net/ethernet/qualcomm/emac/ |
D | emac-sgmii.c | 305 const struct acpi_device_id *id = acpi_match_device(match_table, dev); in emac_sgmii_acpi_match()
|
/drivers/ata/ |
D | ahci_qoriq.c | 272 acpi_id = acpi_match_device(ahci_qoriq_acpi_match, &pdev->dev); in ahci_qoriq_probe()
|
D | ahci_xgene.c | 792 acpi_id = acpi_match_device(xgene_ahci_acpi_match, &pdev->dev); in xgene_ahci_probe()
|
/drivers/platform/x86/amd/pmf/ |
D | core.c | 360 id = acpi_match_device(amd_pmf_acpi_ids, &pdev->dev); in amd_pmf_probe()
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-platform.c | 144 id = acpi_match_device(xgbe_acpi_match, pdata->dev); in xgbe_acpi_vdata()
|
/drivers/net/mdio/ |
D | mdio-xgene.c | 341 acpi_id = acpi_match_device(xgene_mdio_acpi_match, &pdev->dev); in xgene_mdio_probe()
|
/drivers/video/backlight/ |
D | lp855x_bl.c | 418 acpi_id = acpi_match_device(dev->driver->acpi_match_table, dev); in lp855x_probe()
|
/drivers/i2c/busses/ |
D | i2c-xgene-slimpro.c | 477 acpi_id = acpi_match_device(pdev->dev.driver->acpi_match_table, in xgene_slimpro_i2c_probe()
|
/drivers/platform/chrome/ |
D | chromeos_laptop.c | 180 if (acpi_match_device(acpi_ids, &client->dev)) { in chromeos_laptop_adjust_client()
|
/drivers/iio/light/ |
D | isl29018.c | 694 id = acpi_match_device(dev->driver->acpi_match_table, dev); in isl29018_match_acpi_device()
|
/drivers/hwmon/ |
D | xgene-hwmon.c | 660 acpi_id = acpi_match_device(pdev->dev.driver->acpi_match_table, in xgene_hwmon_probe()
|
/drivers/input/touchscreen/ |
D | silead.c | 613 acpi_id = acpi_match_device(dev->driver->acpi_match_table, dev); in silead_ts_set_default_fw_name()
|
/drivers/iio/chemical/ |
D | bme680_core.c | 928 id = acpi_match_device(dev->driver->acpi_match_table, dev); in bme680_match_acpi_device()
|
/drivers/power/supply/ |
D | bq24257_charger.c | 971 acpi_id = acpi_match_device(dev->driver->acpi_match_table, in bq24257_probe()
|
/drivers/bus/fsl-mc/ |
D | fsl-mc-bus.c | 1238 !acpi_match_device(fsl_mc_bus_acpi_match_table, dev)) in fsl_mc_bus_notifier()
|
/drivers/iio/magnetometer/ |
D | bmc150_magn.c | 862 id = acpi_match_device(dev->driver->acpi_match_table, dev); in bmc150_magn_match_acpi_device()
|
/drivers/bluetooth/ |
D | hci_h5.c | 836 match = acpi_match_device(dev->driver->acpi_match_table, dev); in h5_serdev_probe()
|
12