Searched refs:acpi_dev_get_first_match_dev (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/platform/x86/
H A Ddual_accel_detect.h25 adev = acpi_dev_get_first_match_dev("BOSC0200", NULL, -1);
H A Dserdev_helpers.h35 ctrl_adev = acpi_dev_get_first_match_dev(serial_ctrl_hid, serial_ctrl_uid, -1);
H A Dlenovo-ymc.c154 priv->ec_acpi_dev = acpi_dev_get_first_match_dev("VPC2004", NULL, -1);
H A Dlenovo-yogabook.c344 data->kbd_adev = acpi_dev_get_first_match_dev("GDIX1001", NULL, -1);
348 data->dig_adev = acpi_dev_get_first_match_dev("WCOM0019", NULL, -1);
/linux-master/include/linux/
H A Dapple-gmux.h108 adev = acpi_dev_get_first_match_dev(GMUX_ACPI_HID, NULL, -1);
/linux-master/drivers/gpio/
H A Dgpio-merrifield.c58 adev = acpi_dev_get_first_match_dev("INTC1002", NULL, -1);
/linux-master/sound/soc/intel/boards/
H A Dsof_cirrus_common.c164 adev = acpi_dev_get_first_match_dev(CS35L41_HID, uid_strings[uid], -1);
H A Dsof_wm8804.c268 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
H A Dbytcht_da7213.c256 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
H A Dbytcht_cx2072x.c253 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
H A Dbytcr_wm5102.c553 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
H A Dcht_bsw_rt5672.c477 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
H A Dsof_es8336.c673 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
H A Dbytcht_es8316.c558 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
H A Dcht_bsw_rt5645.c580 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
H A Dbytcr_rt5640.c1225 adev = acpi_dev_get_first_match_dev("AMCR0F28", "1", -1);
1676 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);
/linux-master/drivers/soc/tegra/fuse/
H A Dtegra-apbmisc.c272 adev = acpi_dev_get_first_match_dev(apbmisc_acpi_match[0].id, NULL, -1);
/linux-master/sound/soc/amd/
H A Dacp-es8336.c200 adev = acpi_dev_get_first_match_dev("ESSX8336", NULL, -1);
/linux-master/drivers/extcon/
H A Dextcon-axp288.c393 adev = acpi_dev_get_first_match_dev("INT3496", NULL, -1);
/linux-master/sound/soc/amd/acp/acp3x-es83xx/
H A Dacp3x-es83xx.c413 adev = acpi_dev_get_first_match_dev(acp_drvdata->acpi_mach->id, NULL, -1);
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dcore.c246 serdev_adev = acpi_dev_get_first_match_dev(info->serdev_hid, NULL, -1);
/linux-master/drivers/acpi/
H A Dsleep.c495 pwr_btn_adev = acpi_dev_get_first_match_dev(ACPI_BUTTON_HID_POWERF,
H A Dutils.c995 * acpi_dev_get_first_match_dev - Return the first match of ACPI device
1008 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) function
1012 EXPORT_SYMBOL(acpi_dev_get_first_match_dev); variable
/linux-master/include/acpi/
H A Dacpi_bus.h947 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv);
959 for (adev = acpi_dev_get_first_match_dev(hid, uid, hrv); \
/linux-master/drivers/platform/x86/intel/
H A Dishtp_eclite.c292 adev = acpi_dev_get_first_match_dev("INTC1035", NULL, -1);

Completed in 339 milliseconds

12