Lines Matching refs:tmp_str
756 char *tmp_str; in amdgpu_set_pp_od_clk_voltage() local
789 tmp_str = buf_cpy; in amdgpu_set_pp_od_clk_voltage()
793 tmp_str++; in amdgpu_set_pp_od_clk_voltage()
794 while (isspace(*++tmp_str)); in amdgpu_set_pp_od_clk_voltage()
796 while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) { in amdgpu_set_pp_od_clk_voltage()
804 if (!tmp_str) in amdgpu_set_pp_od_clk_voltage()
807 while (isspace(*tmp_str)) in amdgpu_set_pp_od_clk_voltage()
808 tmp_str++; in amdgpu_set_pp_od_clk_voltage()
1458 char *tmp_str; in amdgpu_set_pp_power_profile_mode() local
1481 tmp_str = buf_cpy; in amdgpu_set_pp_power_profile_mode()
1482 while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) { in amdgpu_set_pp_power_profile_mode()
1489 while (isspace(*tmp_str)) in amdgpu_set_pp_power_profile_mode()
1490 tmp_str++; in amdgpu_set_pp_power_profile_mode()
3815 char *tmp_str, *sub_str; in parse_input_od_command_lines() local
3822 tmp_str = buf_cpy; in parse_input_od_command_lines()
3825 while (isspace(*tmp_str)) in parse_input_od_command_lines()
3826 tmp_str++; in parse_input_od_command_lines()
3828 switch (*tmp_str) { in parse_input_od_command_lines()
3841 while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) { in parse_input_od_command_lines()
3850 while (isspace(*tmp_str)) in parse_input_od_command_lines()
3851 tmp_str++; in parse_input_od_command_lines()