Searched refs:is_string (Results 1 – 4 of 4) sorted by relevance
73 int is_string; in show_data() local80 is_string = (disp->type) == 's' || in show_data()82 if (is_string) { in show_data()
48 static int is_string(unsigned char *p, int len) in is_string() function74 if (is_string(pval, len)) { in property_show()
177 unsigned int is_string:1; member
1455 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user()1501 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_ptr()2021 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()2022 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()2744 if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()