wmi_driver
static struct wmi_driver asus_sensors_wmi_driver = {
static struct wmi_driver dell_smm_wmi_driver = {
static struct wmi_driver hp_wmi_sensors_driver = {
struct wmi_driver *wdriver = to_wmi_driver(dev->driver);
struct wmi_driver *wdriver;
struct wmi_driver *wdriver)
struct wmi_driver *driver = to_wmi_driver(wblock->dev.dev.driver);
int __must_check __wmi_driver_register(struct wmi_driver *driver,
void wmi_driver_unregister(struct wmi_driver *driver)
const struct wmi_driver *wmi_driver = to_wmi_driver(driver);
const struct wmi_device_id *id = wmi_driver->id_table;
struct wmi_driver *wdriver = to_wmi_driver(dev->driver);
static struct wmi_driver alienware_legacy_wmi_driver = {
static struct wmi_driver alienware_wmax_wmi_driver = {
static struct wmi_driver dell_smbios_wmi_driver = {
static struct wmi_driver dell_wmi_driver = {
static struct wmi_driver dell_wmi_ddv_driver = {
static struct wmi_driver dell_wmi_descriptor_driver = {
static struct wmi_driver dell_privacy_wmi_driver = {
static struct wmi_driver bios_attr_set_interface_driver = {
static struct wmi_driver bios_attr_pass_interface_driver = {
static struct wmi_driver gigabyte_wmi_driver = {
static struct wmi_driver hp_attr_set_interface_driver = {
static struct wmi_driver inspur_wmi_driver = {
static struct wmi_driver intel_wmi_sbl_fw_update_driver = {
static struct wmi_driver intel_wmi_thunderbolt_driver = {
static struct wmi_driver ideapad_wmi_driver = {
static struct wmi_driver tlmi_driver = {
static struct wmi_driver lenovo_wmi_driver = {
static struct wmi_driver lwmi_cd_driver;
static struct wmi_driver lwmi_cd_driver = {
static struct wmi_driver lwmi_events_driver = {
static struct wmi_driver lwmi_gz_driver = {
static struct wmi_driver lenovo_wmi_hotkey_utilities_driver = {
static struct wmi_driver lwmi_other_driver = {
static struct wmi_driver lenovo_ymc_driver = {
static struct wmi_driver yogabook_wmi_driver = {
static struct wmi_driver msi_wmi_platform_driver = {
static struct wmi_driver nvidia_wmi_ec_backlight_driver = {
static struct wmi_driver redmi_wmi_driver = {
static struct wmi_driver tuxedo_nb04_wmi_tux_driver = {
static struct wmi_driver uniwill_wmi_driver = {
static struct wmi_driver wmi_bmof_driver = {
static struct wmi_driver xiaomi_wmi_driver = {
#define to_wmi_driver(drv) container_of_const(drv, struct wmi_driver, driver)
int __must_check __wmi_driver_register(struct wmi_driver *driver, struct module *owner);
void wmi_driver_unregister(struct wmi_driver *driver);