Home
last modified time | relevance | path

Searched refs:uhci_alloc_sqh (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/usb/
Duhci.c113 struct uhci_soft_qh *uhci_alloc_sqh(struct uhci_softc *);
404 lsqh = uhci_alloc_sqh(sc); in uhci_init()
414 bsqh = uhci_alloc_sqh(sc); in uhci_init()
424 chsqh = uhci_alloc_sqh(sc); in uhci_init()
434 clsqh = uhci_alloc_sqh(sc); in uhci_init()
450 sqh = uhci_alloc_sqh(sc); in uhci_init()
1467 uhci_alloc_sqh(struct uhci_softc *sc) in uhci_alloc_sqh() function
2596 sqh = uhci_alloc_sqh(sc); in uhci_device_setintr()
2654 upipe->u.ctl.sqh = uhci_alloc_sqh(sc); in uhci_open()
2690 upipe->u.bulk.sqh = uhci_alloc_sqh(sc); in uhci_open()