linux-kernel-test/drivers/media/dvb/bt8xx
Patrick Boettcher dea74869f3 V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a pointer field inside dvb_frontend
The dvb_frontend_ops is a pointer inside dvb_frontend. That's why every demod-driver
is having a field of dvb_frontend_ops in its private-state-struct and
using the reference for filling the pointer-field in dvb_frontend.
- It saves at least two lines of code per demod-driver,
- reduces object size (one less dereference per frontend_ops-access),
- be coherent with dvb_tuner_ops,
- makes it a little bit easier for newbies to understand how it works and
- avoids stupid mistakes because you would have to copy the dvb_frontend_ops
  always, before you could assign the static pointer directly, which was
  dangerous.

Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-06-25 02:00:42 -03:00
..
bt878.c V4L/DVB (3340): Make a struct static 2006-02-27 00:07:52 -03:00
bt878.h V4L/DVB (3318b): sem2mutex: drivers/media/, #2 2006-02-07 06:49:14 -02:00
dst_ca.c V4L/DVB (3973a): Return value is ssize_t 2006-06-25 02:00:01 -03:00
dst_ca.h [PATCH] dvb: DST: reorganize Twinhan DST driver to support CI 2005-05-17 07:59:33 -07:00
dst_common.h V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a pointer field inside dvb_frontend 2006-06-25 02:00:42 -03:00
dst_priv.h [PATCH] dvb: DST: reorganize Twinhan DST driver to support CI 2005-05-17 07:59:33 -07:00
dst.c V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a pointer field inside dvb_frontend 2006-06-25 02:00:42 -03:00
dvb-bt8xx.c V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a pointer field inside dvb_frontend 2006-06-25 02:00:42 -03:00
dvb-bt8xx.h V4L/DVB (3900): Rename fe_lgh06xf.h to lg_h06xf.h 2006-06-25 01:59:25 -03:00
Kconfig V4L/DVB (4037): Make the bridge devices that depend on I2C dependant on I2C 2006-05-23 15:56:38 -03:00
Makefile V4L/DVB (3543): Fix Makefile to adapt to bt8xx/ conversion 2006-03-24 16:26:50 -03:00