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