HomeSort by: relevance | last modified time | path
    Searched defs:tmp_str (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pm.c 739 char *tmp_str; local in function:amdgpu_set_pp_od_clk_voltage
765 tmp_str = buf_cpy;
768 tmp_str++;
769 while (isspace(*++tmp_str));
771 while (tmp_str[0]) {
772 sub_str = strsep(&tmp_str, delimiter);
778 while (isspace(*tmp_str))
779 tmp_str++;
1608 char *tmp_str; local in function:amdgpu_set_pp_power_profile_mode
1629 tmp_str = buf_cpy
    [all...]
amdgpu_pm.c 739 char *tmp_str; local in function:amdgpu_set_pp_od_clk_voltage
765 tmp_str = buf_cpy;
768 tmp_str++;
769 while (isspace(*++tmp_str));
771 while (tmp_str[0]) {
772 sub_str = strsep(&tmp_str, delimiter);
778 while (isspace(*tmp_str))
779 tmp_str++;
1608 char *tmp_str; local in function:amdgpu_set_pp_power_profile_mode
1629 tmp_str = buf_cpy
    [all...]

Completed in 25 milliseconds