Searched refs:v4l2_ctrl_grab (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-kthread-out.c | 208 v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab); in vivid_grab_controls() 209 v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab); in vivid_grab_controls() 210 v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab); in vivid_grab_controls() 211 v4l2_ctrl_grab(dev->ctrl_tx_mode, grab); in vivid_grab_controls() 212 v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab); in vivid_grab_controls()
|
D | vivid-kthread-cap.c | 838 v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab); in vivid_grab_controls() 839 v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab); in vivid_grab_controls() 840 v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab); in vivid_grab_controls()
|
/Linux-v4.19/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 446 v4l2_ctrl_grab(go->mpeg_video_gop_size, true); in go7007_start_streaming() 447 v4l2_ctrl_grab(go->mpeg_video_gop_closure, true); in go7007_start_streaming() 448 v4l2_ctrl_grab(go->mpeg_video_bitrate, true); in go7007_start_streaming() 449 v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, true); in go7007_start_streaming() 471 v4l2_ctrl_grab(go->mpeg_video_gop_size, false); in go7007_stop_streaming() 472 v4l2_ctrl_grab(go->mpeg_video_gop_closure, false); in go7007_stop_streaming() 473 v4l2_ctrl_grab(go->mpeg_video_bitrate, false); in go7007_stop_streaming() 474 v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, false); in go7007_stop_streaming()
|
/Linux-v4.19/drivers/media/common/ |
D | cx2341x.c | 1742 v4l2_ctrl_grab(cxhdl->audio_sampling_freq, busy); in cx2341x_handler_set_busy() 1743 v4l2_ctrl_grab(cxhdl->audio_encoding, busy); in cx2341x_handler_set_busy() 1744 v4l2_ctrl_grab(cxhdl->audio_l2_bitrate, busy); in cx2341x_handler_set_busy() 1745 v4l2_ctrl_grab(cxhdl->audio_ac3_bitrate, busy); in cx2341x_handler_set_busy() 1746 v4l2_ctrl_grab(cxhdl->stream_vbi_fmt, busy); in cx2341x_handler_set_busy() 1747 v4l2_ctrl_grab(cxhdl->stream_type, busy); in cx2341x_handler_set_busy() 1748 v4l2_ctrl_grab(cxhdl->video_bitrate_mode, busy); in cx2341x_handler_set_busy() 1749 v4l2_ctrl_grab(cxhdl->video_bitrate, busy); in cx2341x_handler_set_busy() 1750 v4l2_ctrl_grab(cxhdl->video_bitrate_peak, busy); in cx2341x_handler_set_busy()
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | w996Xcf.c | 492 v4l2_ctrl_grab(sd->jpegqual, true); in w9968cf_mode_init_regs() 531 v4l2_ctrl_grab(sd->jpegqual, false); in w9968cf_stop0()
|
D | xirlink_cit.c | 1923 v4l2_ctrl_grab(sd->lighting, true); in cit_start_model2() 2721 v4l2_ctrl_grab(sd->lighting, false); in sd_stop0()
|
/Linux-v4.19/include/media/ |
D | v4l2-ctrls.h | 746 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
|
/Linux-v4.19/drivers/media/usb/cpia2/ |
D | cpia2_v4l.c | 974 v4l2_ctrl_grab(cam->usb_alt, true); in cpia2_streamon() 991 v4l2_ctrl_grab(cam->usb_alt, false); in cpia2_streamoff()
|
/Linux-v4.19/drivers/media/usb/hackrf/ |
D | hackrf.c | 1459 v4l2_ctrl_grab(dev->rx_rf_gain, !hackrf_enable_rf_gain_ctrl); in hackrf_probe() 1480 v4l2_ctrl_grab(dev->tx_rf_gain, !hackrf_enable_rf_gain_ctrl); in hackrf_probe()
|
/Linux-v4.19/drivers/media/platform/vicodec/ |
D | vicodec-core.c | 1143 v4l2_ctrl_grab(ctx->ctrl_gop_size, true); in vicodec_start_streaming() 1165 v4l2_ctrl_grab(ctx->ctrl_gop_size, false); in vicodec_stop_streaming()
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-core.c | 1008 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()
|
/Linux-v4.19/Documentation/media/kapi/ |
D | v4l2-controls.rst | 487 If a control is set to 'grabbed' using v4l2_ctrl_grab(), then the framework 489 v4l2_ctrl_grab() function is typically called from the driver when it
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2520 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() function 2538 EXPORT_SYMBOL(v4l2_ctrl_grab);
|