Searched refs:v4l2_of_parse_endpoint (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/include/media/ |
D | v4l2-of.h | 90 int v4l2_of_parse_endpoint(const struct device_node *node, 100 static inline int v4l2_of_parse_endpoint(const struct device_node *node, in v4l2_of_parse_endpoint() function
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-of.c | 151 int v4l2_of_parse_endpoint(const struct device_node *node, in v4l2_of_parse_endpoint() function 173 EXPORT_SYMBOL(v4l2_of_parse_endpoint); 228 rval = v4l2_of_parse_endpoint(node, endpoint); in v4l2_of_alloc_parse_endpoint()
|
/linux-4.4.14/drivers/media/i2c/ |
D | tvp7002.c | 912 v4l2_of_parse_endpoint(endpoint, &bus_cfg); in tvp7002_get_pdata()
|
D | tvp514x.c | 1020 v4l2_of_parse_endpoint(endpoint, &bus_cfg); in tvp514x_get_pdata()
|
D | mt9v032.c | 897 if (v4l2_of_parse_endpoint(np, &endpoint) < 0) in mt9v032_get_pdata()
|
D | s5k5baf.c | 1871 v4l2_of_parse_endpoint(node_ep, &ep); in s5k5baf_parse_device_node()
|
D | adv7604.c | 2810 v4l2_of_parse_endpoint(endpoint, &bus_cfg); in adv76xx_parse_dt()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | mipi-csis.c | 754 v4l2_of_parse_endpoint(node, &endpoint); in s5pcsis_parse_dt()
|
D | media-dev.c | 342 v4l2_of_parse_endpoint(ep, &endpoint); in fimc_md_parse_port_node()
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | atmel-isi.c | 911 err = v4l2_of_parse_endpoint(np, &ep); in atmel_isi_parse_dt()
|
D | rcar_vin.c | 1886 ret = v4l2_of_parse_endpoint(np, &ep); in rcar_vin_probe()
|
D | pxa_camera.c | 1687 err = v4l2_of_parse_endpoint(np, &ep); in pxa_camera_pdata_from_dt()
|
/linux-4.4.14/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 1642 v4l2_of_parse_endpoint(node_ep, &ep); in s5c73m3_get_platform_data()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | isp.c | 2168 v4l2_of_parse_endpoint(node, &vep); in isp_of_parse_node()
|
/linux-4.4.14/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 2473 err = v4l2_of_parse_endpoint(endpoint, &bus_cfg); in vpfe_get_pdata()
|