Home
last modified time | relevance | path

Searched refs:v4l2_fwnode_endpoint_alloc_parse (Results 1 – 7 of 7) sorted by relevance

/linux/include/media/
H A Dv4l2-fwnode.h216 * not known in advance. Please use v4l2_fwnode_endpoint_alloc_parse() if you
230 * v4l2_fwnode_endpoint_alloc_parse()
239 * v4l2_fwnode_endpoint_alloc_parse() - parse all fwnode node properties
270 * v4l2_fwnode_endpoint_alloc_parse() has two important differences to
284 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode,
/linux/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c570 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode, in v4l2_fwnode_endpoint_alloc_parse()
609 EXPORT_SYMBOL_GPL(v4l2_fwnode_endpoint_alloc_parse); in v4l2_fwnode_parse_link()
563 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode, v4l2_fwnode_endpoint_alloc_parse() function
/linux/drivers/media/i2c/
H A Dov772x.c1408 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov772x_parse_dt()
1412 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov772x_parse_dt()
H A Dov02c10.c830 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov02c10_check_hwcfg()
H A Dalvium-csi2.c2347 if (v4l2_fwnode_endpoint_alloc_parse(endpoint, &alvium->ep)) { in alvium_get_dt_data()
H A Dds90ub960.c1412 ret = v4l2_fwnode_endpoint_alloc_parse(ep_fwnode, &vep); in ub960_parse_dt_txport()
/linux/drivers/media/i2c/ccs/
H A Dccs-core.c3165 rval = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ccs_get_hwconfig()