Home | History | Annotate | Download | only in fdt

Lines Matching defs:fdt_endpoint

52 struct fdt_endpoint;
57 struct fdt_endpoint *port_ep; /* this port's endpoints */
62 struct fdt_endpoint {
68 struct fdt_endpoint *ep_rep;
77 static const char *ep_name(struct fdt_endpoint *, char *, int);
79 struct fdt_endpoint *
92 struct fdt_endpoint *ep = &port->port_ep[e];
102 struct fdt_endpoint *
112 struct fdt_endpoint *ep = &port->port_ep[e];
121 struct fdt_endpoint *
125 struct fdt_endpoint *ep;
135 struct fdt_endpoint *
136 fdt_endpoint_remote(struct fdt_endpoint *ep)
142 fdt_endpoint_port_index(struct fdt_endpoint *ep)
148 fdt_endpoint_index(struct fdt_endpoint *ep)
154 fdt_endpoint_device(struct fdt_endpoint *ep)
160 fdt_endpoint_is_active(struct fdt_endpoint *ep)
166 fdt_endpoint_is_enabled(struct fdt_endpoint *ep)
172 fdt_endpoint_type(struct fdt_endpoint *ep)
178 fdt_endpoint_activate(struct fdt_endpoint *ep, bool activate)
180 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
204 fdt_endpoint_activate_direct(struct fdt_endpoint *ep, bool activate)
219 fdt_endpoint_enable(struct fdt_endpoint *ep, bool enable)
221 struct fdt_endpoint *rep = fdt_endpoint_remote(ep);
243 fdt_endpoint_get_data(struct fdt_endpoint *ep)
325 struct fdt_endpoint *ep, *rep;
342 kmem_zalloc(sizeof(struct fdt_endpoint) * port->port_nep, KM_SLEEP);
395 ep_name(struct fdt_endpoint *ep, char *buf, int size)