summaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-int-device.h
Commit message (Collapse)AuthorAgeFilesLines
* V4L/DVB (5883): V4L: Fix a compile warning on non-32-bit machines.Sakari Ailus2007-10-091-1/+1
| | | | | | | | | Fix a compile warning on non-32-bit machines in v4l2-int-device.h. Add internal ioctl interface fallback function for ioctls with one argument. Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
* V4L/DVB (5862): V4L: Add internal ioctl-like interface.Sakari Ailus2007-10-091-0/+210
This patch adds an internal ioctl-like interface which can be used in situations where a single Video4Linux device is implemented by multiple device drivers. One master device controls one or more slave devices. The slaves provide Video4Linux ioctl-like interface for the use of the master. Only a handful of ioctls are implemented at the moment. More can (and should) be added as more functionality is required. Signed-off-by: Sakari Ailus <sakari.ailus@nokia.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
OpenPOWER on IntegriCloud