Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/
Dfdtget.c73 int is_string; in show_data() local
80 is_string = (disp->type) == 's' || in show_data()
82 if (is_string) { in show_data()
/linux-4.1.27/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.1.27/include/media/
Dv4l2-ctrls.h177 unsigned int is_string:1; member
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ctrls.c1455 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()