Searched refs:v4l2_fwnode_endpoint_alloc_parse (Results 1 – 25 of 25) sorted by relevance
/linux/include/media/ |
A D | v4l2-fwnode.h | 337 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode,
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-fwnode.c | 500 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode, in v4l2_fwnode_endpoint_alloc_parse() function 539 EXPORT_SYMBOL_GPL(v4l2_fwnode_endpoint_alloc_parse); 806 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &vep); in v4l2_async_nf_fwnode_parse_endpoint()
|
/linux/drivers/media/i2c/ |
A D | ov772x.c | 1394 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov772x_parse_dt() 1398 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov772x_parse_dt()
|
A D | imx335.c | 810 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx335_parse_hw_config()
|
A D | imx412.c | 953 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx412_parse_hw_config()
|
A D | imx334.c | 816 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx334_parse_hw_config()
|
A D | ov9282.c | 816 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov9282_parse_hw_config()
|
A D | imx214.c | 889 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &bus_cfg); in imx214_parse_fwnode()
|
A D | imx290.c | 959 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &ep); in imx290_probe()
|
A D | ov02a10.c | 824 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov02a10_check_hwcfg()
|
A D | ov9734.c | 901 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov9734_check_hwcfg()
|
A D | ov5675.c | 1101 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov5675_check_hwcfg()
|
A D | hi556.c | 1053 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in hi556_check_hwcfg()
|
A D | imx355.c | 1670 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx355_get_hwcfg()
|
A D | ov2740.c | 1005 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov2740_check_hwcfg()
|
A D | imx319.c | 2381 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx319_get_hwcfg()
|
A D | ov13b10.c | 1340 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov13b10_check_hwcfg()
|
A D | ov2659.c | 1405 ret = v4l2_fwnode_endpoint_alloc_parse(of_fwnode_handle(endpoint), in ov2659_get_pdata()
|
A D | imx219.c | 1413 if (v4l2_fwnode_endpoint_alloc_parse(endpoint, &ep_cfg)) { in imx219_check_hwcfg()
|
A D | ov8856.c | 2391 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov8856_get_hwcfg()
|
A D | hi846.c | 2002 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in hi846_parse_dt()
|
A D | ov5648.c | 2461 ret = v4l2_fwnode_endpoint_alloc_parse(handle, &sensor->endpoint); in ov5648_probe()
|
A D | ov8865.c | 2805 ret = v4l2_fwnode_endpoint_alloc_parse(handle, &sensor->endpoint); in ov8865_probe()
|
A D | tc358743.c | 1921 ret = v4l2_fwnode_endpoint_alloc_parse(of_fwnode_handle(ep), &endpoint); in tc358743_probe_of()
|
/linux/drivers/media/i2c/ccs/ |
A D | ccs-core.c | 3199 rval = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ccs_get_hwconfig()
|
Completed in 97 milliseconds