Home
last modified time | relevance | path

Searched refs:is_string (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/openpromfs/
Dinode.c48 static int is_string(unsigned char *p, int len) in is_string() function
74 if (is_string(pval, len)) { in property_show()
/linux-4.19.296/include/media/
Dv4l2-ctrls.h206 unsigned int is_string:1; member
/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-ctrls.c1635 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()