Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/allegro-dvt/
Dallegro-core.c2942 struct v4l2_ctrl *next_ctrl; in allegro_clamp_qp() local
2945 next_ctrl = channel->mpeg_video_h264_p_frame_qp; in allegro_clamp_qp()
2947 next_ctrl = channel->mpeg_video_h264_b_frame_qp; in allegro_clamp_qp()
2952 __v4l2_ctrl_modify_range(next_ctrl, ctrl->val, 51, 1, ctrl->val); in allegro_clamp_qp()
2954 return allegro_clamp_qp(channel, next_ctrl); in allegro_clamp_qp()
/linux-6.1.9/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c1303 struct v4l2_ctrl *ctrl, *next_ctrl; in v4l2_ctrl_handler_free() local
1320 list_for_each_entry_safe(ctrl, next_ctrl, &hdl->ctrls, node) { in v4l2_ctrl_handler_free()