Home | History | Annotate | Download | only in sunxi

Lines Matching refs:fdt_endpoint

75 	struct fdt_endpoint *sc_in_ep;
76 struct fdt_endpoint *sc_in_rep;
77 struct fdt_endpoint *sc_out_ep;
83 static void sunxi_tcon_ep_connect(device_t, struct fdt_endpoint *, bool);
84 static int sunxi_tcon_ep_activate(device_t, struct fdt_endpoint *, bool);
85 static int sunxi_tcon_ep_enable(device_t, struct fdt_endpoint *, bool);
251 sunxi_tcon_ep_connect(device_t self, struct fdt_endpoint *ep, bool connect)
254 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
324 sunxi_tcon_ep_activate(device_t dev, struct fdt_endpoint *ep, bool activate)
327 struct fdt_endpoint *in_ep, *out_ep;
374 struct fdt_endpoint *rep = fdt_endpoint_remote(out_ep);
393 sunxi_tcon_ep_enable(device_t dev, struct fdt_endpoint *ep, bool enable)