Home
last modified time | relevance | path

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

/linux/drivers/media/usb/uvc/
H A Duvc_ctrl.c1175 int next, int next_compound) in __uvc_find_control() argument
1190 if (map->id == v4l2_id && !next && !next_compound) { in __uvc_find_control()
1199 next_compound : next)) { in __uvc_find_control()
1213 int next_compound = v4l2_id & V4L2_CTRL_FLAG_NEXT_COMPOUND; in uvc_find_control() local
1223 next_compound); in uvc_find_control()
1224 if (ctrl && !next && !next_compound) in uvc_find_control()
1228 if (!ctrl && !next && !next_compound) in uvc_find_control()