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