Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dwmi.c64 struct wmi_block { struct
65 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