Searched refs:is_string (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/scripts/dtc/
H A Dfdtget.c73 int is_string; show_data() local
80 is_string = (disp->type) == 's' || show_data()
82 if (is_string) { show_data()
/linux-4.4.14/fs/openpromfs/
H A Dinode.c48 static int is_string(unsigned char *p, int len) is_string() function
74 if (is_string(pval, len)) { property_show()
/linux-4.4.14/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c1457 if (ctrl->is_ptr && !ctrl->is_string) ptr_to_user()
1503 if (ctrl->is_ptr && !ctrl->is_string) { user_to_ptr()
2008 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; v4l2_ctrl_new()
2009 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; v4l2_ctrl_new()
2731 if (ctrl->is_ptr && !ctrl->is_string) { prepare_ext_ctrls()
/linux-4.4.14/include/media/
H A Dv4l2-ctrls.h122 * @is_string: If set, then this control has type V4L2_CTRL_TYPE_STRING.
188 unsigned int is_string:1; member in struct:v4l2_ctrl

Completed in 115 milliseconds