Searched refs:vtune (Results 1 – 1 of 1) sorted by relevance
930 struct video_tuner vtune; in w9966_v4l_ioctl() local931 if(copy_from_user(&vtune, arg, sizeof(vtune)) != 0) in w9966_v4l_ioctl()934 if(vtune.tuner != 0) in w9966_v4l_ioctl()937 strcpy(vtune.name, "no tuner"); in w9966_v4l_ioctl()938 vtune.rangelow = 0; in w9966_v4l_ioctl()939 vtune.rangehigh = 0; in w9966_v4l_ioctl()940 vtune.flags = VIDEO_TUNER_NORM; in w9966_v4l_ioctl()941 vtune.mode = VIDEO_MODE_AUTO; in w9966_v4l_ioctl()942 vtune.signal = 0xffff; in w9966_v4l_ioctl()944 if(copy_to_user(arg, &vtune, sizeof(vtune)) != 0) in w9966_v4l_ioctl()[all …]