Lines Matching defs:tuner
351 printf("tuner\n");
382 printf("tuner\n");
484 struct v4l2_tuner tuner;
489 for (tuner.index = 0; ; tuner.index++) {
490 error = ioctl(video_fd, VIDIOC_G_TUNER, &tuner);
493 printf("info.tuner.%u=%s\n", tuner.index, tuner.name);
504 tuner.index = n;
505 error = ioctl(video_fd, VIDIOC_G_TUNER, &tuner);
508 printf("info.tuner.%u=%s\n", tuner.index, tuner.name);
544 if (s == NULL || strcmp(s, "tuner") == 0) {