Lines Matching refs:service_lines
215 * Expand the service_set of *fmt into valid service_lines for the std,
226 fmt->service_lines[f][l] = select_service_from_set(f, l, set, is_pal);
231 * Sanitize the service_lines in *fmt per the video std, and return 1
241 fmt->service_lines[f][l] = select_service_from_set(f, l, fmt->service_lines[f][l], is_pal);
242 set |= fmt->service_lines[f][l];
248 /* Compute the service_set from the assumed valid service_lines of *fmt */
256 set |= fmt->service_lines[f][l];
290 memset(vbifmt->service_lines, 0, sizeof(vbifmt->service_lines));
294 * Fetch the configured service_lines and total service_set from the
324 /* Sanitize the service_lines, and compute the new set if any valid */
378 * Set the service_lines requested in the digitizer/slicer registers.
691 cap->service_lines[f][l] = set;
694 cap->service_lines[f][l] = 0;