Lines Matching refs:p_char
1248 return !strcmp(ptr1.p_char + idx, ptr2.p_char + idx); in std_equal()
1271 memset(ptr.p_char + idx, ' ', ctrl->minimum); in std_init()
1272 ptr.p_char[idx + ctrl->minimum] = '\0'; in std_init()
1332 pr_cont("%s", ptr.p_char); in std_log()
1429 len = strlen(ptr.p_char + idx); in std_validate()
1461 len = strlen(ptr.p_char); in ptr_to_user()
1466 return copy_to_user(c->string, ptr.p_char, len + 1) ? in ptr_to_user()
1522 ret = copy_from_user(ptr.p_char, c->string, size) ? -EFAULT : 0; in user_to_ptr()
1524 char last = ptr.p_char[size - 1]; in user_to_ptr()
1526 ptr.p_char[size - 1] = 0; in user_to_ptr()
1529 if (strlen(ptr.p_char) == ctrl->maximum && last) in user_to_ptr()
3292 strlcpy(ctrl->p_new.p_char, s, ctrl->maximum + 1); in __v4l2_ctrl_s_ctrl_string()