Lines Matching refs:method
193 char method[5]; in wmi_method_enable() local
200 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable()
201 status = acpi_execute_simple_method(handle, method, enable); in wmi_method_enable()
211 const char method, in get_acpi_method_name() argument
218 buffer[1] = method; in get_acpi_method_name()
360 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmidev_evaluate_method() local
387 get_acpi_method_name(wblock, 'M', method); in wmidev_evaluate_method()
389 return acpi_evaluate_object(handle, method, &input, out); in wmidev_evaluate_method()
402 char method[WMI_ACPI_METHOD_NAME_SIZE]; in __query_block() local
440 get_acpi_method_name(wblock, 'Q', method); in __query_block()
441 status = acpi_evaluate_object(handle, method, &input, out); in __query_block()
524 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_set_block() local
552 get_acpi_method_name(wblock, 'S', method); in wmi_set_block()
554 return acpi_evaluate_object(handle, method, &input, NULL); in wmi_set_block()
1148 char method[WMI_ACPI_METHOD_NAME_SIZE]; in wmi_create_device() local
1168 get_acpi_method_name(wblock, 'Q', method); in wmi_create_device()
1169 result = get_subobj_info(device->handle, method, &info); in wmi_create_device()
1174 method); in wmi_create_device()
1195 get_acpi_method_name(wblock, 'S', method); in wmi_create_device()
1196 result = get_subobj_info(device->handle, method, NULL); in wmi_create_device()