Searched refs:v4l2_fwnode_endpoint_alloc_parse (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/include/media/ |
D | v4l2-fwnode.h | 203 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode,
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-fwnode.c | 518 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode, in v4l2_fwnode_endpoint_alloc_parse() function 557 EXPORT_SYMBOL_GPL(v4l2_fwnode_endpoint_alloc_parse); 622 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &vep); in v4l2_async_notifier_fwnode_parse_endpoint()
|
/Linux-v5.4/drivers/media/i2c/ |
D | imx214.c | 888 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &bus_cfg); in imx214_parse_fwnode()
|
D | ov8856.c | 1122 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov8856_check_hwcfg()
|
D | ov5675.c | 1034 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov5675_check_hwcfg()
|
D | imx319.c | 2374 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx319_get_hwcfg()
|
D | imx355.c | 1674 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx355_get_hwcfg()
|
D | ov2659.c | 1361 ret = v4l2_fwnode_endpoint_alloc_parse(of_fwnode_handle(endpoint), in ov2659_get_pdata()
|
D | tc358743.c | 1918 ret = v4l2_fwnode_endpoint_alloc_parse(of_fwnode_handle(ep), &endpoint); in tc358743_probe_of()
|
/Linux-v5.4/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 2767 rval = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in smiapp_get_hwconfig() 2771 rval = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in smiapp_get_hwconfig()
|