Home
last modified time | relevance | path

Searched refs:pwd_nvme (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dthink-lmi.c462 } else if (setting == tlmi_priv.pwd_nvme) { in new_password_store()
1244 sysfs_remove_group(&tlmi_priv.pwd_nvme->kobj, &auth_attr_group); in tlmi_release_attr()
1245 kobject_put(&tlmi_priv.pwd_nvme->kobj); in tlmi_release_attr()
1371 tlmi_priv.pwd_nvme->kobj.kset = tlmi_priv.authentication_kset; in tlmi_sysfs_init()
1554 tlmi_priv.pwd_nvme = tlmi_create_auth("nvm", "nvme"); in tlmi_analyze()
1555 if (!tlmi_priv.pwd_nvme) in tlmi_analyze()
1560 tlmi_priv.pwd_nvme->index = 1; in tlmi_analyze()
1576 tlmi_priv.pwd_nvme->valid = true; in tlmi_analyze()
1578 tlmi_priv.pwd_nvme->index = in tlmi_analyze()
1581 tlmi_priv.pwd_nvme->index = in tlmi_analyze()
[all …]
H A Dthink-lmi.h100 struct tlmi_pwd_setting *pwd_nvme; member