drivers/media/video/v4l2-int-device.c
0 → 100644
+154
−0
include/media/v4l2-int-device.h
0 → 100644
+210
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>