Lines Matching defs:think_lmi
91 struct think_lmi { struct
92 struct wmi_device *wmi_device;
94 bool can_set_bios_settings;
95 bool can_get_bios_selections;
96 bool can_set_bios_password;
97 bool can_get_password_settings;
98 bool pending_changes;
99 bool can_debug_cmd;
100 bool opcode_support;
101 bool certificate_support;
102 enum save_mode save_mode;
103 bool save_required;
104 bool reboot_required;
106 struct tlmi_attr_setting *setting[TLMI_SETTINGS_COUNT];
107 struct device *class_dev;
108 struct kset *attribute_kset;
109 struct kset *authentication_kset;
111 struct tlmi_pwdcfg pwdcfg;
112 struct tlmi_pwd_setting *pwd_admin;
113 struct tlmi_pwd_setting *pwd_power;
114 struct tlmi_pwd_setting *pwd_system;
115 struct tlmi_pwd_setting *pwd_hdd;
116 struct tlmi_pwd_setting *pwd_nvme;