Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/mellanox/
Dmlxbf-bootctl.c35 static struct mlxbf_bootctl_name boot_names[] = { variable
144 for (i = 0; i < ARRAY_SIZE(boot_names); i++) in mlxbf_bootctl_reset_action_to_val()
145 if (sysfs_streq(boot_names[i].name, action)) in mlxbf_bootctl_reset_action_to_val()
146 return boot_names[i].value; in mlxbf_bootctl_reset_action_to_val()
156 for (i = 0; i < ARRAY_SIZE(boot_names); i++) in mlxbf_bootctl_action_to_string()
157 if (boot_names[i].value == action) in mlxbf_bootctl_action_to_string()
158 return boot_names[i].name; in mlxbf_bootctl_action_to_string()