Searched refs:V4L2_CTRL_COMPOUND_TYPES (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c1684 if (ctrl->type < V4L2_CTRL_COMPOUND_TYPES &&
1873 if (type < V4L2_CTRL_COMPOUND_TYPES)
1922 type >= V4L2_CTRL_COMPOUND_TYPES))
1925 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const)
1948 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string;
1984 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) {
2061 type >= V4L2_CTRL_COMPOUND_TYPES) {
2148 if (type < V4L2_CTRL_COMPOUND_TYPES) {
H A Dv4l2-ctrls-api.c1061 ref->ctrl->type >= V4L2_CTRL_COMPOUND_TYPES;
1077 ref->ctrl->type >= V4L2_CTRL_COMPOUND_TYPES;
/linux-master/include/uapi/linux/
H A Dvideodev2.h1884 V4L2_CTRL_COMPOUND_TYPES = 0x0100, enumerator in enum:v4l2_ctrl_type

Completed in 212 milliseconds