Searched refs:v4l2_ctrl_grab (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/media/platform/vivid/ | 
| D | vivid-kthread-out.c | 216 	v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab);  in vivid_grab_controls()217 	v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab);  in vivid_grab_controls()
 218 	v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab);  in vivid_grab_controls()
 219 	v4l2_ctrl_grab(dev->ctrl_tx_mode, grab);  in vivid_grab_controls()
 220 	v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab);  in vivid_grab_controls()
 
 | 
| D | vivid-kthread-cap.c | 872 	v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab);  in vivid_grab_controls()873 	v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab);  in vivid_grab_controls()
 874 	v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab);  in vivid_grab_controls()
 
 | 
| /Linux-v5.4/drivers/media/usb/go7007/ | 
| D | go7007-v4l2.c | 418 	v4l2_ctrl_grab(go->mpeg_video_gop_size, true);  in go7007_start_streaming()419 	v4l2_ctrl_grab(go->mpeg_video_gop_closure, true);  in go7007_start_streaming()
 420 	v4l2_ctrl_grab(go->mpeg_video_bitrate, true);  in go7007_start_streaming()
 421 	v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, true);  in go7007_start_streaming()
 443 	v4l2_ctrl_grab(go->mpeg_video_gop_size, false);  in go7007_stop_streaming()
 444 	v4l2_ctrl_grab(go->mpeg_video_gop_closure, false);  in go7007_stop_streaming()
 445 	v4l2_ctrl_grab(go->mpeg_video_bitrate, false);  in go7007_stop_streaming()
 446 	v4l2_ctrl_grab(go->mpeg_video_aspect_ratio, false);  in go7007_stop_streaming()
 
 | 
| /Linux-v5.4/drivers/media/common/ | 
| D | cx2341x.c | 1768 	v4l2_ctrl_grab(cxhdl->audio_sampling_freq, busy);  in cx2341x_handler_set_busy()1769 	v4l2_ctrl_grab(cxhdl->audio_encoding, busy);  in cx2341x_handler_set_busy()
 1770 	v4l2_ctrl_grab(cxhdl->audio_l2_bitrate, busy);  in cx2341x_handler_set_busy()
 1771 	v4l2_ctrl_grab(cxhdl->audio_ac3_bitrate, busy);  in cx2341x_handler_set_busy()
 1772 	v4l2_ctrl_grab(cxhdl->stream_vbi_fmt, busy);  in cx2341x_handler_set_busy()
 1773 	v4l2_ctrl_grab(cxhdl->stream_type, busy);  in cx2341x_handler_set_busy()
 1774 	v4l2_ctrl_grab(cxhdl->video_bitrate_mode, busy);  in cx2341x_handler_set_busy()
 1775 	v4l2_ctrl_grab(cxhdl->video_bitrate, busy);  in cx2341x_handler_set_busy()
 1776 	v4l2_ctrl_grab(cxhdl->video_bitrate_peak, busy);  in cx2341x_handler_set_busy()
 
 | 
| /Linux-v5.4/drivers/staging/media/allegro-dvt/ | 
| D | allegro-core.c | 1956 	v4l2_ctrl_grab(channel->mpeg_video_h264_profile, false);  in allegro_destroy_channel()1957 	v4l2_ctrl_grab(channel->mpeg_video_h264_level, false);  in allegro_destroy_channel()
 1958 	v4l2_ctrl_grab(channel->mpeg_video_bitrate_mode, false);  in allegro_destroy_channel()
 1959 	v4l2_ctrl_grab(channel->mpeg_video_bitrate, false);  in allegro_destroy_channel()
 1960 	v4l2_ctrl_grab(channel->mpeg_video_bitrate_peak, false);  in allegro_destroy_channel()
 1961 	v4l2_ctrl_grab(channel->mpeg_video_cpb_size, false);  in allegro_destroy_channel()
 1962 	v4l2_ctrl_grab(channel->mpeg_video_gop_size, false);  in allegro_destroy_channel()
 2015 	v4l2_ctrl_grab(channel->mpeg_video_h264_profile, true);  in allegro_create_channel()
 2016 	v4l2_ctrl_grab(channel->mpeg_video_h264_level, true);  in allegro_create_channel()
 2017 	v4l2_ctrl_grab(channel->mpeg_video_bitrate_mode, true);  in allegro_create_channel()
 [all …]
 
 | 
| /Linux-v5.4/drivers/media/usb/gspca/ | 
| D | w996Xcf.c | 487 		v4l2_ctrl_grab(sd->jpegqual, true);  in w9968cf_mode_init_regs()526 	v4l2_ctrl_grab(sd->jpegqual, false);  in w9968cf_stop0()
 
 | 
| D | xirlink_cit.c | 1913 	v4l2_ctrl_grab(sd->lighting, true);  in cit_start_model2()2711 		v4l2_ctrl_grab(sd->lighting, false);  in sd_stop0()
 
 | 
| /Linux-v5.4/include/media/ | 
| D | v4l2-ctrls.h | 816 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed)  in v4l2_ctrl_grab()  function
 | 
| /Linux-v5.4/drivers/media/usb/cpia2/ | 
| D | cpia2_v4l.c | 937 			v4l2_ctrl_grab(cam->usb_alt, true);  in cpia2_streamon()954 			v4l2_ctrl_grab(cam->usb_alt, false);  in cpia2_streamoff()
 
 | 
| /Linux-v5.4/drivers/media/usb/hackrf/ | 
| D | hackrf.c | 1444 	v4l2_ctrl_grab(dev->rx_rf_gain, !hackrf_enable_rf_gain_ctrl);  in hackrf_probe()1465 	v4l2_ctrl_grab(dev->tx_rf_gain, !hackrf_enable_rf_gain_ctrl);  in hackrf_probe()
 
 | 
| /Linux-v5.4/drivers/media/pci/cx88/ | 
| D | cx88-core.c | 999 	v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM);  in cx88_set_tvnorm()
 | 
| /Linux-v5.4/Documentation/media/kapi/ | 
| D | v4l2-controls.rst | 487 If a control is set to 'grabbed' using v4l2_ctrl_grab(), then the framework489 v4l2_ctrl_grab() function is typically called from the driver when it
 
 | 
| /Linux-v5.4/drivers/staging/media/ipu3/ | 
| D | ipu3-v4l2.c | 71 	v4l2_ctrl_grab(imgu_sd->ctrl, enable);  in imgu_subdev_s_stream()
 |