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