HomeSort by: relevance | last modified time | path
    Searched refs:fdt_endpoint_remote (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/fdt/
fdt_port.h 89 struct fdt_endpoint *fdt_endpoint_remote(struct fdt_endpoint *);
fdt_panel.c 107 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
fdt_port.c 132 return fdt_endpoint_remote(ep);
136 fdt_endpoint_remote(struct fdt_endpoint *ep) function in typeref:struct:fdt_endpoint *
180 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
221 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
hdmi_connector.c 153 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
  /src/sys/arch/arm/nxp/
imx6_dwhdmi.c 135 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep);
176 out_rep = fdt_endpoint_remote(out_ep);
  /src/sys/arch/arm/rockchip/
rk_anxdp.c 136 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep);
167 out_rep = fdt_endpoint_remote(out_ep);
rk_dwhdmi.c 130 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep);
171 out_rep = fdt_endpoint_remote(out_ep);
  /src/sys/arch/arm/sunxi/
sunxi_dwhdmi.c 77 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep);
120 out_rep = fdt_endpoint_remote(out_ep);
sunxi_tcon.c 254 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
346 sc->sc_in_rep = fdt_endpoint_remote(ep);
374 struct fdt_endpoint *rep = fdt_endpoint_remote(out_ep);
445 panel = fdt_endpoint_get_data(fdt_endpoint_remote(sc->sc_out_ep));
sunxi_lcdc.c 331 struct fdt_endpoint *remote_ep = fdt_endpoint_remote(out_ep);
394 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep);
sunxi_debe.c 275 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
371 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
sunxi_hdmi.c 534 sc->sc_in_rep = fdt_endpoint_remote(ep);
  /src/sys/dev/i2c/
anxedp.c 344 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep);
tda19988.c 840 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep);

Completed in 20 milliseconds