Lines Matching refs:tmp_str
506 char *tmp_str; in amdgpu_set_pp_od_clk_voltage() local
527 tmp_str = buf_cpy; in amdgpu_set_pp_od_clk_voltage()
529 while (isspace(*++tmp_str)); in amdgpu_set_pp_od_clk_voltage()
531 while (tmp_str[0]) { in amdgpu_set_pp_od_clk_voltage()
532 sub_str = strsep(&tmp_str, delimiter); in amdgpu_set_pp_od_clk_voltage()
538 while (isspace(*tmp_str)) in amdgpu_set_pp_od_clk_voltage()
539 tmp_str++; in amdgpu_set_pp_od_clk_voltage()
865 char *tmp_str; in amdgpu_set_pp_power_profile_mode() local
883 tmp_str = buf_cpy; in amdgpu_set_pp_power_profile_mode()
884 while (tmp_str[0]) { in amdgpu_set_pp_power_profile_mode()
885 sub_str = strsep(&tmp_str, delimiter); in amdgpu_set_pp_power_profile_mode()
892 while (isspace(*tmp_str)) in amdgpu_set_pp_power_profile_mode()
893 tmp_str++; in amdgpu_set_pp_power_profile_mode()