Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/usb/uvc/
H A Duvc_ctrl.c1141 int next, int next_compound) in __uvc_find_control() argument
1156 if (map->id == v4l2_id && !next && !next_compound) { in __uvc_find_control()
1165 next_compound : next)) { in __uvc_find_control()
1179 int next_compound = v4l2_id & V4L2_CTRL_FLAG_NEXT_COMPOUND; in uvc_find_control() local
1189 next_compound); in uvc_find_control()
1190 if (ctrl && !next && !next_compound) in uvc_find_control()
1194 if (!ctrl && !next && !next_compound) in uvc_find_control()