Lines Matching defs:set
49 static u16 select_service_from_set(int field, int line, u16 set, int is_pal)
54 set = set & valid_set;
55 if (set == 0 || !valid_service_line(field, line, is_pal)) {
59 if (line == 21 && (set & V4L2_SLICED_CAPTION_525))
63 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS))
65 if (line == 23 && field == 0 && (set & V4L2_SLICED_WSS_625))
71 if (BIT(i) & set)
79 u16 set = fmt->service_set;
85 fmt->service_lines[f][l] = select_service_from_set(f, l, set, is_pal);
104 u16 set = 0;
108 set |= fmt->service_lines[f][l];
111 return set;
499 /* set sliced VBI capture format */
523 Internally the buffers of the PVR350 are always set to 720x576. The
771 /* set it to defaults from our table */
796 /* set it to defaults from our table */
1079 IVTV_DEBUG_INFO("v4l2 ioctl: set frequency %d\n", vf->frequency);
1118 /* set display standard */
1218 int set = itv->is_50hz ? V4L2_SLICED_VBI_625 : V4L2_SLICED_VBI_525;
1225 cap->service_lines[f][l] = set;
1242 set = 0;
1245 set |= cap->service_lines[f][l];
1246 cap->service_set = set;