Searched refs:out_rep (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arm/rockchip/
H A Drk_anxdp.c137 struct fdt_endpoint *out_ep, *out_rep; local
167 out_rep = fdt_endpoint_remote(out_ep);
168 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_PANEL)
169 sc->sc_base.sc_panel = fdt_endpoint_get_data(out_rep);
180 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_CONNECTOR)
H A Drk_dwhdmi.c131 struct fdt_endpoint *out_ep, *out_rep; local
171 out_rep = fdt_endpoint_remote(out_ep);
172 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_CONNECTOR)
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_dwhdmi.c78 struct fdt_endpoint *out_ep, *out_rep; local
120 out_rep = fdt_endpoint_remote(out_ep);
121 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_CONNECTOR)
/netbsd-current/sys/arch/arm/nxp/
H A Dimx6_dwhdmi.c136 struct fdt_endpoint *out_ep, *out_rep; local
176 out_rep = fdt_endpoint_remote(out_ep);
177 if (out_rep != NULL && fdt_endpoint_type(out_rep) == EP_DRM_CONNECTOR)

Completed in 201 milliseconds