Lines Matching refs:tmp_str
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 = buf_cpy; in amdgpu_set_pp_power_profile_mode()
1394 while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) { in amdgpu_set_pp_power_profile_mode()
1401 while (isspace(*tmp_str)) in amdgpu_set_pp_power_profile_mode()
1402 tmp_str++; in amdgpu_set_pp_power_profile_mode()
3586 char *tmp_str, *sub_str; in parse_input_od_command_lines() local
3593 tmp_str = buf_cpy; in parse_input_od_command_lines()
3596 while (isspace(*tmp_str)) in parse_input_od_command_lines()
3597 tmp_str++; in parse_input_od_command_lines()
3599 switch (*tmp_str) { in parse_input_od_command_lines()
3612 while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) { in parse_input_od_command_lines()
3621 while (isspace(*tmp_str)) in parse_input_od_command_lines()
3622 tmp_str++; in parse_input_od_command_lines()