Searched defs:wmi_block (Results 1 – 1 of 1) sorted by relevance
64 struct wmi_block { struct65 struct wmi_device dev;66 struct list_head list;67 struct guid_block gblock;68 struct acpi_device *acpi_device;69 struct rw_semaphore notify_lock; /* Protects notify callback add/remove */93 #define dev_to_wblock(__dev) container_of_const(__dev, struct wmi_block, dev.dev) argument