Searched refs:v4l2_fwnode_endpoint_alloc_parse (Results 1 – 25 of 39) sorted by relevance
12
/openbmc/linux/include/media/ |
H A D | v4l2-fwnode.h | 282 int v4l2_fwnode_endpoint_alloc_parse(struct fwnode_handle *fwnode,
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A 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);
|
/openbmc/linux/drivers/media/i2c/ |
H 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()
|
H A D | og01a1b.c | 979 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in og01a1b_check_hwcfg()
|
H A D | imx214.c | 889 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &bus_cfg); in imx214_parse_fwnode()
|
H A D | imx335.c | 830 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx335_parse_hw_config()
|
H A D | imx412.c | 971 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx412_parse_hw_config()
|
H A D | ov9734.c | 901 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov9734_check_hwcfg()
|
H A D | ov02a10.c | 824 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov02a10_check_hwcfg()
|
H A D | imx334.c | 1106 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx334_parse_hw_config()
|
H A D | ov4689.c | 854 ret = v4l2_fwnode_endpoint_alloc_parse(endpoint, &bus_cfg); in ov4689_check_hwcfg()
|
H A D | hi847.c | 2867 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in hi847_check_hwcfg()
|
H A D | hi556.c | 1211 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in hi556_check_hwcfg()
|
H A D | ov2740.c | 1009 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov2740_check_hwcfg()
|
H A D | ov08x40.c | 3175 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov08x40_check_hwcfg()
|
H A D | imx319.c | 2385 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx319_get_hwcfg()
|
H A D | imx355.c | 1674 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx355_get_hwcfg()
|
H A D | ov5675.c | 1276 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov5675_get_hwcfg()
|
H A D | ov13b10.c | 1439 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov13b10_check_hwcfg()
|
H A D | imx415.c | 1089 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in imx415_parse_hw_config()
|
H A D | ov08d10.c | 1378 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov08d10_get_hwcfg()
|
H A D | ov9282.c | 1159 ret = v4l2_fwnode_endpoint_alloc_parse(ep, &bus_cfg); in ov9282_parse_hw_config()
|
H A D | imx219.c | 1195 if (v4l2_fwnode_endpoint_alloc_parse(endpoint, &ep_cfg)) { in imx219_check_hwcfg()
|
H A D | ov2659.c | 1405 ret = v4l2_fwnode_endpoint_alloc_parse(of_fwnode_handle(endpoint), in ov2659_get_pdata()
|
/openbmc/linux/drivers/media/pci/intel/ivsc/ |
H A D | mei_csi.c | 687 ret = v4l2_fwnode_endpoint_alloc_parse(fwnode, &v4l2_ep); in mei_csi_parse_firmware()
|
12