| /linux-6.15/include/linux/ |
| H A D | wmi.h | 64 struct wmi_driver { struct 82 #define to_wmi_driver(drv) container_of_const(drv, struct wmi_driver, driver) 84 extern int __must_check __wmi_driver_register(struct wmi_driver *driver, 86 extern void wmi_driver_unregister(struct wmi_driver *driver);
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | wmi.rst | 13 same GUID. Drivers can then register a :c:type:`struct wmi_driver <wmi_driver>`
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | wmi.c | 110 struct wmi_driver *wdriver) in find_guid_context() 803 const struct wmi_driver *wmi_driver = to_wmi_driver(driver); in wmi_dev_match() local 805 const struct wmi_device_id *id = wmi_driver->id_table; in wmi_dev_match() 835 struct wmi_driver *wdriver = to_wmi_driver(dev->driver); in wmi_dev_probe() 883 struct wmi_driver *wdriver = to_wmi_driver(dev->driver); in wmi_dev_remove() 895 struct wmi_driver *wdriver; in wmi_dev_shutdown() 1187 struct wmi_driver *driver = to_wmi_driver(wblock->dev.dev.driver); in wmi_notify_driver() 1319 int __must_check __wmi_driver_register(struct wmi_driver *driver, in __wmi_driver_register() 1335 void wmi_driver_unregister(struct wmi_driver *driver) in wmi_driver_unregister()
|
| H A D | wmi-bmof.c | 90 static struct wmi_driver wmi_bmof_driver = {
|
| H A D | xiaomi-wmi.c | 90 static struct wmi_driver xiaomi_wmi_driver = {
|
| H A D | nvidia-wmi-ec-backlight.c | 132 static struct wmi_driver nvidia_wmi_ec_backlight_driver = {
|
| H A D | lenovo-wmi-camera.c | 131 static struct wmi_driver lenovo_wmi_driver = {
|
| H A D | lenovo-ymc.c | 151 static struct wmi_driver lenovo_ymc_driver = {
|
| H A D | inspur_platform_profile.c | 206 static struct wmi_driver inspur_wmi_driver = {
|
| H A D | gigabyte-wmi.c | 152 static struct wmi_driver gigabyte_wmi_driver = {
|
| H A D | lenovo-wmi-hotkey-utilities.c | 198 static struct wmi_driver lenovo_wmi_hotkey_utilities_driver = {
|
| H A D | msi-wmi-platform.c | 442 static struct wmi_driver msi_wmi_platform_driver = {
|
| H A D | lenovo-yogabook.c | 407 static struct wmi_driver yogabook_wmi_driver = {
|
| /linux-6.15/drivers/platform/x86/intel/wmi/ |
| H A D | thunderbolt.c | 60 static struct wmi_driver intel_wmi_thunderbolt_driver = {
|
| H A D | sbl-fw-update.c | 126 static struct wmi_driver intel_wmi_sbl_fw_update_driver = {
|
| /linux-6.15/drivers/platform/x86/dell/ |
| H A D | alienware-wmi-legacy.c | 77 static struct wmi_driver alienware_legacy_wmi_driver = {
|
| H A D | dell-wmi-descriptor.c | 191 static struct wmi_driver dell_wmi_descriptor_driver = {
|
| H A D | dell-wmi-privacy.c | 383 static struct wmi_driver dell_privacy_wmi_driver = {
|
| H A D | dell-smbios-wmi.c | 320 static struct wmi_driver dell_smbios_wmi_driver = {
|
| H A D | dell-wmi-base.c | 810 static struct wmi_driver dell_wmi_driver = {
|
| /linux-6.15/Documentation/wmi/ |
| H A D | driver-development-guide.rst | 51 The basic WMI driver is build around the struct wmi_driver, which is then bound 62 static struct wmi_driver foo_driver = { 132 WMI drivers can receive WMI events via the notify() callback inside the struct wmi_driver. 145 the ``no_notify_data`` flag inside struct wmi_driver should be set to ``true``.
|
| /linux-6.15/drivers/platform/x86/dell/dell-wmi-sysman/ |
| H A D | passwordattr-interface.c | 133 static struct wmi_driver bios_attr_pass_interface_driver = {
|
| H A D | biosattr-interface.c | 166 static struct wmi_driver bios_attr_set_interface_driver = {
|
| /linux-6.15/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | biosattr-interface.c | 293 static struct wmi_driver hp_attr_set_interface_driver = {
|
| /linux-6.15/drivers/hwmon/ |
| H A D | asus_wmi_sensors.c | 652 static struct wmi_driver asus_sensors_wmi_driver = {
|