Searched refs:pwd_nvme (Results 1 – 2 of 2) sorted by relevance
494 } else if (setting == tlmi_priv.pwd_nvme) { in new_password_store()978 if ((setting == tlmi_priv.pwd_hdd) || (setting == tlmi_priv.pwd_nvme)) in auth_attr_is_visible()1573 tlmi_priv.pwd_nvme->kobj.kset = tlmi_priv.authentication_kset; in tlmi_sysfs_init()1574 ret = kobject_init_and_add(&tlmi_priv.pwd_nvme->kobj, &tlmi_pwd_setting_ktype, in tlmi_sysfs_init()1759 tlmi_priv.pwd_nvme = tlmi_create_auth("nvm", "nvme"); in tlmi_analyze()1760 if (!tlmi_priv.pwd_nvme) in tlmi_analyze()1765 tlmi_priv.pwd_nvme->index = 1; in tlmi_analyze()1781 tlmi_priv.pwd_nvme->pwd_enabled = true; in tlmi_analyze()1783 tlmi_priv.pwd_nvme->index = in tlmi_analyze()1786 tlmi_priv.pwd_nvme->index = in tlmi_analyze()[all …]
135 struct tlmi_pwd_setting *pwd_nvme; member