Searched refs:tmp_str (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 757 char *tmp_str; in amdgpu_set_pp_od_clk_voltage() local 785 tmp_str = buf_cpy; in amdgpu_set_pp_od_clk_voltage() 789 tmp_str++; in amdgpu_set_pp_od_clk_voltage() 790 while (isspace(*++tmp_str)); in amdgpu_set_pp_od_clk_voltage() 792 while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) { in amdgpu_set_pp_od_clk_voltage() 800 if (!tmp_str) in amdgpu_set_pp_od_clk_voltage() 803 while (isspace(*tmp_str)) in amdgpu_set_pp_od_clk_voltage() 804 tmp_str++; in amdgpu_set_pp_od_clk_voltage() 1375 char *tmp_str; in amdgpu_set_pp_power_profile_mode() local 1393 tmp_str in amdgpu_set_pp_power_profile_mode() 3615 char *tmp_str, *sub_str; parse_input_od_command_lines() local [all...] |
/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_stats.c | 638 char tmp_str[32]; in ocrdma_dbgfs_ops_write() local 644 if (*ppos != 0 || count == 0 || count > sizeof(tmp_str)) in ocrdma_dbgfs_ops_write() 647 if (copy_from_user(tmp_str, buffer, count)) in ocrdma_dbgfs_ops_write() 650 tmp_str[count-1] = '\0'; in ocrdma_dbgfs_ops_write() 651 if (kstrtol(tmp_str, 10, &reset)) in ocrdma_dbgfs_ops_write()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | fw_tracer.c | 541 struct tracer_string_format *str_frmt, *tmp_str; in mlx5_fw_tracer_clean_ready_list() local 543 list_for_each_entry_safe(str_frmt, tmp_str, &tracer->ready_strings_list, in mlx5_fw_tracer_clean_ready_list() 659 struct tracer_string_format *str_frmt, *tmp_str; in mlx5_tracer_handle_timestamp_trace() local 663 list_for_each_entry_safe(str_frmt, tmp_str, &tracer->ready_strings_list, list) { in mlx5_tracer_handle_timestamp_trace()
|
/linux/fs/ext4/ |
H A D | namei.c | 1046 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() local 1107 tmp_str.name = de->name; in htree_dirblock_to_tree() 1108 tmp_str.len = de->name_len; in htree_dirblock_to_tree() 1111 &tmp_str); in htree_dirblock_to_tree() 1162 struct fscrypt_str tmp_str; in ext4_htree_fill_tree() local 1202 tmp_str.name = de->name; in ext4_htree_fill_tree() 1203 tmp_str.len = de->name_len; in ext4_htree_fill_tree() 1205 de, &tmp_str); in ext4_htree_fill_tree() 1213 tmp_str.name = de->name; in ext4_htree_fill_tree() 1214 tmp_str in ext4_htree_fill_tree() [all...] |
H A D | inline.c | 1255 struct fscrypt_str tmp_str; in ext4_inlinedir_to_tree() local 1336 tmp_str.name = de->name; in ext4_inlinedir_to_tree() 1337 tmp_str.len = de->name_len; in ext4_inlinedir_to_tree() 1339 hinfo->minor_hash, de, &tmp_str); in ext4_inlinedir_to_tree()
|