Searched refs:V4L2_CTRL_ID_MASK (Results 1 – 4 of 4) sorted by relevance
902 v4l2_id &= V4L2_CTRL_ID_MASK; in uvc_find_control()2090 if (mapping->id & ~V4L2_CTRL_ID_MASK) { in uvc_ctrl_add_mapping()
2412 id &= V4L2_CTRL_ID_MASK; in find_ref()3175 u32 id = qc->id & V4L2_CTRL_ID_MASK; in v4l2_query_ext_ctrl()3547 u32 id = c->id & V4L2_CTRL_ID_MASK; in prepare_ext_ctrls()
538 ignore define V4L2_CTRL_ID_MASK
1752 #define V4L2_CTRL_ID_MASK (0x0fffffff) macro