Lines Matching full:cx

21 	struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl);  in cx18_s_stream_vbi_fmt()  local
24 if (atomic_read(&cx->ana_capturing) > 0) in cx18_s_stream_vbi_fmt()
32 cx->vbi.insert_mpeg = V4L2_MPEG_STREAM_VBI_FMT_NONE; in cx18_s_stream_vbi_fmt()
38 if (cx->vbi.sliced_mpeg_data[0] == NULL) { in cx18_s_stream_vbi_fmt()
42 cx->vbi.sliced_mpeg_data[i] = in cx18_s_stream_vbi_fmt()
44 if (cx->vbi.sliced_mpeg_data[i] == NULL) { in cx18_s_stream_vbi_fmt()
46 kfree(cx->vbi.sliced_mpeg_data[i]); in cx18_s_stream_vbi_fmt()
47 cx->vbi.sliced_mpeg_data[i] = NULL; in cx18_s_stream_vbi_fmt()
49 cx->vbi.insert_mpeg = in cx18_s_stream_vbi_fmt()
57 cx->vbi.insert_mpeg = fmt; in cx18_s_stream_vbi_fmt()
64 if (cx18_get_service_set(cx->vbi.sliced_in) == 0) { in cx18_s_stream_vbi_fmt()
65 if (cx->is_60hz) in cx18_s_stream_vbi_fmt()
66 cx->vbi.sliced_in->service_set = in cx18_s_stream_vbi_fmt()
69 cx->vbi.sliced_in->service_set = V4L2_SLICED_WSS_625; in cx18_s_stream_vbi_fmt()
70 cx18_expand_service_set(cx->vbi.sliced_in, cx->is_50hz); in cx18_s_stream_vbi_fmt()
77 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_video_encoding() local
88 v4l2_subdev_call(cx->sd_av, pad, set_fmt, NULL, &format); in cx18_s_video_encoding()
95 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_audio_sampling_freq() local
100 cx18_call_all(cx, audio, s_clock_freq, freqs[idx]); in cx18_s_audio_sampling_freq()
106 struct cx18 *cx = container_of(cxhdl, struct cx18, cxhdl); in cx18_s_audio_mode() local
108 cx->dualwatch_stereo_mode = val; in cx18_s_audio_mode()