HomeSort by: relevance | last modified time | path
    Searched defs:fdt_endpoint (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/fdt/
fdt_port.c 52 struct fdt_endpoint;
57 struct fdt_endpoint *port_ep; /* this port's endpoints */
62 struct fdt_endpoint { struct
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 *
    [all...]
fdt_port.c 52 struct fdt_endpoint;
57 struct fdt_endpoint *port_ep; /* this port's endpoints */
62 struct fdt_endpoint { struct
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 *
    [all...]

Completed in 22 milliseconds