Searched refs:get_acpi_method_name (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/platform/x86/ |
D | wmi.c | 146 static inline void get_acpi_method_name(const struct wmi_block *wblock, in get_acpi_method_name() function 329 get_acpi_method_name(wblock, 'M', method); in wmidev_evaluate_method() 372 get_acpi_method_name(wblock, 'C', wc_method); in __query_block() 382 get_acpi_method_name(wblock, 'Q', method); in __query_block() 517 get_acpi_method_name(wblock, 'S', method); in wmidev_block_set() 984 get_acpi_method_name(wblock, 'M', method); in wmi_create_device() 1002 get_acpi_method_name(wblock, 'Q', method); in wmi_create_device() 1033 get_acpi_method_name(wblock, 'S', method); in wmi_create_device()
|