Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/media/i2c/
Dimx219.c742 __v4l2_ctrl_grab(imx219->vflip, true); in imx219_start_streaming()
743 __v4l2_ctrl_grab(imx219->hflip, true); in imx219_start_streaming()
763 __v4l2_ctrl_grab(imx219->vflip, false); in imx219_stop_streaming()
764 __v4l2_ctrl_grab(imx219->hflip, false); in imx219_stop_streaming()
Dvgxy61.c1126 __v4l2_ctrl_grab(sensor->vflip_ctrl, true); in vgxy61_stream_enable()
1127 __v4l2_ctrl_grab(sensor->hflip_ctrl, true); in vgxy61_stream_enable()
1156 __v4l2_ctrl_grab(sensor->vflip_ctrl, false); in vgxy61_stream_disable()
1157 __v4l2_ctrl_grab(sensor->hflip_ctrl, false); in vgxy61_stream_disable()
Dimx355.c1455 __v4l2_ctrl_grab(imx355->vflip, enable); in imx355_set_stream()
1456 __v4l2_ctrl_grab(imx355->hflip, enable); in imx355_set_stream()
Dimx319.c2186 __v4l2_ctrl_grab(imx319->vflip, enable); in imx319_set_stream()
2187 __v4l2_ctrl_grab(imx319->hflip, enable); in imx319_set_stream()
Dov08d10.c1123 __v4l2_ctrl_grab(ov08d10->vflip, enable); in ov08d10_set_stream()
1124 __v4l2_ctrl_grab(ov08d10->hflip, enable); in ov08d10_set_stream()
Dov64a40.c2976 __v4l2_ctrl_grab(ov64a40->link_freq, true); in ov64a40_start_streaming()
2977 __v4l2_ctrl_grab(ov64a40->vflip, true); in ov64a40_start_streaming()
2978 __v4l2_ctrl_grab(ov64a40->hflip, true); in ov64a40_start_streaming()
3006 __v4l2_ctrl_grab(ov64a40->link_freq, false); in ov64a40_stop_streaming()
3007 __v4l2_ctrl_grab(ov64a40->vflip, false); in ov64a40_stop_streaming()
3008 __v4l2_ctrl_grab(ov64a40->hflip, false); in ov64a40_stop_streaming()
Dimx290.c1110 __v4l2_ctrl_grab(imx290->vflip, enable); in imx290_set_stream()
1111 __v4l2_ctrl_grab(imx290->hflip, enable); in imx290_set_stream()
/linux-6.14.4/include/media/
Dv4l2-ctrls.h886 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
909 __v4l2_ctrl_grab(ctrl, grabbed); in v4l2_ctrl_grab()
/linux-6.14.4/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c2434 void __v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in __v4l2_ctrl_grab() function
2452 EXPORT_SYMBOL(__v4l2_ctrl_grab);