Searched hist:"0 d3c81e82da90f0752a09c38ffae7e7ffec01b33" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/media/ |
H A D | v4l2-mc.h | diff 0d3c81e82da90f0752a09c38ffae7e7ffec01b33 Fri May 01 12:15:37 CDT 2020 Steve Longerbeam <slongerbeam@gmail.com> media: v4l2-mc: add v4l2_create_fwnode_links helpers
Add functions to create media links between source and sink subdevices, based on the fwnode endpoint connections between them:
v4l2_create_fwnode_links_to_pad() - create links from a source subdev to a single sink pad based on fwnode endpoint connections.
v4l2_create_fwnode_links() - create all links from a source to sink subdev based on fwnode endpoint connections.
These functions can be used in a sink's v4l2-async notifier subdev bound callback to make the links from the bound subdev.
Signed-off-by: Steve Longerbeam <slongerbeam@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-mc.c | diff 0d3c81e82da90f0752a09c38ffae7e7ffec01b33 Fri May 01 12:15:37 CDT 2020 Steve Longerbeam <slongerbeam@gmail.com> media: v4l2-mc: add v4l2_create_fwnode_links helpers
Add functions to create media links between source and sink subdevices, based on the fwnode endpoint connections between them:
v4l2_create_fwnode_links_to_pad() - create links from a source subdev to a single sink pad based on fwnode endpoint connections.
v4l2_create_fwnode_links() - create all links from a source to sink subdev based on fwnode endpoint connections.
These functions can be used in a sink's v4l2-async notifier subdev bound callback to make the links from the bound subdev.
Signed-off-by: Steve Longerbeam <slongerbeam@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
|