linux-stable-rt/drivers/media
Laurent Pinchart 1651333b09 [media] media: Entities, pads and links enumeration
Create the following two ioctls and implement them at the media device
level to enumerate entities, pads and links.

- MEDIA_IOC_ENUM_ENTITIES: Enumerate entities and their properties
- MEDIA_IOC_ENUM_LINKS: Enumerate all pads and links for a given entity

Entity IDs can be non-contiguous. Userspace applications should
enumerate entities using the MEDIA_ENT_ID_FLAG_NEXT flag. When the flag
is set in the entity ID, the MEDIA_IOC_ENUM_ENTITIES will return the
next entity with an ID bigger than the requested one.

Only forward links that originate at one of the entity's source pads are
returned during the enumeration process.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2011-03-22 04:53:14 -03:00
..
common [media] xc5000: add set_config and other 2011-03-21 20:32:19 -03:00
dvb [media] dw2102: prof 1100 corrected 2011-03-21 20:32:41 -03:00
radio [media] V4L2: WL1273 FM Radio: TI WL1273 FM radio driver 2011-03-21 20:32:39 -03:00
rc
video [media] v4l: subdev: Events support 2011-03-21 20:32:42 -03:00
Kconfig [media] media: Media device node support 2011-03-22 04:52:22 -03:00
Makefile [media] media: Entities, pads and links 2011-03-22 04:53:10 -03:00
media-device.c [media] media: Entities, pads and links enumeration 2011-03-22 04:53:14 -03:00
media-devnode.c [media] media: Media device node support 2011-03-22 04:52:22 -03:00
media-entity.c [media] media: Entity use count 2011-03-22 04:53:12 -03:00