Home
last modified time | relevance | path

Searched refs:acpi_get_handle (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_menlow.c417 status = acpi_get_handle(handle, GET_AUX0, &dummy); in intel_menlow_register_sensor()
421 status = acpi_get_handle(handle, SET_AUX0, &dummy); in intel_menlow_register_sensor()
431 status = acpi_get_handle(handle, GET_AUX1, &dummy); in intel_menlow_register_sensor()
435 status = acpi_get_handle(handle, SET_AUX1, &dummy); in intel_menlow_register_sensor()
H A Dlg-laptop.c97 status = acpi_get_handle(NULL, (acpi_string) SB_GGOV_METHOD, &handle); in ggov()
139 status = acpi_get_handle(NULL, (acpi_string) WMAB_METHOD, &handle); in lg_wmab()
177 status = acpi_get_handle(NULL, (acpi_string)WMBB_METHOD, &handle); in lg_wmbb()
H A Deeepc-laptop.c247 status = acpi_get_handle(eeepc->handle, (char *)method, in acpi_setter_handle()
637 status = acpi_get_handle(NULL, node, &handle); in eeepc_rfkill_hotplug_update()
659 status = acpi_get_handle(NULL, node, &handle); in eeepc_register_rfkill_notifier()
685 status = acpi_get_handle(NULL, node, &handle); in eeepc_unregister_rfkill_notifier()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Devged.c107 if (ACPI_SUCCESS(acpi_get_handle(handle, ev_name, &evt_handle))) in acpi_ged_request_interrupt()
111 if (ACPI_SUCCESS(acpi_get_handle(handle, "_EVT", &evt_handle))) in acpi_ged_request_interrupt()
H A Dacpi_adxl.c145 status = acpi_get_handle(NULL, path, &handle); in adxl_init()
H A Dbus.c322 if (ACPI_FAILURE(acpi_get_handle(NULL, "\\_SB", &handle))) in acpi_bus_osc_support()
495 acpi_get_handle(NULL, "\\_SB", &sb_handle); in sb_notify_work()
519 if (ACPI_FAILURE(acpi_get_handle(NULL, "\\_SB", &sb_handle))) in acpi_setup_sb_notify_handler()
H A Dirq.c106 status = acpi_get_handle(NULL, source->string_ptr, &handle); in acpi_get_irq_source_fwhandle()
H A Dacpi_extlog.c196 if (ACPI_FAILURE(acpi_get_handle(NULL, "\\_SB", &handle))) in extlog_get_l1addr()
H A Dscan.c785 status = acpi_get_handle(handle, "_EJD", &tmp); in acpi_bus_get_ejd()
792 status = acpi_get_handle(ACPI_ROOT_OBJECT, obj->string.pointer, in acpi_bus_get_ejd()
1262 if (ACPI_SUCCESS(acpi_get_handle(NULL, "\\_SB", &tmp)) && in acpi_object_is_system_bus()
1265 if (ACPI_SUCCESS(acpi_get_handle(NULL, "\\_TZ", &tmp)) && in acpi_object_is_system_bus()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Ddbcmds.c772 (void)acpi_get_handle(node, METHOD_NAME__PRT, in acpi_db_device_resources()
774 (void)acpi_get_handle(node, METHOD_NAME__CRS, in acpi_db_device_resources()
776 (void)acpi_get_handle(node, METHOD_NAME__PRS, in acpi_db_device_resources()
778 (void)acpi_get_handle(node, METHOD_NAME__AEI, in acpi_db_device_resources()
H A Dnsdumpdv.c91 status = acpi_get_handle(NULL, METHOD_NAME__SB_, &sys_bus_handle); in acpi_ns_dump_root_devices()
H A Ddbexec.c428 status = acpi_get_handle(NULL, acpi_gbl_db_method_info.pathname, in acpi_db_execute()
686 status = acpi_get_handle(NULL, acpi_gbl_db_method_info.pathname, in acpi_db_create_execution_thread()
833 status = acpi_get_handle(NULL, acpi_gbl_db_method_info.pathname, in acpi_db_create_execution_threads()
H A Dutxfmutex.c57 acpi_get_handle(handle, pathname, in acpi_ut_get_mutex_object()
H A Dnsxfname.c46 acpi_get_handle(acpi_handle parent, in acpi_get_handle() function
106 ACPI_EXPORT_SYMBOL(acpi_get_handle) in ACPI_EXPORT_SYMBOL() argument
H A Ddbtest.c188 acpi_get_handle(NULL, ACPI_DB_READ_METHOD, &read_handle); in acpi_db_test_all_objects()
209 acpi_get_handle(NULL, ACPI_DB_WRITE_METHOD, &write_handle); in acpi_db_test_all_objects()
H A Dnsinit.c166 status = acpi_get_handle(NULL, "\\_SB", &handle); in acpi_ns_initialize_devices()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dasus_atk0110.c1206 status = acpi_get_handle(data->atk_handle, METHOD_OLD_READ_TMP, &ret); in atk_probe_if()
1214 status = acpi_get_handle(data->atk_handle, METHOD_OLD_READ_VLT, &ret); in atk_probe_if()
1222 status = acpi_get_handle(data->atk_handle, METHOD_OLD_READ_FAN, &ret); in atk_probe_if()
1230 status = acpi_get_handle(data->atk_handle, METHOD_ENUMERATE, &ret); in atk_probe_if()
1238 status = acpi_get_handle(data->atk_handle, METHOD_READ, &ret); in atk_probe_if()
1246 status = acpi_get_handle(data->atk_handle, METHOD_WRITE, &ret); in atk_probe_if()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c293 status = acpi_get_handle(dhandle, "ATRM", &atrm_handle); in amdgpu_atrm_get_bios()
306 status = acpi_get_handle(dhandle, "ATRM", &atrm_handle); in amdgpu_atrm_get_bios()
H A Damdgpu_acpi.c220 status = acpi_get_handle(dhandle, "ATIF", &handle); in amdgpu_atif_probe_handle()
225 status = acpi_get_handle(amdgpu_atpx_get_dhandle(), "ATIF", in amdgpu_atif_probe_handle()
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_kbd_led_backlight.c67 status = acpi_get_handle(ACPI_ROOT_OBJECT, in keyboard_led_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowacpi.c115 status = acpi_get_handle(dhandle, "_ROM", &rom_handle); in acpi_init()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dpcc-cpufreq.c397 status = acpi_get_handle(NULL, "\\_SB", &handle); in pcc_cpufreq_probe()
404 status = acpi_get_handle(handle, "_OSC", &osc_handle); in pcc_cpufreq_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_bios.c207 status = acpi_get_handle(dhandle, "ATRM", &atrm_handle); in radeon_atrm_get_bios()
220 status = acpi_get_handle(dhandle, "ATRM", &atrm_handle); in radeon_atrm_get_bios()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_bcm.c958 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTLP", &dev->btlp)) || in bcm_apple_get_resources()
959 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTPU", &dev->btpu)) || in bcm_apple_get_resources()
960 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTPD", &dev->btpd))) in bcm_apple_get_resources()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-acpi.c120 status = acpi_get_handle(NULL, path, &handle); in acpi_get_gpiod()
283 if (ACPI_SUCCESS(acpi_get_handle(handle, ev_name, &evt_handle))) in acpi_gpiochip_alloc_event()
287 if (ACPI_SUCCESS(acpi_get_handle(handle, "_EVT", &evt_handle))) in acpi_gpiochip_alloc_event()

123