Lines Matching defs:busy
379 static int cx2341x_set_ctrl(struct cx2341x_mpeg_params *params, int busy,
384 if (busy)
389 if (busy)
398 if (busy)
403 if (busy)
451 if (busy)
460 if (busy)
465 if (busy)
479 if (busy)
950 int cx2341x_ext_ctrls(struct cx2341x_mpeg_params *params, int busy,
982 err = cx2341x_set_ctrl(params, busy, ctrl);
1766 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy)
1768 v4l2_ctrl_grab(cxhdl->audio_sampling_freq, busy);
1769 v4l2_ctrl_grab(cxhdl->audio_encoding, busy);
1770 v4l2_ctrl_grab(cxhdl->audio_l2_bitrate, busy);
1771 v4l2_ctrl_grab(cxhdl->audio_ac3_bitrate, busy);
1772 v4l2_ctrl_grab(cxhdl->stream_vbi_fmt, busy);
1773 v4l2_ctrl_grab(cxhdl->stream_type, busy);
1774 v4l2_ctrl_grab(cxhdl->video_bitrate_mode, busy);
1775 v4l2_ctrl_grab(cxhdl->video_bitrate, busy);
1776 v4l2_ctrl_grab(cxhdl->video_bitrate_peak, busy);