Searched refs:acpi_match_device (Results 1 – 25 of 43) 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/pwm/ |
D | pwm-lpss-platform.c | 48 id = acpi_match_device(pdev->dev.driver->acpi_match_table, &pdev->dev); in pwm_lpss_probe_platform()
|
/drivers/mfd/ |
D | intel-lpss-acpi.c | 107 id = acpi_match_device(intel_lpss_acpi_ids, &pdev->dev); in intel_lpss_acpi_probe()
|
/drivers/platform/x86/ |
D | i2c-multi-instantiate.c | 70 match = acpi_match_device(dev->driver->acpi_match_table, dev); in i2c_multi_inst_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 | 76 match = acpi_match_device(sp_acpi_match, &pdev->dev); in sp_get_acpi_version()
|
/drivers/acpi/ |
D | bus.c | 784 const struct acpi_device_id *acpi_match_device(const struct acpi_device_id *ids, in acpi_match_device() function 792 EXPORT_SYMBOL_GPL(acpi_match_device); 812 match = acpi_match_device(dev->driver->acpi_match_table, dev); in acpi_device_get_match_data()
|
/drivers/char/tpm/ |
D | tpm_tis.c | 141 const struct acpi_device_id *aid = acpi_match_device(tpm_acpi_tbl, dev); in check_acpi_tpm2()
|
/drivers/ata/ |
D | ahci_qoriq.c | 278 acpi_id = acpi_match_device(ahci_qoriq_acpi_match, &pdev->dev); in ahci_qoriq_probe()
|
D | ahci_xgene.c | 796 acpi_id = acpi_match_device(xgene_ahci_acpi_match, &pdev->dev); in xgene_ahci_probe()
|
/drivers/net/ethernet/qualcomm/emac/ |
D | emac-sgmii.c | 303 const struct acpi_device_id *id = acpi_match_device(match_table, dev); in emac_sgmii_acpi_match()
|
/drivers/gpio/ |
D | gpio-xlp.c | 317 acpi_id = acpi_match_device(pdev->dev.driver->acpi_match_table, in xlp_gpio_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 | 342 acpi_id = acpi_match_device(xgene_mdio_acpi_match, &pdev->dev); in xgene_mdio_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/input/touchscreen/ |
D | silead.c | 464 acpi_id = acpi_match_device(dev->driver->acpi_match_table, dev); in silead_ts_set_default_fw_name()
|
/drivers/platform/chrome/ |
D | chromeos_laptop.c | 177 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 | 659 acpi_id = acpi_match_device(pdev->dev.driver->acpi_match_table, in xgene_hwmon_probe()
|
/drivers/spi/ |
D | spidev.c | 725 id = acpi_match_device(spidev_acpi_ids, &spi->dev); in spidev_probe_acpi()
|
/drivers/iio/imu/bmi160/ |
D | bmi160_core.c | 533 id = acpi_match_device(dev->driver->acpi_match_table, dev); in bmi160_match_acpi_device()
|
/drivers/iio/magnetometer/ |
D | bmc150_magn.c | 846 id = acpi_match_device(dev->driver->acpi_match_table, dev); in bmc150_magn_match_acpi_device()
|
/drivers/power/supply/ |
D | bq24257_charger.c | 973 acpi_id = acpi_match_device(dev->driver->acpi_match_table, in bq24257_probe()
|
12