radio-timb.c (b530a447bb588fdf43fdf4eb909e4ee1921d47ac) | radio-timb.c (2f73c7c582a685b3198b974cd6d964d0338f8ab5) |
---|---|
1/* 2 * radio-timb.c Timberdale FPGA Radio driver 3 * Copyright (c) 2009 Intel Corporation 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 * --- 42 unchanged lines hidden (view full) --- 51static int timbradio_vidioc_g_tuner(struct file *file, void *priv, 52 struct v4l2_tuner *v) 53{ 54 struct timbradio *tr = video_drvdata(file); 55 return v4l2_subdev_call(tr->sd_tuner, tuner, g_tuner, v); 56} 57 58static int timbradio_vidioc_s_tuner(struct file *file, void *priv, | 1/* 2 * radio-timb.c Timberdale FPGA Radio driver 3 * Copyright (c) 2009 Intel Corporation 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 * --- 42 unchanged lines hidden (view full) --- 51static int timbradio_vidioc_g_tuner(struct file *file, void *priv, 52 struct v4l2_tuner *v) 53{ 54 struct timbradio *tr = video_drvdata(file); 55 return v4l2_subdev_call(tr->sd_tuner, tuner, g_tuner, v); 56} 57 58static int timbradio_vidioc_s_tuner(struct file *file, void *priv, |
59 struct v4l2_tuner *v) | 59 const struct v4l2_tuner *v) |
60{ 61 struct timbradio *tr = video_drvdata(file); 62 return v4l2_subdev_call(tr->sd_tuner, tuner, s_tuner, v); 63} 64 65static int timbradio_vidioc_g_input(struct file *filp, void *priv, 66 unsigned int *i) 67{ --- 164 unchanged lines hidden --- | 60{ 61 struct timbradio *tr = video_drvdata(file); 62 return v4l2_subdev_call(tr->sd_tuner, tuner, s_tuner, v); 63} 64 65static int timbradio_vidioc_g_input(struct file *filp, void *priv, 66 unsigned int *i) 67{ --- 164 unchanged lines hidden --- |