Home
last modified time | relevance | path

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

/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 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 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 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()
/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()

Completed in 13 milliseconds