Searched refs:method_id (Results 1 – 4 of 4) sorted by relevance
/drivers/platform/x86/ |
D | acer-wmi.c | 913 WMI_execute_u32(u32 method_id, u32 in, u32 *out) in WMI_execute_u32() argument 921 status = wmi_evaluate_method(WMID_GUID1, 1, method_id, &input, &result); in WMI_execute_u32() 949 u32 result, method_id = 0; in WMID_get_u32() local 953 method_id = ACER_WMID_GET_WIRELESS_METHODID; in WMID_get_u32() 956 method_id = ACER_WMID_GET_BLUETOOTH_METHODID; in WMID_get_u32() 959 method_id = ACER_WMID_GET_BRIGHTNESS_METHODID; in WMID_get_u32() 962 method_id = ACER_WMID_GET_THREEG_METHODID; in WMID_get_u32() 973 status = WMI_execute_u32(method_id, 0, &result); in WMID_get_u32() 983 u32 method_id = 0; in WMID_set_u32() local 990 method_id = ACER_WMID_SET_BRIGHTNESS_METHODID; in WMID_set_u32() [all …]
|
D | alienware-wmi.c | 217 int method_id; in alienware_update_led() local 228 method_id = WMAX_METHOD_ZONE_CONTROL; in alienware_update_led() 242 method_id = zone->location + 1; in alienware_update_led() 247 pr_debug("alienware-wmi: guid %s method %d\n", guid, method_id); in alienware_update_led() 249 status = wmi_evaluate_method(guid, 1, method_id, &input, NULL); in alienware_update_led()
|
D | asus-wmi.c | 169 u32 method_id; member 259 static int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, in asus_wmi_evaluate_method() argument 272 status = wmi_evaluate_method(ASUS_WMI_MGMT_GUID, 1, method_id, in asus_wmi_evaluate_method() 1634 1, asus->debug.method_id, in show_call() 1642 seq_printf(m, "%#x(%#x, %#x) = %#x\n", asus->debug.method_id, in show_call() 1646 seq_printf(m, "%#x(%#x, %#x) = t:%d\n", asus->debug.method_id, in show_call() 1693 asus->debug.root, &asus->debug.method_id); in asus_wmi_debugfs_init()
|
D | wmi.c | 282 u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) in wmi_evaluate_method() argument 309 params[1].integer.value = method_id; in wmi_evaluate_method()
|