Searched refs:method_id (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/platform/x86/
H A Dalienware-wmi.c216 int method_id; alienware_update_led() local
227 method_id = WMAX_METHOD_ZONE_CONTROL; alienware_update_led()
241 method_id = zone->location + 1; alienware_update_led()
246 pr_debug("alienware-wmi: guid %s method %d\n", guid, method_id); alienware_update_led()
248 status = wmi_evaluate_method(guid, 1, method_id, &input, NULL); alienware_update_led()
H A Dacer-wmi.c914 WMI_execute_u32(u32 method_id, u32 in, u32 *out) WMI_execute_u32() argument
922 status = wmi_evaluate_method(WMID_GUID1, 1, method_id, &input, &result); WMI_execute_u32()
950 u32 result, method_id = 0; WMID_get_u32() local
954 method_id = ACER_WMID_GET_WIRELESS_METHODID; WMID_get_u32()
957 method_id = ACER_WMID_GET_BLUETOOTH_METHODID; WMID_get_u32()
960 method_id = ACER_WMID_GET_BRIGHTNESS_METHODID; WMID_get_u32()
963 method_id = ACER_WMID_GET_THREEG_METHODID; WMID_get_u32()
974 status = WMI_execute_u32(method_id, 0, &result); WMID_get_u32()
984 u32 method_id = 0; WMID_set_u32() local
991 method_id = ACER_WMID_SET_BRIGHTNESS_METHODID; WMID_set_u32()
996 method_id = ACER_WMID_SET_WIRELESS_METHODID; WMID_set_u32()
1001 method_id = ACER_WMID_SET_BLUETOOTH_METHODID; WMID_set_u32()
1006 method_id = ACER_WMID_SET_THREEG_METHODID; WMID_set_u32()
1022 return WMI_execute_u32(method_id, (u32)value, NULL); WMID_set_u32()
H A Dasus-wmi.c189 * method_id - current method_id
192 * call - call method_id(dev_id, ctrl_param) and print result
196 u32 method_id; member in struct:asus_wmi_debug
290 static int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, asus_wmi_evaluate_method() argument
303 status = wmi_evaluate_method(ASUS_WMI_MGMT_GUID, 1, method_id, asus_wmi_evaluate_method()
1833 * Eee PC and Notebooks seems to have different method_id for DSTS, asus_wmi_platform_init()
1914 1, asus->debug.method_id, show_call()
1922 seq_printf(m, "%#x(%#x, %#x) = %#x\n", asus->debug.method_id, show_call()
1926 seq_printf(m, "%#x(%#x, %#x) = t:%d\n", asus->debug.method_id, show_call()
1972 dent = debugfs_create_x32("method_id", S_IRUGO | S_IWUSR, asus_wmi_debugfs_init()
1973 asus->debug.root, &asus->debug.method_id); asus_wmi_debugfs_init()
H A Dwmi.c246 * @method_id: Method ID to call
253 u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) wmi_evaluate_method()
280 params[1].integer.value = method_id; wmi_evaluate_method()
252 wmi_evaluate_method(const char *guid_string, u8 instance, u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) wmi_evaluate_method() argument
/linux-4.4.14/include/linux/
H A Dacpi.h260 u32 method_id,

Completed in 272 milliseconds