Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dwmi.c63 struct wmi_block { struct
64 struct list_head list;
65 struct guid_block gblock;
66 acpi_handle handle;
67 wmi_notify_handler handler;
68 void *handler_data;
69 struct device dev;
674 struct wmi_block *wmi_block = container_of(dev, struct wmi_block, dev); in wmi_dev_free() local