Home
last modified time | relevance | path

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

/drivers/platform/x86/
Dwmi.c66 struct wmi_block { struct
228 static bool find_guid(const char *guid_string, struct wmi_block **out) in find_guid()
231 struct wmi_block *wblock; in find_guid()
239 wblock = list_entry(p, struct wmi_block, list); in find_guid()
251 static acpi_status wmi_method_enable(struct wmi_block *wblock, int enable) in wmi_method_enable()
297 struct wmi_block *wblock = NULL; in wmi_evaluate_method()
355 struct wmi_block *wblock = NULL; in wmi_query_block()
438 struct wmi_block *wblock = NULL; in wmi_set_block()
552 struct wmi_block *block; in wmi_install_notify_handler()
565 block = list_entry(p, struct wmi_block, list); in wmi_install_notify_handler()
[all …]