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