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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_debugfs.c 156 char *wr_buf_ptr = NULL; local in function:dp_link_settings_write
173 wr_buf_ptr = wr_buf;
175 r = copy_from_user(wr_buf_ptr, buf, wr_buf_size);
186 while (isspace(*wr_buf_ptr))
187 wr_buf_ptr++;
189 while ((*wr_buf_ptr != '\0') && (param_index < 2)) {
191 sub_str = strsep(&wr_buf_ptr, delimiter);
199 while (isspace(*wr_buf_ptr))
200 wr_buf_ptr++;
332 char *wr_buf_ptr = NULL local in function:dp_phy_settings_write
491 char *wr_buf_ptr = NULL; local in function:dp_phy_test_pattern_debugfs_write
    [all...]
amdgpu_dm_debugfs.c 156 char *wr_buf_ptr = NULL; local in function:dp_link_settings_write
173 wr_buf_ptr = wr_buf;
175 r = copy_from_user(wr_buf_ptr, buf, wr_buf_size);
186 while (isspace(*wr_buf_ptr))
187 wr_buf_ptr++;
189 while ((*wr_buf_ptr != '\0') && (param_index < 2)) {
191 sub_str = strsep(&wr_buf_ptr, delimiter);
199 while (isspace(*wr_buf_ptr))
200 wr_buf_ptr++;
332 char *wr_buf_ptr = NULL local in function:dp_phy_settings_write
491 char *wr_buf_ptr = NULL; local in function:dp_phy_test_pattern_debugfs_write
    [all...]

Completed in 49 milliseconds