Home
last modified time | relevance | path

Searched refs:wmi_driver (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.15/include/linux/
H A Dwmi.h64 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 Dwmi.rst13 same GUID. Drivers can then register a :c:type:`struct wmi_driver <wmi_driver>`
/linux-6.15/drivers/platform/x86/
H A Dwmi.c110 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 Dwmi-bmof.c90 static struct wmi_driver wmi_bmof_driver = {
H A Dxiaomi-wmi.c90 static struct wmi_driver xiaomi_wmi_driver = {
H A Dnvidia-wmi-ec-backlight.c132 static struct wmi_driver nvidia_wmi_ec_backlight_driver = {
H A Dlenovo-wmi-camera.c131 static struct wmi_driver lenovo_wmi_driver = {
H A Dlenovo-ymc.c151 static struct wmi_driver lenovo_ymc_driver = {
H A Dinspur_platform_profile.c206 static struct wmi_driver inspur_wmi_driver = {
H A Dgigabyte-wmi.c152 static struct wmi_driver gigabyte_wmi_driver = {
H A Dlenovo-wmi-hotkey-utilities.c198 static struct wmi_driver lenovo_wmi_hotkey_utilities_driver = {
H A Dmsi-wmi-platform.c442 static struct wmi_driver msi_wmi_platform_driver = {
H A Dlenovo-yogabook.c407 static struct wmi_driver yogabook_wmi_driver = {
/linux-6.15/drivers/platform/x86/intel/wmi/
H A Dthunderbolt.c60 static struct wmi_driver intel_wmi_thunderbolt_driver = {
H A Dsbl-fw-update.c126 static struct wmi_driver intel_wmi_sbl_fw_update_driver = {
/linux-6.15/drivers/platform/x86/dell/
H A Dalienware-wmi-legacy.c77 static struct wmi_driver alienware_legacy_wmi_driver = {
H A Ddell-wmi-descriptor.c191 static struct wmi_driver dell_wmi_descriptor_driver = {
H A Ddell-wmi-privacy.c383 static struct wmi_driver dell_privacy_wmi_driver = {
H A Ddell-smbios-wmi.c320 static struct wmi_driver dell_smbios_wmi_driver = {
H A Ddell-wmi-base.c810 static struct wmi_driver dell_wmi_driver = {
/linux-6.15/Documentation/wmi/
H A Ddriver-development-guide.rst51 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 Dpasswordattr-interface.c133 static struct wmi_driver bios_attr_pass_interface_driver = {
H A Dbiosattr-interface.c166 static struct wmi_driver bios_attr_set_interface_driver = {
/linux-6.15/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c293 static struct wmi_driver hp_attr_set_interface_driver = {
/linux-6.15/drivers/hwmon/
H A Dasus_wmi_sensors.c652 static struct wmi_driver asus_sensors_wmi_driver = {

12