Searched refs:is_string (Results 1 – 7 of 7) sorted by relevance
59 int is_string; in show_data() local66 is_string = (disp->type) == 's' || in show_data()68 if (is_string) { in show_data()
19 bool is_string; member
146 bool is_string; /* String flag */ member195 .is_string = (bool)str, \
1363 if (parg->type->is_string) { in finalize_fetch_insn()1950 if (parg->type->is_string) in __set_print_fmt()1958 if (parg->type->is_string) in __set_print_fmt()
50 static int is_string(unsigned char *p, int len) in is_string() function76 if (is_string(pval, len)) { in property_show()
46 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user()136 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_new()315 } else if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()
2158 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()2159 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()