Searched defs:wmi_block (Results 1 – 1 of 1) sorted by relevance
62 struct wmi_block { struct63 struct wmi_device dev;64 struct list_head list;65 struct guid_block gblock;66 struct acpi_device *acpi_device;67 struct rw_semaphore notify_lock; /* Protects notify callback add/remove */68 wmi_notify_handler handler;69 void *handler_data;70 bool driver_ready;71 unsigned long flags;