Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/hp/hp-bioscfg/
A Denum-attributes.c127 char *str_value = NULL; in hp_populate_enumeration_elements_from_package() local
148 &str_value, &value_len); in hp_populate_enumeration_elements_from_package()
165 kfree(str_value); in hp_populate_enumeration_elements_from_package()
217 &str_value, &value_len); in hp_populate_enumeration_elements_from_package()
224 kfree(str_value); in hp_populate_enumeration_elements_from_package()
225 str_value = NULL; in hp_populate_enumeration_elements_from_package()
277 kfree(str_value); in hp_populate_enumeration_elements_from_package()
278 str_value = NULL; in hp_populate_enumeration_elements_from_package()
286 kfree(str_value); in hp_populate_enumeration_elements_from_package()
287 str_value = NULL; in hp_populate_enumeration_elements_from_package()
[all …]
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()
221 &str_value, &value_len); 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()
273 kfree(str_value); in hp_populate_ordered_list_elements_from_package()
274 str_value = NULL; in hp_populate_ordered_list_elements_from_package()
282 kfree(str_value); in hp_populate_ordered_list_elements_from_package()
283 str_value = NULL; in hp_populate_ordered_list_elements_from_package()
[all …]
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()
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()
253 str_value = NULL; in hp_populate_string_elements_from_package()
[all …]
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()
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()
266 str_value = NULL; in hp_populate_integer_elements_from_package()
[all …]
A Dpasswdobj-attributes.c221 char *str_value = NULL; in hp_populate_password_elements_from_package() local
245 &str_value, &value_len); in hp_populate_password_elements_from_package()
262 kfree(str_value); in hp_populate_password_elements_from_package()
308 &str_value, &value_len); in hp_populate_password_elements_from_package()
315 kfree(str_value); in hp_populate_password_elements_from_package()
316 str_value = NULL; in hp_populate_password_elements_from_package()
356 kfree(str_value); in hp_populate_password_elements_from_package()
357 str_value = NULL; in hp_populate_password_elements_from_package()
369 kfree(str_value); in hp_populate_password_elements_from_package()
370 str_value = NULL; in hp_populate_password_elements_from_package()
[all …]
A Dbioscfg.c662 char *str_value = NULL; in hp_init_bios_package_attribute() local
693 &str_value, &str_len); in hp_init_bios_package_attribute()
698 kfree(str_value); in hp_init_bios_package_attribute()
703 duplicate = kset_find_obj(temp_kset, str_value); in hp_init_bios_package_attribute()
705 pr_debug("Duplicate attribute name found - %s\n", str_value); in hp_init_bios_package_attribute()
721 NULL, "%s", str_value); in hp_init_bios_package_attribute()
761 kfree(str_value); in hp_init_bios_package_attribute()
775 char *str_value = NULL; in hp_init_bios_buffer_attribute() local
862 kfree(str_value); in hp_init_bios_buffer_attribute()
/linux/tools/testing/selftests/hid/tests/
A Dbase_device.py64 def str_value(self) -> str: member in SysfsFile
67 @str_value.setter
68 def str_value(self, v: str) -> None: member in SysfsFile
100 return self._status.str_value
104 return self._type.str_value
/linux/drivers/iio/accel/
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/
A Dsess.c990 char *str_value, in cifs_security_buffer_from_str() argument
1005 if (!str_value) { in cifs_security_buffer_from_str()
1012 str_value, in cifs_security_buffer_from_str()

Completed in 28 milliseconds