Lines Matching defs:think_lmi
98 struct think_lmi { struct
99 struct wmi_device *wmi_device;
101 bool can_set_bios_settings;
102 bool can_get_bios_selections;
103 bool can_set_bios_password;
104 bool can_get_password_settings;
105 bool pending_changes;
106 bool can_debug_cmd;
107 bool opcode_support;
108 bool certificate_support;
109 enum save_mode save_mode;
110 bool save_required;
111 bool reboot_required;
113 struct tlmi_attr_setting *setting[TLMI_SETTINGS_COUNT];
114 struct device *class_dev;
115 struct kset *attribute_kset;
116 struct kset *authentication_kset;
118 struct tlmi_pwdcfg pwdcfg;
119 struct tlmi_pwd_setting *pwd_admin;
120 struct tlmi_pwd_setting *pwd_power;
121 struct tlmi_pwd_setting *pwd_system;
122 struct tlmi_pwd_setting *pwd_hdd;
123 struct tlmi_pwd_setting *pwd_nvme;