Searched refs:is_string (Results 1 – 3 of 3) sorted by relevance
48 static int is_string(unsigned char *p, int len) in is_string() function74 if (is_string(pval, len)) { in property_show()
206 unsigned int is_string:1; member
1635 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user()1692 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_ptr()2195 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()2196 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()2903 if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()