HomeSort by: relevance | last modified time | path
    Searched refs:ub_pipesize (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/usb/
usbdivar.h 178 uint32_t ub_pipesize; /* size of a pipe struct */ member in struct:usbd_bus
usb_subr.c 950 p = kmem_alloc(dev->ud_bus->ub_pipesize, KM_SLEEP);
988 kmem_free(p, dev->ud_bus->ub_pipesize);
vhci.c 1275 sc->sc_bus.ub_pipesize = sizeof(vhci_pipe_t);
usbdi.c 367 kmem_free(pipe, pipe->up_dev->ud_bus->ub_pipesize);
motg.c 470 sc->sc_bus.ub_pipesize= sizeof(struct motg_pipe);
xhci.c 1418 sc->sc_bus.ub_pipesize = sizeof(struct xhci_pipe);
1423 sc->sc_bus2.ub_pipesize = sizeof(struct xhci_pipe);
ohci.c 1083 sc->sc_bus.ub_pipesize = sizeof(struct ohci_pipe);
uhci.c 582 sc->sc_bus.ub_pipesize = sizeof(struct uhci_pipe);
ehci.c 581 sc->sc_bus.ub_pipesize = sizeof(struct ehci_pipe);
  /src/sys/rump/dev/lib/libugenhc/
ugenhc.c 925 sc->sc_bus.ub_pipesize = sizeof(struct ugenhc_pipe);
  /src/sys/arch/mips/adm5120/dev/
ahci.c 263 sc->sc_bus.ub_pipesize = sizeof(struct ahci_pipe);
  /src/sys/external/bsd/dwc2/
dwc2.c 1253 sc->sc_bus.ub_pipesize = sizeof(struct dwc2_pipe);
  /src/sys/dev/ic/
sl811hs.c 1244 sc->sc_bus.ub_pipesize = sizeof(struct slhci_pipe);

Completed in 35 milliseconds