Lines Matching refs:s
34 static inline bool cx18_stream_enabled(struct cx18_stream *s) in cx18_stream_enabled() argument
36 return s->video_dev.v4l2_dev || in cx18_stream_enabled()
37 (s->dvb && s->dvb->enabled) || in cx18_stream_enabled()
38 (s->type == CX18_ENC_STREAM_TYPE_IDX && in cx18_stream_enabled()
39 s->cx->stream_buffers[CX18_ENC_STREAM_TYPE_IDX] != 0); in cx18_stream_enabled()
43 static inline void cx18_stream_load_fw_queue(struct cx18_stream *s) in cx18_stream_load_fw_queue() argument
45 schedule_work(&s->out_work_order); in cx18_stream_load_fw_queue()
48 static inline void cx18_stream_put_mdl_fw(struct cx18_stream *s, in cx18_stream_put_mdl_fw() argument
52 cx18_enqueue(s, mdl, &s->q_free); in cx18_stream_put_mdl_fw()
53 cx18_stream_load_fw_queue(s); in cx18_stream_put_mdl_fw()
59 int cx18_start_v4l2_encode_stream(struct cx18_stream *s);
60 int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end);