/linux-6.1.9/drivers/media/platform/allegro-dvt/ |
D | allegro-core.c | 2503 v4l2_ctrl_grab(channel->mpeg_video_h264_profile, false); in allegro_destroy_channel() 2504 v4l2_ctrl_grab(channel->mpeg_video_h264_level, false); in allegro_destroy_channel() 2505 v4l2_ctrl_grab(channel->mpeg_video_h264_i_frame_qp, false); in allegro_destroy_channel() 2506 v4l2_ctrl_grab(channel->mpeg_video_h264_max_qp, false); in allegro_destroy_channel() 2507 v4l2_ctrl_grab(channel->mpeg_video_h264_min_qp, false); in allegro_destroy_channel() 2508 v4l2_ctrl_grab(channel->mpeg_video_h264_p_frame_qp, false); in allegro_destroy_channel() 2509 v4l2_ctrl_grab(channel->mpeg_video_h264_b_frame_qp, false); in allegro_destroy_channel() 2511 v4l2_ctrl_grab(channel->mpeg_video_hevc_profile, false); in allegro_destroy_channel() 2512 v4l2_ctrl_grab(channel->mpeg_video_hevc_level, false); in allegro_destroy_channel() 2513 v4l2_ctrl_grab(channel->mpeg_video_hevc_tier, false); in allegro_destroy_channel() [all …]
|
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-out.c | 248 v4l2_ctrl_grab(dev->ctrl_has_crop_out, grab); in vivid_grab_controls() 249 v4l2_ctrl_grab(dev->ctrl_has_compose_out, grab); in vivid_grab_controls() 250 v4l2_ctrl_grab(dev->ctrl_has_scaler_out, grab); in vivid_grab_controls() 251 v4l2_ctrl_grab(dev->ctrl_tx_mode, grab); in vivid_grab_controls() 252 v4l2_ctrl_grab(dev->ctrl_tx_rgb_range, grab); in vivid_grab_controls()
|
D | vivid-kthread-cap.c | 907 v4l2_ctrl_grab(dev->ctrl_has_crop_cap, grab); in vivid_grab_controls() 908 v4l2_ctrl_grab(dev->ctrl_has_compose_cap, grab); in vivid_grab_controls() 909 v4l2_ctrl_grab(dev->ctrl_has_scaler_cap, grab); in vivid_grab_controls()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/media/usb/gspca/ |
D | w996Xcf.c | 486 v4l2_ctrl_grab(sd->jpegqual, true); in w9968cf_mode_init_regs() 525 v4l2_ctrl_grab(sd->jpegqual, false); in w9968cf_stop0()
|
D | xirlink_cit.c | 1916 v4l2_ctrl_grab(sd->lighting, true); in cit_start_model2() 2727 v4l2_ctrl_grab(sd->lighting, false); in sd_stop0()
|
/linux-6.1.9/drivers/media/i2c/ |
D | imx208.c | 743 v4l2_ctrl_grab(imx208->vflip, enable); in imx208_set_stream() 744 v4l2_ctrl_grab(imx208->hflip, enable); in imx208_set_stream()
|
/linux-6.1.9/include/media/ |
D | v4l2-ctrls.h | 895 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() function
|
/linux-6.1.9/drivers/staging/media/deprecated/cpia2/ |
D | cpia2_v4l.c | 934 v4l2_ctrl_grab(cam->usb_alt, true); in cpia2_streamon() 951 v4l2_ctrl_grab(cam->usb_alt, false); in cpia2_streamoff()
|
/linux-6.1.9/drivers/media/usb/hackrf/ |
D | hackrf.c | 1441 v4l2_ctrl_grab(dev->rx_rf_gain, !hackrf_enable_rf_gain_ctrl); in hackrf_probe() 1462 v4l2_ctrl_grab(dev->tx_rf_gain, !hackrf_enable_rf_gain_ctrl); in hackrf_probe()
|
/linux-6.1.9/drivers/media/pci/cx88/ |
D | cx88-core.c | 1013 v4l2_ctrl_grab(core->chroma_agc, cxiformat == VideoFormatSECAM); in cx88_set_tvnorm()
|
/linux-6.1.9/Documentation/driver-api/media/ |
D | v4l2-controls.rst | 496 If a control is set to 'grabbed' using v4l2_ctrl_grab(), then the framework 498 v4l2_ctrl_grab() function is typically called from the driver when it
|
/linux-6.1.9/drivers/staging/media/ipu3/ |
D | ipu3-v4l2.c | 71 v4l2_ctrl_grab(imgu_sd->ctrl, enable); in imgu_subdev_s_stream()
|