Searched refs:get_acpi_method_name (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/platform/x86/ | 
| D | wmi.c | 210 static inline void get_acpi_method_name(const struct wmi_block *wblock,  in get_acpi_method_name()  function387 	get_acpi_method_name(wblock, 'M', method);  in wmidev_evaluate_method()
 430 		get_acpi_method_name(wblock, 'C', wc_method);  in __query_block()
 440 	get_acpi_method_name(wblock, 'Q', method);  in __query_block()
 552 	get_acpi_method_name(wblock, 'S', method);  in wmi_set_block()
 1176 	get_acpi_method_name(wblock, 'Q', method);  in wmi_create_device()
 1203 	get_acpi_method_name(wblock, 'S', method);  in wmi_create_device()
 
 |