Home
last modified time | relevance | path

Searched refs:str_value (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
H A Denum-attributes.c129 char *str_value = NULL; in hp_populate_enumeration_elements_from_package() local
150 &str_value, &value_len); in hp_populate_enumeration_elements_from_package()
167 kfree(str_value); in hp_populate_enumeration_elements_from_package()
177 strscpy(enum_data->common.path, str_value, in hp_populate_enumeration_elements_from_package()
220 &str_value, &value_len); in hp_populate_enumeration_elements_from_package()
226 str_value, in hp_populate_enumeration_elements_from_package()
229 kfree(str_value); in hp_populate_enumeration_elements_from_package()
230 str_value = NULL; in hp_populate_enumeration_elements_from_package()
240 str_value, sizeof(enum_data->current_value)); in hp_populate_enumeration_elements_from_package()
271 &str_value, in hp_populate_enumeration_elements_from_package()
[all...]
H A Dorder-list-attributes.c133 char *str_value = NULL; in hp_populate_ordered_list_elements_from_package() local
158 &str_value, &value_len); in hp_populate_ordered_list_elements_from_package()
175 kfree(str_value); in hp_populate_ordered_list_elements_from_package()
183 str_value, sizeof(ordered_list_data->current_value)); in hp_populate_ordered_list_elements_from_package()
187 strscpy(ordered_list_data->common.path, str_value, in hp_populate_ordered_list_elements_from_package()
225 &str_value, &value_len); in hp_populate_ordered_list_elements_from_package()
231 str_value, in hp_populate_ordered_list_elements_from_package()
234 kfree(str_value); in hp_populate_ordered_list_elements_from_package()
235 str_value = NULL; in hp_populate_ordered_list_elements_from_package()
266 ret = hp_convert_hexstr_to_str(str_value, value_le in hp_populate_ordered_list_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()
238 &str_value, &value_len); in hp_populate_integer_elements_from_package()
244 str_value, in hp_populate_integer_elements_from_package()
246 kfree(str_value); in hp_populate_integer_elements_from_package()
247 str_value = NULL; in hp_populate_integer_elements_from_package()
268 kfree(str_value); in hp_populate_integer_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()
182 str_value, sizeof(string_data->current_value)); in hp_populate_string_elements_from_package()
185 strscpy(string_data->common.path, str_value, in hp_populate_string_elements_from_package()
229 &str_value, &value_len); in hp_populate_string_elements_from_package()
235 str_value, in hp_populate_string_elements_from_package()
237 kfree(str_value); in hp_populate_string_elements_from_package()
238 str_value = NULL; in hp_populate_string_elements_from_package()
256 kfree(str_value); in hp_populate_string_elements_from_package()
[all...]
H A Dpasswdobj-attributes.c226 char *str_value = NULL; in hp_populate_password_elements_from_package() local
250 &str_value, &value_len); in hp_populate_password_elements_from_package()
267 kfree(str_value); in hp_populate_password_elements_from_package()
276 strscpy(password_data->common.path, str_value, in hp_populate_password_elements_from_package()
314 &str_value, &value_len); in hp_populate_password_elements_from_package()
320 str_value, in hp_populate_password_elements_from_package()
323 kfree(str_value); in hp_populate_password_elements_from_package()
324 str_value = NULL; in hp_populate_password_elements_from_package()
359 &str_value, &value_len); in hp_populate_password_elements_from_package()
364 str_value, in hp_populate_password_elements_from_package()
[all...]
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dst_accel_core.c1191 char *str_value; in apply_acpi_orientation() local
1195 str_value = "-1"; in apply_acpi_orientation()
1198 str_value = "0"; in apply_acpi_orientation()
1201 str_value = "1"; in apply_acpi_orientation()
1206 adata->mount_matrix->rotation[i * 3 + j] = str_value; in apply_acpi_orientation()
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dst_accel_core.c1359 char *str_value; in apply_acpi_orientation() local
1363 str_value = "-1"; in apply_acpi_orientation()
1366 str_value = "0"; in apply_acpi_orientation()
1369 str_value = "1"; in apply_acpi_orientation()
1374 adata->mount_matrix.rotation[i * 3 + j] = str_value; in apply_acpi_orientation()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsess.c1030 char *str_value, in cifs_security_buffer_from_str()
1045 if (!str_value) { in cifs_security_buffer_from_str()
1052 str_value, in cifs_security_buffer_from_str()
1029 cifs_security_buffer_from_str(SECURITY_BUFFER *pbuf, char *str_value, int str_length, unsigned char *pstart, unsigned char **pcur, const struct nls_table *nls_cp) cifs_security_buffer_from_str() argument

Completed in 8 milliseconds