linux-stable/include/media
Hans Verkuil dc93a70cc7 V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdev
Instead of relying on the cdev release callback we should rely on the
release callback from the device struct. This requires that we use
get_device/put_device to do proper refcounting. In order to do this
safely v4l2-dev.c now sets up its own file_operations that call
out to the driver's ops.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2008-12-30 09:39:35 -02:00
..
cs53l32a.h
cs5345.h V4L/DVB (6869): cs5345: new i2c driver 2008-01-25 19:04:08 -02:00
cx2341x.h V4L/DVB (8105): cx2341x: add TS capability 2008-07-20 07:11:55 -03:00
cx25840.h V4L/DVB (8007): cx18/cx25840: the S-Video LUMA input can use all In1-In8 inputs 2008-06-26 15:58:42 -03:00
i2c-addr.h V4L/DVB (9940): bt832: remove this driver 2008-12-30 09:39:25 -02:00
ir-common.h V4L/DVB (9772): saa7134: Add support for Kworld Plus TV Analog Lite PCI 2008-12-30 09:38:17 -02:00
ir-kbd-i2c.h V4L/DVB (8395): saa7134: Fix Kbuild dependency of ir-kbd-i2c 2008-07-20 07:29:03 -03:00
m52790.h V4L/DVB (6486): m52790: add new Mitsubishi A/V switch i2c driver 2008-01-25 19:01:46 -02:00
msp3400.h V4L/DVB (3702): Make msp3400 routing defines more consistent 2006-04-02 04:56:11 -03:00
ov772x.h V4L/DVB (9488): Add ov772x driver 2008-12-29 17:53:25 -02:00
ovcamchip.h i2c: Cleanup the includes of <linux/i2c.h> 2007-05-01 23:26:29 +02:00
pwc-ioctl.h v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10 2008-07-20 07:17:52 -03:00
rds.h include/media/: Spelling fixes 2008-02-03 17:19:47 +02:00
saa6752hs.h
saa7115.h V4L/DVB (8940): saa7115: fix saa7111(a) support 2008-10-12 09:37:00 -02:00
saa7127.h
saa7146.h include: replace __FUNCTION__ with __func__ 2008-10-16 11:21:30 -07:00
saa7146_vv.h V4L/DVB (9503): v4l: remove inode argument from video_usercopy 2008-12-29 17:53:26 -02:00
sh_mobile_ceu.h V4L/DVB (8687): soc-camera: Move .power and .reset from soc_camera host to sensor driver 2008-10-12 09:36:50 -02:00
soc_camera.h V4L/DVB (9790): soc-camera: pixel format negotiation - core support 2008-12-30 09:38:24 -02:00
soc_camera_platform.h V4L/DVB (9245): video: add header to soc_camera_platform include file 2008-10-17 17:26:27 -03:00
tuner-types.h V4L/DVB (7352): tuner-simple: enable digital tuning support for Philips FMD1216ME 2008-04-24 14:07:50 -03:00
tuner.h V4L/DVB (9268): tuner: add FMD1216MEX tuner 2008-10-17 17:29:09 -03:00
tvaudio.h
tveeprom.h V4L/DVB (8479): tveeprom/ivtv: fix usage of has_ir field 2008-07-26 12:54:42 -03:00
tvp514x.h V4L/DVB (9817): v4l: add new tvp514x I2C video decoder driver 2008-12-30 09:38:36 -02:00
tvp5150.h V4L/DVB (3712): Fix video input setting of em28xx, use _INT_S_VIDEO_ROUTING in tvp5150 2006-06-25 01:57:38 -03:00
upd64031a.h V4L/DVB (3666): Remove trailing newlines 2006-04-02 04:55:52 -03:00
upd64083.h V4L/DVB (3666): Remove trailing newlines 2006-04-02 04:55:52 -03:00
v4l2-chip-ident.h V4L/DVB (9969): tvp5150: add support for VIDIOC_G_CHIP_IDENT ioctl 2008-12-30 09:39:33 -02:00
v4l2-common.h V4L/DVB (9821): v4l2-common: add i2c helper functions 2008-12-30 09:38:37 -02:00
v4l2-dev.h V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdev 2008-12-30 09:39:35 -02:00
v4l2-device.h V4L/DVB (9820): v4l2: add v4l2_device and v4l2_subdev structs to the v4l2 framework. 2008-12-30 09:38:37 -02:00
v4l2-i2c-drv-legacy.h V4L/DVB (9209): v4l2: add comment to the v4l2-i2c-drv headers. 2008-10-17 17:20:20 -03:00
v4l2-i2c-drv.h V4L/DVB (9209): v4l2: add comment to the v4l2-i2c-drv headers. 2008-10-17 17:20:20 -03:00
v4l2-int-device.h V4L/DVB (9816): v4l2-int-if: add three new ioctls for std handling and routing 2008-12-30 09:38:36 -02:00
v4l2-ioctl.h V4L/DVB (9578): v4l core: add support for enumerating frame sizes and intervals 2008-12-29 17:53:31 -02:00
v4l2-subdev.h V4L/DVB (9960): v4l2-subdev: ioctl ops should use unsigned for cmd arg. 2008-12-30 09:39:29 -02:00
videobuf-core.h Fix a deadlock in the bttv driver 2008-05-20 10:12:26 -07:00
videobuf-dma-contig.h V4L/DVB (8341): videobuf: Add physically contiguous queue code V3 2008-07-20 07:25:37 -03:00
videobuf-dma-sg.h V4L/DVB (8340): videobuf: Fix gather spelling 2008-07-20 07:25:32 -03:00
videobuf-dvb.h V4L/DVB (9335): videobuf: split unregister bus creating self-contained frontend de-allocator 2008-10-21 14:32:08 -02:00
videobuf-vmalloc.h V4L/DVB (8340): videobuf: Fix gather spelling 2008-07-20 07:25:32 -03:00
wm8775.h