Lines Matching refs:set
54 static u16 select_service_from_set(int field, int line, u16 set, int is_pal)
59 set = set & valid_set;
60 if (set == 0 || !valid_service_line(field, line, is_pal)) {
64 if (line == 21 && (set & V4L2_SLICED_CAPTION_525))
68 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS))
70 if (line == 23 && field == 0 && (set & V4L2_SLICED_WSS_625))
76 if (BIT(i) & set)
84 u16 set = fmt->service_set;
90 fmt->service_lines[f][l] = select_service_from_set(f, l, set, is_pal);
109 u16 set = 0;
113 set |= fmt->service_lines[f][l];
116 return set;
504 /* set sliced VBI capture format */
528 Internally the buffers of the PVR350 are always set to 720x576. The
777 /* set it to defaults from our table */
802 /* set it to defaults from our table */
1085 IVTV_DEBUG_INFO("v4l2 ioctl: set frequency %d\n", vf->frequency);
1124 /* set display standard */
1224 int set = itv->is_50hz ? V4L2_SLICED_VBI_625 : V4L2_SLICED_VBI_525;
1231 cap->service_lines[f][l] = set;
1248 set = 0;
1251 set |= cap->service_lines[f][l];
1252 cap->service_set = set;