Searched refs:v4l2_fwnode_endpoint_alloc_parse (Results 1 – 14 of 14) sorted by relevance
/linux-5.10/include/media/ |
D | v4l2-fwnode.h | 291 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode,
|
/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-fwnode.c | 519 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode, in v4l2_fwnode_endpoint_alloc_parse() function 558 EXPORT_SYMBOL_GPL(v4l2_fwnode_endpoint_alloc_parse); 825 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &vep); in v4l2_async_notifier_fwnode_parse_endpoint()
|
/linux-5.10/drivers/media/i2c/ |
D | imx214.c | 888 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &bus_cfg); in imx214_parse_fwnode()
|
D | hi556.c | 1055 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in hi556_check_hwcfg()
|
D | imx290.c | 963 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &ep); in imx290_probe()
|
D | ov5675.c | 1103 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov5675_check_hwcfg()
|
D | ov2740.c | 882 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov2740_check_hwcfg()
|
D | ov8856.c | 1696 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov8856_get_hwcfg()
|
D | imx355.c | 1674 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx355_get_hwcfg()
|
D | imx319.c | 2374 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx319_get_hwcfg()
|
D | ov2659.c | 1397 ret = v4l2_fwnode_endpoint_alloc_parse(of_fwnode_handle(endpoint), in ov2659_get_pdata()
|
D | imx219.c | 1390 if (v4l2_fwnode_endpoint_alloc_parse(endpoint, &ep_cfg)) { in imx219_check_hwcfg()
|
D | tc358743.c | 1921 ret = v4l2_fwnode_endpoint_alloc_parse(of_fwnode_handle(ep), &endpoint); in tc358743_probe_of()
|
/linux-5.10/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 2761 rval = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in smiapp_get_hwconfig() 2765 rval = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in smiapp_get_hwconfig()
|