Searched refs:acpi_dev_get_first_match_dev (Results 1 - 25 of 35) sorted by path

12

/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/drivers/extcon/
H A Dextcon-axp288.c393 adev = acpi_dev_get_first_match_dev("INT3496", NULL, -1);
/linux-master/drivers/gpio/
H A Dgpio-merrifield.c58 adev = acpi_dev_get_first_match_dev("INTC1002", NULL, -1);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c1091 acpi_dev = acpi_dev_get_first_match_dev(hid, NULL, -1);
/linux-master/drivers/hwmon/
H A Dacpi_power_meter.c894 struct acpi_device *ipi_device = acpi_dev_get_first_match_dev("IPI0001", NULL, -1);
/linux-master/drivers/platform/x86/
H A Dacer-wmi.c2417 adev = acpi_dev_get_first_match_dev("BST0001", NULL, -1);
H A Ddual_accel_detect.h25 adev = acpi_dev_get_first_match_dev("BOSC0200", NULL, -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);
H A Dserdev_helpers.h35 ctrl_adev = acpi_dev_get_first_match_dev(serial_ctrl_hid, serial_ctrl_uid, -1);
/linux-master/drivers/platform/x86/intel/
H A Dishtp_eclite.c292 adev = acpi_dev_get_first_match_dev("INTC1035", NULL, -1);
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dcore.c244 serdev_adev = acpi_dev_get_first_match_dev(info->serdev_hid, 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/drivers/staging/media/atomisp/pci/
H A Datomisp_gmin_platform.c378 adev = acpi_dev_get_first_match_dev(name, NULL, -1);
/linux-master/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c670 adev = acpi_dev_get_first_match_dev(dev_id->id, NULL, -1);
/linux-master/include/acpi/
H A Dacpi_bus.h959 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv);
971 for (adev = acpi_dev_get_first_match_dev(hid, uid, hrv); \
/linux-master/include/linux/
H A Dacpi.h802 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) function
H A Dapple-gmux.h108 adev = acpi_dev_get_first_match_dev(GMUX_ACPI_HID, NULL, -1);
/linux-master/sound/pci/hda/
H A Dcs35l41_hda.c1761 adev = acpi_dev_get_first_match_dev(hid, NULL, -1);
H A Dcs35l56_hda.c872 adev = acpi_dev_get_first_match_dev(hid_string, NULL, -1);
H A Dtas2781_hda_i2c.c117 adev = acpi_dev_get_first_match_dev(hid, NULL, -1);
/linux-master/sound/soc/amd/
H A Dacp-es8336.c200 adev = acpi_dev_get_first_match_dev("ESSX8336", 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/sound/soc/intel/boards/
H A Dbytcht_cx2072x.c253 adev = acpi_dev_get_first_match_dev(mach->id, NULL, -1);

Completed in 334 milliseconds

12