Searched refs:method_id (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/platform/x86/ |
D | acer-wmi.c | 914 WMI_execute_u32(u32 method_id, u32 in, u32 *out) in WMI_execute_u32() argument 922 status = wmi_evaluate_method(WMID_GUID1, 1, method_id, &input, &result); in WMI_execute_u32() 950 u32 result, method_id = 0; in WMID_get_u32() local 954 method_id = ACER_WMID_GET_WIRELESS_METHODID; in WMID_get_u32() 957 method_id = ACER_WMID_GET_BLUETOOTH_METHODID; in WMID_get_u32() 960 method_id = ACER_WMID_GET_BRIGHTNESS_METHODID; in WMID_get_u32() 963 method_id = ACER_WMID_GET_THREEG_METHODID; in WMID_get_u32() 974 status = WMI_execute_u32(method_id, 0, &result); in WMID_get_u32() 984 u32 method_id = 0; in WMID_set_u32() local 991 method_id = ACER_WMID_SET_BRIGHTNESS_METHODID; in WMID_set_u32() [all …]
|
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 | asus-wmi.c | 196 u32 method_id; member 290 static int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, in asus_wmi_evaluate_method() argument 303 status = wmi_evaluate_method(ASUS_WMI_MGMT_GUID, 1, method_id, in asus_wmi_evaluate_method() 1914 1, asus->debug.method_id, in show_call() 1922 seq_printf(m, "%#x(%#x, %#x) = %#x\n", asus->debug.method_id, in show_call() 1926 seq_printf(m, "%#x(%#x, %#x) = t:%d\n", asus->debug.method_id, in show_call() 1973 asus->debug.root, &asus->debug.method_id); in asus_wmi_debugfs_init()
|
D | wmi.c | 253 u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) in wmi_evaluate_method() argument 280 params[1].integer.value = method_id; in wmi_evaluate_method()
|
/linux-4.4.14/include/linux/ |
D | acpi.h | 260 u32 method_id,
|