Home
last modified time | relevance | path

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

/drivers/platform/x86/dell/dell-wmi-sysman/
A Denum-attributes.c46 options = tmp = kstrdup(wmi_priv.enumeration_data[instance_id].possible_values, in validate_enumeration_input()
88 attribute_s_property_show(possible_values, enumeration);
90 __ATTR_RO(possible_values);
196 strcat(wmi_priv.enumeration_data[instance_id].possible_values, in populate_enum_data()
198 strcat(wmi_priv.enumeration_data[instance_id].possible_values, ";"); in populate_enum_data()
A Ddell-wmi-sysman.h30 char possible_values[MAX_BUFF]; member
/drivers/platform/x86/hp/hp-bioscfg/
A Denum-attributes.c42 if (!strcmp(enum_data->possible_values[i], buf)) in validate_enumeration_input()
66 ATTRIBUTE_VALUES_PROPERTY_SHOW(possible_values, enumeration, SEMICOLON_SEP);
68 __ATTR_RO(possible_values);
275 strscpy(enum_data->possible_values[pos_values], str_value); in hp_populate_enumeration_elements_from_package()
380 enum_data->possible_values[values], in hp_populate_enumeration_elements_from_buffer()
381 sizeof(enum_data->possible_values[values])); in hp_populate_enumeration_elements_from_buffer()
A Dbioscfg.h156 u8 possible_values[MAX_VALUES_SIZE][MAX_BUFF_SIZE]; member
/drivers/platform/x86/lenovo/
A Dthink-lmi.c1017 return sysfs_emit(buf, "%s\n", setting->possible_values); in possible_values_show()
1025 if (setting->possible_values) { in type_show()
1027 if (strchr(setting->possible_values, ';')) in type_show()
1200 kfree(setting->possible_values); in tlmi_attr_setting_release()
1466 kfree(tlmi_priv.setting[i]->possible_values); in tlmi_sysfs_init()
1626 &setting->possible_values); in tlmi_analyze()
1627 if (ret || !setting->possible_values) in tlmi_analyze()
1645 setting->possible_values = in tlmi_analyze()
1656 if (setting->possible_values) in tlmi_analyze()
1657 strreplace(setting->possible_values, ',', ';'); in tlmi_analyze()
[all …]
A Dthink-lmi.h95 char *possible_values; member
/drivers/platform/x86/
A Dsamsung-galaxybook.c930 static struct kobj_attribute fw_attr_possible_values = __ATTR_RO(possible_values);

Completed in 17 milliseconds