Home
last modified time | relevance | path

Searched refs:wc_method (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/platform/x86/
Dwmi.c348 char wc_method[5] = "WC"; in wmi_query_block() local
376 strncat(wc_method, block->object_id, 2); in wmi_query_block()
383 if (acpi_has_method(handle, wc_method)) in wmi_query_block()
385 wc_method, 1); in wmi_query_block()
398 status = acpi_execute_simple_method(handle, wc_method, 0); in wmi_query_block()