Searched refs:v4l2_ctrl_grab (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/media/video/ |
D | cx2341x.c | 1716 v4l2_ctrl_grab(cxhdl->audio_sampling_freq, busy); in cx2341x_handler_set_busy() 1717 v4l2_ctrl_grab(cxhdl->audio_encoding, busy); in cx2341x_handler_set_busy() 1718 v4l2_ctrl_grab(cxhdl->audio_l2_bitrate, busy); in cx2341x_handler_set_busy() 1719 v4l2_ctrl_grab(cxhdl->audio_ac3_bitrate, busy); in cx2341x_handler_set_busy() 1720 v4l2_ctrl_grab(cxhdl->stream_vbi_fmt, busy); in cx2341x_handler_set_busy() 1721 v4l2_ctrl_grab(cxhdl->stream_type, busy); in cx2341x_handler_set_busy() 1722 v4l2_ctrl_grab(cxhdl->video_bitrate_mode, busy); in cx2341x_handler_set_busy() 1723 v4l2_ctrl_grab(cxhdl->video_bitrate, busy); in cx2341x_handler_set_busy() 1724 v4l2_ctrl_grab(cxhdl->video_bitrate_peak, busy); in cx2341x_handler_set_busy()
|
D | v4l2-ctrls.c | 1182 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab() function 1194 EXPORT_SYMBOL(v4l2_ctrl_grab);
|
/linux-2.6.39/include/media/ |
D | v4l2-ctrls.h | 400 void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed);
|
/linux-2.6.39/Documentation/video4linux/ |
D | v4l2-controls.txt | 398 If a control is set to 'grabbed' using v4l2_ctrl_grab(), then the framework 400 v4l2_ctrl_grab() function is typically called from the driver when it
|