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

  /src/sys/dev/fdt/
fdt_port.c 57 struct fdt_endpoint *port_ep; /* this port's endpoints */ member in struct:fdt_port
92 struct fdt_endpoint *ep = &port->port_ep[e];
112 struct fdt_endpoint *ep = &port->port_ep[e];
337 port->port_ep = NULL;
341 port->port_ep =
343 KASSERT(port->port_ep != NULL);
357 ep = &port->port_ep[i];
364 port->port_ep[i].ep_rphandle);
fdt_port.c 57 struct fdt_endpoint *port_ep; /* this port's endpoints */ member in struct:fdt_port
92 struct fdt_endpoint *ep = &port->port_ep[e];
112 struct fdt_endpoint *ep = &port->port_ep[e];
337 port->port_ep = NULL;
341 port->port_ep =
343 KASSERT(port->port_ep != NULL);
357 ep = &port->port_ep[i];
364 port->port_ep[i].ep_rphandle);

Completed in 126 milliseconds