Searched refs:in_ep (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_dwhdmi.c77 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep); local
89 switch (fdt_endpoint_type(in_ep)) {
91 encoder = fdt_endpoint_get_data(in_ep);
94 bridge = fdt_endpoint_get_data(in_ep);
H A Dsunxi_hdmi.c493 struct fdt_endpoint *in_ep, *out_ep; local
508 in_ep = fdt_endpoint_get_from_index(&sc->sc_ports,
512 in_ep = fdt_endpoint_get_from_index(&sc->sc_ports,
516 in_ep = NULL;
520 if (in_ep != NULL) {
521 if (fdt_endpoint_is_active(in_ep))
H A Dsunxi_tcon.c327 struct fdt_endpoint *in_ep, *out_ep; local
350 in_ep = fdt_endpoint_get_from_index(&sc->sc_ports,
354 in_ep = fdt_endpoint_get_from_index(&sc->sc_ports,
358 in_ep = NULL;
362 if (in_ep != NULL) {
363 if (fdt_endpoint_is_active(in_ep))
H A Dsunxi_lcdc.c394 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep); local
404 if (fdt_endpoint_type(in_ep) != EP_DRM_CRTC)
407 crtc = fdt_endpoint_get_data(in_ep);
/netbsd-current/sys/dev/i2c/
H A Danxedp.c344 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep); local
355 switch (fdt_endpoint_type(in_ep)) {
357 encoder = fdt_endpoint_get_data(in_ep);
360 bridge = fdt_endpoint_get_data(in_ep);
H A Dtda19988.c840 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep); local
850 switch (fdt_endpoint_type(in_ep)) {
852 encoder = fdt_endpoint_get_data(in_ep);
/netbsd-current/sys/arch/arm/nxp/
H A Dimx6_dwhdmi.c135 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep); local
150 switch (fdt_endpoint_type(in_ep)) {
152 crtc = fdt_endpoint_get_data(in_ep);
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_anxdp.c136 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep); local
151 switch (fdt_endpoint_type(in_ep)) {
153 crtc = fdt_endpoint_get_data(in_ep);
H A Drk_dwhdmi.c130 struct fdt_endpoint *in_ep = fdt_endpoint_remote(ep); local
145 switch (fdt_endpoint_type(in_ep)) {
147 crtc = fdt_endpoint_get_data(in_ep);
/netbsd-current/sys/dev/usb/
H A Dumidi_quirks.h88 const struct umq_fixed_ep_endpoint *in_ep; member in struct:umq_fixed_ep_desc
H A Dumidi.c824 fp->in_ep[i].ep);
828 fp->in_ep[i].ep);
849 "illegal endpoint(in:%d)\n", fp->in_ep[i].ep);
856 ep->num_jacks = fp->in_ep[i].num_jacks;
857 sc->sc_in_num_jacks += fp->in_ep[i].num_jacks;

Completed in 207 milliseconds