diff options
author | 2020-03-12 11:31:42 +0100 | |
---|---|---|
committer | 2020-03-12 16:32:29 +0100 | |
commit | a5e1deec4ebbf090226eb821c2295590b509625f (patch) | |
tree | 23f80ff915a966cd3a476bddb4fc19e99f2253e5 /drivers/media/v4l2-core/v4l2-fwnode.c | |
parent | media: v4l2-fwnode: add endpoint id field to v4l2_fwnode_link (diff) | |
download | linux-rng-a5e1deec4ebbf090226eb821c2295590b509625f.tar.xz linux-rng-a5e1deec4ebbf090226eb821c2295590b509625f.zip |
media: v4l2-fwnode: add v4l2_fwnode_connector
Currently every driver needs to parse the connector endpoints by it self.
This is the initial work to make this generic. A generic connector has
common members and connector specific members. The common members are:
- type
- label (optional)
- links
- nr_of_links
The specific members are stored within a union, since only one of them
can be available at the time. Since this is the initial support the
patch adds only the analog-connector specific ones.
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-fwnode.c')
0 files changed, 0 insertions, 0 deletions