Searched refs:v4l2_fwnode_endpoint_parse (Results 1 – 25 of 37) sorted by relevance
12
/Linux-v5.4/include/media/ |
D | v4l2-fwnode.h | 156 int v4l2_fwnode_endpoint_parse(struct fwnode_handle *fwnode,
|
/Linux-v5.4/drivers/media/platform/atmel/ |
D | atmel-sama5d2-isc.c | 81 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(epn), in isc_parse_dt()
|
D | atmel-isi.c | 803 err = v4l2_fwnode_endpoint_parse(of_fwnode_handle(np), &ep); in atmel_isi_parse_dt()
|
/Linux-v5.4/drivers/media/platform/sunxi/sun4i-csi/ |
D | sun4i_csi.c | 123 ret = v4l2_fwnode_endpoint_parse(ep, &vep); in sun4i_csi_notifier_init()
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-fwnode.c | 496 int v4l2_fwnode_endpoint_parse(struct fwnode_handle *fwnode, in v4l2_fwnode_endpoint_parse() function 507 EXPORT_SYMBOL_GPL(v4l2_fwnode_endpoint_parse);
|
/Linux-v5.4/drivers/media/i2c/ |
D | st-mipid02.c | 859 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep_node), &ep); in mipid02_parse_rx_ep() 923 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep_node), &ep); in mipid02_parse_tx_ep()
|
D | ov5647.c | 544 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &bus_cfg); in ov5647_parse_dt()
|
D | ov5645.c | 1075 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(endpoint), in ov5645_probe()
|
D | tvp7002.c | 895 if (v4l2_fwnode_endpoint_parse(of_fwnode_handle(endpoint), &bus_cfg)) in tvp7002_get_pdata()
|
D | tvp514x.c | 994 if (v4l2_fwnode_endpoint_parse(of_fwnode_handle(endpoint), &bus_cfg)) in tvp514x_get_pdata()
|
D | ov7251.c | 1275 ret = v4l2_fwnode_endpoint_parse(endpoint, &ov7251->ep); in ov7251_probe()
|
D | mt9v032.c | 1000 if (v4l2_fwnode_endpoint_parse(of_fwnode_handle(np), &endpoint) < 0) in mt9v032_get_pdata()
|
D | mt9m111.c | 1234 ret = v4l2_fwnode_endpoint_parse(np, &bus_cfg); in mt9m111_probe_fw()
|
D | ov7670.c | 1820 ret = v4l2_fwnode_endpoint_parse(ep, &bus_cfg); in ov7670_parse_dt()
|
/Linux-v5.4/drivers/media/platform/omap3isp/ |
D | isp.c | 2176 ret = v4l2_fwnode_endpoint_parse(ep, &vep); in isp_parse_of_endpoints() 2215 ret = v4l2_fwnode_endpoint_parse(ep, &vep); in isp_parse_of_endpoints() 2222 ret = v4l2_fwnode_endpoint_parse(ep, &vep); in isp_parse_of_endpoints() 2227 ret = v4l2_fwnode_endpoint_parse(ep, &vep); in isp_parse_of_endpoints()
|
/Linux-v5.4/drivers/media/platform/cadence/ |
D | cdns-csi2rx.c | 374 ret = v4l2_fwnode_endpoint_parse(fwh, &v4l2_ep); in csi2rx_parse_dt()
|
D | cdns-csi2tx.c | 502 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &v4l2_ep); in csi2tx_check_lanes()
|
/Linux-v5.4/drivers/media/i2c/adv748x/ |
D | adv748x-core.c | 585 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &vep); in adv748x_parse_csi2_lanes()
|
/Linux-v5.4/drivers/media/platform/qcom/camss/ |
D | camss.c | 435 v4l2_fwnode_endpoint_parse(of_fwnode_handle(node), &vep); in camss_of_parse_endpoint_node()
|
/Linux-v5.4/drivers/media/platform/exynos4-is/ |
D | mipi-csis.c | 735 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(node), &endpoint); in s5pcsis_parse_dt()
|
D | media-dev.c | 397 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &endpoint); in fimc_md_parse_port_node()
|
/Linux-v5.4/drivers/media/platform/rcar-vin/ |
D | rcar-csi2.c | 823 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &v4l2_ep); in rcsi2_parse_dt()
|
/Linux-v5.4/drivers/staging/media/imx/ |
D | imx7-media-csi.c | 480 v4l2_fwnode_endpoint_parse(of_fwnode_handle(endpoint), ep); in imx7_csi_get_upstream_endpoint()
|
/Linux-v5.4/drivers/media/platform/ |
D | renesas-ceu.c | 1573 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &fw_ep); in ceu_parse_dt()
|
/Linux-v5.4/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1634 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(node_ep), &ep); in s5c73m3_get_platform_data()
|
12