| /linux/drivers/of/ |
| H A D | property.c | 872 struct device_node *of_graph_get_endpoint_by_regs( in of_graph_get_endpoint_by_regs() function 887 EXPORT_SYMBOL(of_graph_get_endpoint_by_regs); 1021 endpoint_node = of_graph_get_endpoint_by_regs(node, port, endpoint); in of_graph_get_remote_node()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-raspberrypi-touchscreen.c | 406 endpoint = of_graph_get_endpoint_by_regs(dev->of_node, 0, -1); in rpi_touchscreen_probe()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | ti-sn65dsi83.c | 847 endpoint = of_graph_get_endpoint_by_regs(dev->of_node, endpoint_reg, -1); in sn65dsi83_parse_lvds_endpoint() 959 endpoint = of_graph_get_endpoint_by_regs(dev->of_node, 0, -1); in sn65dsi83_host_attach()
|
| H A D | ssd2825.c | 317 ep = of_graph_get_endpoint_by_regs(host->dev->of_node, 0, 0); in ssd2825_dsi_host_attach()
|
| H A D | tc358768.c | 498 ep = of_graph_get_endpoint_by_regs(host->dev->of_node, 0, 0); in tc358768_dsi_host_attach()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_drv.c | 286 en = of_graph_get_endpoint_by_regs(np, port, reg); in rockchip_drm_encoder_set_crtc_endpoint_id()
|
| /linux/drivers/gpu/drm/tiny/ |
| H A D | arcpgu.c | 292 endpoint_node = of_graph_get_endpoint_by_regs(pdev->dev.of_node, 0, -1); in arcpgu_load()
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_link.c | 1221 endpoint = of_graph_get_endpoint_by_regs(of_node, 1, 0); /* port@1 */ in msm_dp_link_link_frequencies() 1255 endpoint = of_graph_get_endpoint_by_regs(of_node, 1, -1); in msm_dp_link_lane_map()
|
| /linux/drivers/media/platform/ti/davinci/ |
| H A D | vpif.c | 468 endpoint = of_graph_get_endpoint_by_regs(pdev->dev.of_node, 0, -1); in vpif_probe()
|
| /linux/drivers/media/platform/cadence/ |
| H A D | cdns-csi2tx.c | 502 ep = of_graph_get_endpoint_by_regs(csi2tx->dev->of_node, 0, 0); in csi2tx_check_lanes()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi4.c | 533 ep = of_graph_get_endpoint_by_regs(node, 0, -1); in hdmi_probe_of()
|
| H A D | hdmi5.c | 565 ep = of_graph_get_endpoint_by_regs(node, 0, -1); in hdmi_probe_of()
|
| /linux/drivers/media/i2c/ |
| H A D | tvp514x.c | 951 endpoint = of_graph_get_endpoint_by_regs(client->dev.of_node, 0, -1); in tvp514x_get_pdata()
|
| H A D | mt9v032.c | 1011 np = of_graph_get_endpoint_by_regs(mt9v032->dev->of_node, 0, -1); in mt9v032_get_pdata()
|
| /linux/sound/soc/tegra/ |
| H A D | tegra210_i2s.c | 1038 ep = of_graph_get_endpoint_by_regs(ports, cif_port, -1); in tegra210_parse_client_convert()
|
| /linux/drivers/media/platform/renesas/ |
| H A D | renesas-ceu.c | 1547 ep = of_graph_get_endpoint_by_regs(of, 0, i); in ceu_parse_dt()
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | vip.c | 3348 return of_fwnode_handle(of_graph_get_endpoint_by_regs(to_of_node(fwnode), in fwnode_graph_get_next_endpoint_by_regs() 3405 ep = of_graph_get_endpoint_by_regs(parent, p, 0); in vip_endpoint_scan()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | core.c | 1892 of_graph_get_endpoint_by_regs(wsi_dev, 0, -1); in ath12k_core_get_wsi_info()
|
| /linux/drivers/media/platform/intel/ |
| H A D | pxa_camera.c | 2209 np = of_graph_get_endpoint_by_regs(np, 0, -1); in pxa_camera_pdata_from_dt()
|
| /linux/drivers/gpu/drm/msm/dsi/ |
| H A D | dsi_host.c | 1939 endpoint = of_graph_get_endpoint_by_regs(np, 1, -1); in dsi_host_parse_dt()
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-qmp-combo.c | 5145 ep = of_graph_get_endpoint_by_regs(dev->of_node, 0, endpoint); in qmp_combo_get_dt_lanes_mapping()
|