Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dohci.c682 #define OHCI_REMOVE_QH(sed,last) (last) = _ohci_remove_qh(sed,last) macro
1643 OHCI_REMOVE_QH(ed, sc->sc_bulk_p_last); in ohci_device_done()
1646 OHCI_REMOVE_QH(ed, sc->sc_ctrl_p_last); in ohci_device_done()
1649 OHCI_REMOVE_QH(ed, sc->sc_intr_p_last[xfer->qh_pos]); in ohci_device_done()
1652 OHCI_REMOVE_QH(ed, sc->sc_isoc_p_last); in ohci_device_done()
2647 OHCI_REMOVE_QH(ed, sc->sc_bulk_p_last); in ohci_device_suspend()
2650 OHCI_REMOVE_QH(ed, sc->sc_ctrl_p_last); in ohci_device_suspend()
2653 OHCI_REMOVE_QH(ed, sc->sc_intr_p_last[xfer->qh_pos]); in ohci_device_suspend()