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

  /src/sys/dev/usb/
ohci.c 220 Static void ohci_close_pipe(struct usbd_pipe *, ohci_soft_ed_t *);
2210 ohci_close_pipe(struct usbd_pipe *pipe, ohci_soft_ed_t *head) function in typeref:typename:void
2225 printf("ohci_close_pipe: pipe not empty sed=%p hd=%#x "
2239 printf("ohci_close_pipe: pipe still not empty\n");
2979 ohci_close_pipe(pipe, sc->sc_ctrl_head);
3195 ohci_close_pipe(pipe, sc->sc_bulk_head);
3842 ohci_close_pipe(pipe, sc->sc_isoc_head);
ohci.c 220 Static void ohci_close_pipe(struct usbd_pipe *, ohci_soft_ed_t *);
2210 ohci_close_pipe(struct usbd_pipe *pipe, ohci_soft_ed_t *head) function in typeref:typename:void
2225 printf("ohci_close_pipe: pipe not empty sed=%p hd=%#x "
2239 printf("ohci_close_pipe: pipe still not empty\n");
2979 ohci_close_pipe(pipe, sc->sc_ctrl_head);
3195 ohci_close_pipe(pipe, sc->sc_bulk_head);
3842 ohci_close_pipe(pipe, sc->sc_isoc_head);

Completed in 45 milliseconds