linux/drivers/media/dvb/frontends
Andrew de Quincey 638a3fba39 V4L/DVB (3866): Convert nxt200x to refactored tuner code
Convert to tuner_ops calls.
Remove pll function pointers from structure.
Remove unneeded tuner calls.
Standardise the calls used to retrieve tuner data.

Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-06-25 01:58:53 -03:00
..
Kconfig V4L/DVB (3721): Fix spelling 2006-06-25 01:57:43 -03:00
Makefile V4L/DVB (3408): DViCO FusionHDTV DVB-T Hybrid and ZL10353-based FusionHDTV DVB-T Plus support 2006-03-08 11:36:50 -03:00
bcm3510.c V4L/DVB (3318b): sem2mutex: drivers/media/, #2 2006-02-07 06:49:14 -02:00
bcm3510.h [PATCH] dvb: flexcop: add BCM3510 ATSC frontend support for Air2PC card 2005-06-24 00:05:31 -07:00
bcm3510_priv.h [PATCH] dvb: flexcop: add BCM3510 ATSC frontend support for Air2PC card 2005-06-24 00:05:31 -07:00
bsbe1.h V4L/DVB (3404): Refactored LNBP21 and BSBE1 support 2006-03-08 11:36:06 -03:00
bsru6.h V4L/DVB (3532): Moved duplicated code of ALPS BSRU6 tuner to a standalone file. 2006-03-21 08:53:54 -08:00
cx22700.c V4L/DVB (3847): Convert cx22700 to refactored tuner code 2006-06-25 01:58:32 -03:00
cx22700.h V4L/DVB (3847): Convert cx22700 to refactored tuner code 2006-06-25 01:58:32 -03:00
cx22702.c V4L/DVB (3848): Convert cx22702 to refactored tuner code 2006-06-25 01:58:34 -03:00
cx22702.h V4L/DVB (3848): Convert cx22702 to refactored tuner code 2006-06-25 01:58:34 -03:00
cx24110.c V4L/DVB (3863): Convert cx24110 to refactored tuner code 2006-06-25 01:58:50 -03:00
cx24110.h V4L/DVB (3863): Convert cx24110 to refactored tuner code 2006-06-25 01:58:50 -03:00
cx24123.c V4L/DVB (3804): Tweak bandselect setup fox cx24123 2006-05-12 19:55:08 -03:00
cx24123.h DVB (2451): Add support for KWorld DVB-S 100, based on the same chips as Hauppauge 2006-01-09 15:25:08 -02:00
dib3000-common.c [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00
dib3000-common.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dib3000.h [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00
dib3000mb.c V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc 2006-01-11 19:40:56 -02:00
dib3000mb_priv.h [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00
dib3000mc.c V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc 2006-01-11 19:40:56 -02:00
dib3000mc_priv.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dvb-pll.c V4L/DVB (3830): Fix display name for LG TDVS-H06xF 2006-06-25 01:58:19 -03:00
dvb-pll.h V4L/DVB (3411): FE6600 is a Thomson tuner 2006-03-08 11:37:29 -03:00
dvb_dummy_fe.c V4L/DVB (3864): Convert dvb_dummy_fe to refactored tuner code 2006-06-25 01:58:51 -03:00
dvb_dummy_fe.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fe_lgh06xf.h V4L/DVB (3840): Create standalone fe_lgh064f header 2006-06-25 01:58:25 -03:00
l64781.c V4L/DVB (3860): Convert l64871 to refactored tuner code 2006-06-25 01:58:46 -03:00
l64781.h V4L/DVB (3860): Convert l64871 to refactored tuner code 2006-06-25 01:58:46 -03:00
lgdt330x.c V4L/DVB (3764): Lgdt330x: update supported cards list in comments 2006-06-25 01:57:56 -03:00
lgdt330x.h [PATCH] dvb: Add support for Air2PC/AirStar 2 ATSC 3rd generation (HD5000) 2005-11-09 07:56:03 -08:00
lgdt330x_priv.h [PATCH] dvb: lgdt330x frontend: some bug fixes & add lgdt3303 support 2005-08-08 11:49:57 -07:00
lnbp21.h V4L/DVB (3404): Refactored LNBP21 and BSBE1 support 2006-03-08 11:36:06 -03:00
mt312.c V4L/DVB (3849): Convert mt312 to refactored tuner code 2006-06-25 01:58:35 -03:00
mt312.h V4L/DVB (3849): Convert mt312 to refactored tuner code 2006-06-25 01:58:35 -03:00
mt312_priv.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mt352.c V4L/DVB (3861): Convert mt352 to refactored tuner code 2006-06-25 01:58:47 -03:00
mt352.h V4L/DVB (3861): Convert mt352 to refactored tuner code 2006-06-25 01:58:47 -03:00
mt352_priv.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nxt200x.c V4L/DVB (3866): Convert nxt200x to refactored tuner code 2006-06-25 01:58:53 -03:00
nxt200x.h V4L/DVB (3866): Convert nxt200x to refactored tuner code 2006-06-25 01:58:53 -03:00
nxt6000.c V4L/DVB (3218): Whitespace cleanups 2006-01-09 15:25:34 -02:00
nxt6000.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nxt6000_priv.h [PATCH] dvb: nxt6000: support frontend status reads 2005-05-17 07:59:29 -07:00
or51132.c V4L/DVB (3865): Convert or51132 to refactored tuner code 2006-06-25 01:58:52 -03:00
or51132.h V4L/DVB (3865): Convert or51132 to refactored tuner code 2006-06-25 01:58:52 -03:00
or51211.c V4L/DVB (3242): make the firmware dir docs consistent in the v4l-dvb tree. 2006-01-09 15:25:38 -02:00
or51211.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s5h1420.c V4L/DVB (3859): Convert s5h1420 to refactored tuner code 2006-06-25 01:58:45 -03:00
s5h1420.h V4L/DVB (3859): Convert s5h1420 to refactored tuner code 2006-06-25 01:58:45 -03:00
sp887x.c V4L/DVB (3856): Convert sp887x to refactored tuner code 2006-06-25 01:58:41 -03:00
sp887x.h V4L/DVB (3856): Convert sp887x to refactored tuner code 2006-06-25 01:58:41 -03:00
sp8870.c V4L/DVB (3857): Convert sp8870 to refactored tuner code 2006-06-25 01:58:42 -03:00
sp8870.h V4L/DVB (3857): Convert sp8870 to refactored tuner code 2006-06-25 01:58:42 -03:00
stv0297.c V4L/DVB (3850): Convert stv0297 to refactored tuner code 2006-06-25 01:58:35 -03:00
stv0297.h V4L/DVB (3850): Convert stv0297 to refactored tuner code 2006-06-25 01:58:35 -03:00
stv0299.c V4L/DVB (3855): Convert stv0299 to refactored tuner code 2006-06-25 01:58:40 -03:00
stv0299.h V4L/DVB (3855): Convert stv0299 to refactored tuner code 2006-06-25 01:58:40 -03:00
tda1004x.c V4L/DVB (3858): Convert tda1004x to refactored tuner code 2006-06-25 01:58:44 -03:00
tda1004x.h V4L/DVB (3858): Convert tda1004x to refactored tuner code 2006-06-25 01:58:44 -03:00
tda8083.c V4L/DVB (3851): Convert tda8083 to refactored tuner code 2006-06-25 01:58:36 -03:00
tda8083.h V4L/DVB (3851): Convert tda8083 to refactored tuner code 2006-06-25 01:58:36 -03:00
tda10021.c V4L/DVB (3862): Convert tda10021 to refactored tuner code 2006-06-25 01:58:49 -03:00
tda10021.h V4L/DVB (3862): Convert tda10021 to refactored tuner code 2006-06-25 01:58:49 -03:00
ves1x93.c V4L/DVB (3854): Convert ves1x93 to refactored tuner code 2006-06-25 01:58:39 -03:00
ves1x93.h V4L/DVB (3854): Convert ves1x93 to refactored tuner code 2006-06-25 01:58:39 -03:00
ves1820.c V4L/DVB (3853): Convert ves1820 to refactored tuner code 2006-06-25 01:58:38 -03:00
ves1820.h V4L/DVB (3853): Convert ves1820 to refactored tuner code 2006-06-25 01:58:38 -03:00
zl10353.c V4L/DVB (3509): Make a needlessly global function static. 2006-03-21 08:53:37 -08:00
zl10353.h V4L/DVB (3408): DViCO FusionHDTV DVB-T Hybrid and ZL10353-based FusionHDTV DVB-T Plus support 2006-03-08 11:36:50 -03:00
zl10353_priv.h V4L/DVB (3408): DViCO FusionHDTV DVB-T Hybrid and ZL10353-based FusionHDTV DVB-T Plus support 2006-03-08 11:36:50 -03:00