Searched refs:acpi_has_method (Results 26 - 50 of 50) sorted by relevance

12

/linux-master/drivers/vfio/platform/
H A Dvfio_platform_common.c98 return acpi_has_method(handle, "_RST");
/linux-master/drivers/cpufreq/
H A Dpcc-cpufreq.c402 if (!acpi_has_method(handle, "PCCH"))
H A Dintel_pstate.c3247 if (acpi_has_method(handle, "PCCH"))
3264 if (acpi_has_method(pr->handle, "_PPC"))
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.c158 if (!acpi_has_method(handle, fn_name)) {
/linux-master/drivers/acpi/
H A Dacpi_tad.c615 if (!acpi_has_method(handle, "_PRW")) {
H A Dpfr_update.c512 if (!acpi_has_method(handle, "_DSM")) {
H A Dresource.c913 if (!acpi_has_method(adev->handle, method))
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c223 if (!acpi_has_method(handle, "PSVT"))
H A Dint3400_thermal.c627 if (acpi_has_method(priv->adev->handle, "IMOK")) {
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c2920 if (ec_handle && acpi_has_method(ec_handle, "NTFY")) {
2936 if (acpi_has_method(dev->acpi_dev->handle, "INFO"))
3253 if (acpi_has_method(handle, "GHCI"))
3256 if (acpi_has_method(handle, "SPFC"))
H A Dfujitsu-laptop.c288 if (acpi_has_method(device->handle, "SBL2"))
H A Dthinkpad_acpi.c5056 if (!acpi_has_method(hkey_handle, "MLCG")) {
9448 if (acpi_has_method(hkey_handle, GET_START)) {
9467 if (acpi_has_method(hkey_handle, GET_STOP)) {
9483 if (acpi_has_method(hkey_handle, GET_DISCHARGE)) {
9493 if (acpi_has_method(hkey_handle, GET_INHIBIT)) {
H A Dasus-wmi.c4678 asus->ally_mcu_usb_switch = acpi_has_method(NULL, ASUS_USB0_PWR_EC0_CSEE)
/linux-master/drivers/pci/
H A Dpci-acpi.c955 if (!handle || !acpi_has_method(handle, "_RST"))
1069 if (!adev || acpi_has_method(adev->handle, "_EJ0"))
H A Dpci.c6225 acpi_has_method(adev->handle, "_PR3");
/linux-master/drivers/input/touchscreen/
H A Dgoodix.c895 acpi_has_method(ACPI_HANDLE(dev), "INTI") &&
896 acpi_has_method(ACPI_HANDLE(dev), "INTO")) {
/linux-master/drivers/iio/accel/
H A Dbmc150-accel-core.c405 if (acpi_has_method(adev->handle, "ROTM")) {
407 } else if (acpi_has_method(adev->handle, alt_name)) {
H A Dkxcjk-1013.c651 if (!acpi_has_method(adev->handle, "ROTM"))
/linux-master/drivers/reset/
H A Dcore.c1313 if (!acpi_has_method(handle, "_RST"))
/linux-master/include/acpi/
H A Dacpi_bus.h49 bool acpi_has_method(acpi_handle handle, char *name);
/linux-master/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c88 if (!acpi_has_method(handle, METHOD_NAME__CRS)) {
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.c1044 if (!acpi_has_method(handle, "_DSM"))
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dr535.c1512 if (handle && acpi_has_method(handle, "_DSM")) {
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_core.c2664 if (!acpi_has_method(adev->handle, "ROTM"))
/linux-master/drivers/bluetooth/
H A Dbtintel.c2552 if (!acpi_has_method(handle, "_PRR")) {

Completed in 437 milliseconds

12