Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dorder-list-attributes.c131 char *str_value = NULL; in hp_populate_ordered_list_elements_from_package() local
156 &str_value, &value_len); in hp_populate_ordered_list_elements_from_package()
173 kfree(str_value); in hp_populate_ordered_list_elements_from_package()
180 strscpy(ordered_list_data->current_value, str_value); in hp_populate_ordered_list_elements_from_package()
184 strscpy(ordered_list_data->common.path, str_value); in hp_populate_ordered_list_elements_from_package()
221 &str_value, &value_len); in hp_populate_ordered_list_elements_from_package()
226 strscpy(ordered_list_data->common.prerequisites[reqs], str_value); in hp_populate_ordered_list_elements_from_package()
228 kfree(str_value); in hp_populate_ordered_list_elements_from_package()
229 str_value = NULL; in hp_populate_ordered_list_elements_from_package()
260 ret = hp_convert_hexstr_to_str(str_value, value_le in hp_populate_ordered_list_elements_from_package()
[all...]
H A Dstring-attributes.c133 char *str_value = NULL; in hp_populate_string_elements_from_package() local
156 &str_value, &value_len); in hp_populate_string_elements_from_package()
174 kfree(str_value); in hp_populate_string_elements_from_package()
181 strscpy(string_data->current_value, str_value); in hp_populate_string_elements_from_package()
184 strscpy(string_data->common.path, str_value); in hp_populate_string_elements_from_package()
227 &str_value, &value_len); in hp_populate_string_elements_from_package()
232 strscpy(string_data->common.prerequisites[reqs], str_value); in hp_populate_string_elements_from_package()
233 kfree(str_value); in hp_populate_string_elements_from_package()
234 str_value = NULL; in hp_populate_string_elements_from_package()
252 kfree(str_value); in hp_populate_string_elements_from_package()
[all...]
H A Dint-attributes.c143 char *str_value = NULL; in hp_populate_integer_elements_from_package() local
166 &str_value, &value_len); in hp_populate_integer_elements_from_package()
182 kfree(str_value); in hp_populate_integer_elements_from_package()
188 ret = kstrtoint(str_value, 10, &int_value); in hp_populate_integer_elements_from_package()
195 strscpy(integer_data->common.path, str_value); in hp_populate_integer_elements_from_package()
237 &str_value, &value_len); in hp_populate_integer_elements_from_package()
242 strscpy(integer_data->common.prerequisites[reqs], str_value); in hp_populate_integer_elements_from_package()
243 kfree(str_value); in hp_populate_integer_elements_from_package()
244 str_value = NULL; in hp_populate_integer_elements_from_package()
265 kfree(str_value); in hp_populate_integer_elements_from_package()
[all...]
H A Dbioscfg.c657 char *str_value = NULL; in hp_init_bios_package_attribute() local
688 &str_value, &str_len); in hp_init_bios_package_attribute()
693 kfree(str_value); in hp_init_bios_package_attribute()
698 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute()
700 pr_debug("Duplicate attribute name found - %s\n", str_value); in hp_init_bios_package_attribute()
716 NULL, "%s", str_value); in hp_init_bios_package_attribute()
756 kfree(str_value); in hp_init_bios_package_attribute()
770 char *str_value = NULL; in hp_init_bios_buffer_attribute() local
857 kfree(str_value); in hp_init_bios_buffer_attribute()
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py66 def str_value(self) -> str: member in SysfsFile
69 @str_value.setter
70 def str_value(self, v: str) -> None: member in SysfsFile
102 return self._status.str_value
106 return self._type.str_value
/linux/drivers/iio/accel/
H A Dst_accel_core.c1440 char *str_value; in apply_acpi_orientation() local
1444 str_value = "-1"; in apply_acpi_orientation()
1447 str_value = "0"; in apply_acpi_orientation()
1450 str_value = "1"; in apply_acpi_orientation()
1455 adata->mount_matrix.rotation[i * 3 + j] = str_value; in apply_acpi_orientation()
/linux/fs/smb/client/
H A Dsess.c1003 char *str_value, in cifs_security_buffer_from_str() argument
1018 if (!str_value) { in cifs_security_buffer_from_str()
1025 str_value, in cifs_security_buffer_from_str()