Searched refs:method_id (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/platform/x86/ |
H A D | alienware-wmi.c | 216 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 D | acer-wmi.c | 913 WMI_execute_u32(u32 method_id, u32 in, u32 *out) WMI_execute_u32() argument 921 status = wmi_evaluate_method(WMID_GUID1, 1, method_id, &input, &result); WMI_execute_u32() 949 u32 result, method_id = 0; WMID_get_u32() local 953 method_id = ACER_WMID_GET_WIRELESS_METHODID; WMID_get_u32() 956 method_id = ACER_WMID_GET_BLUETOOTH_METHODID; WMID_get_u32() 959 method_id = ACER_WMID_GET_BRIGHTNESS_METHODID; WMID_get_u32() 962 method_id = ACER_WMID_GET_THREEG_METHODID; WMID_get_u32() 973 status = WMI_execute_u32(method_id, 0, &result); WMID_get_u32() 983 u32 method_id = 0; WMID_set_u32() local 990 method_id = ACER_WMID_SET_BRIGHTNESS_METHODID; WMID_set_u32() 995 method_id = ACER_WMID_SET_WIRELESS_METHODID; WMID_set_u32() 1000 method_id = ACER_WMID_SET_BLUETOOTH_METHODID; WMID_set_u32() 1005 method_id = ACER_WMID_SET_THREEG_METHODID; WMID_set_u32() 1021 return WMI_execute_u32(method_id, (u32)value, NULL); WMID_set_u32()
|
H A D | asus-wmi.c | 162 * method_id - current method_id 165 * call - call method_id(dev_id, ctrl_param) and print result 169 u32 method_id; member in struct:asus_wmi_debug 259 static int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, asus_wmi_evaluate_method() argument 272 status = wmi_evaluate_method(ASUS_WMI_MGMT_GUID, 1, method_id, asus_wmi_evaluate_method() 1552 * Eee PC and Notebooks seems to have different method_id for DSTS, asus_wmi_platform_init() 1633 1, asus->debug.method_id, show_call() 1641 seq_printf(m, "%#x(%#x, %#x) = %#x\n", asus->debug.method_id, show_call() 1645 seq_printf(m, "%#x(%#x, %#x) = t:%d\n", asus->debug.method_id, show_call() 1691 dent = debugfs_create_x32("method_id", S_IRUGO | S_IWUSR, asus_wmi_debugfs_init() 1692 asus->debug.root, &asus->debug.method_id); asus_wmi_debugfs_init()
|
H A D | wmi.c | 274 * @method_id: Method ID to call 281 u32 method_id, const struct acpi_buffer *in, struct acpi_buffer *out) wmi_evaluate_method() 308 params[1].integer.value = method_id; wmi_evaluate_method() 280 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.1.27/include/linux/ |
H A D | acpi.h | 218 u32 method_id,
|
Completed in 168 milliseconds