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

  /src/sys/dev/usb/
xhci.c 129 struct xhci_pipe { struct
1418 sc->sc_bus.ub_pipesize = sizeof(struct xhci_pipe);
1423 sc->sc_bus2.ub_pipesize = sizeof(struct xhci_pipe);
2061 struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe;
2147 struct xhci_pipe * const xp =
2148 container_of(pipe, struct xhci_pipe, xp_pipe);
2361 struct xhci_pipe * const xp =
2362 container_of(pipe, struct xhci_pipe, xp_pipe);
3905 struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe
    [all...]
xhci.c 129 struct xhci_pipe { struct
1418 sc->sc_bus.ub_pipesize = sizeof(struct xhci_pipe);
1423 sc->sc_bus2.ub_pipesize = sizeof(struct xhci_pipe);
2061 struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe;
2147 struct xhci_pipe * const xp =
2148 container_of(pipe, struct xhci_pipe, xp_pipe);
2361 struct xhci_pipe * const xp =
2362 container_of(pipe, struct xhci_pipe, xp_pipe);
3905 struct xhci_pipe * const xpipe = (struct xhci_pipe *)pipe
    [all...]

Completed in 96 milliseconds