Searched refs:method_id (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/platform/x86/ |
D | alienware-wmi.c | 216 int method_id; in alienware_update_led() local 227 method_id = WMAX_METHOD_ZONE_CONTROL; in alienware_update_led() 241 method_id = zone->location + 1; in alienware_update_led() 246 pr_debug("alienware-wmi: guid %s method %d\n", guid, method_id); in alienware_update_led() 248 status = wmi_evaluate_method(guid, 1, method_id, &input, NULL); in alienware_update_led()
|
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 | 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() 1633 1, asus->debug.method_id, in show_call() 1641 seq_printf(m, "%#x(%#x, %#x) = %#x\n", asus->debug.method_id, in show_call() 1645 seq_printf(m, "%#x(%#x, %#x) = t:%d\n", asus->debug.method_id, in show_call() 1692 asus->debug.root, &asus->debug.method_id); in asus_wmi_debugfs_init()
|
D | wmi.c | 281 u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) in wmi_evaluate_method() argument 308 params[1].integer.value = method_id; in wmi_evaluate_method()
|
/linux-4.1.27/include/linux/ |
D | acpi.h | 218 u32 method_id,
|