Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c2510 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) { in dwc_otg_update_host_transfer_schedule_locked()
2537 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfer, wait_entry); in dwc_otg_update_host_transfer_schedule_locked()
2541 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) { in dwc_otg_update_host_transfer_schedule_locked()
2558 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfer, wait_entry); in dwc_otg_update_host_transfer_schedule_locked()
2562 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) { in dwc_otg_update_host_transfer_schedule_locked()
2585 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfer, wait_entry); in dwc_otg_update_host_transfer_schedule_locked()
2589 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) { in dwc_otg_update_host_transfer_schedule_locked()
2604 TAILQ_REMOVE(&sc->sc_bus.intr_q.head, xfer, wait_entry); in dwc_otg_update_host_transfer_schedule_locked()
2609 TAILQ_FOREACH_SAFE(xfer, &sc->sc_bus.intr_q.head, wait_entry, xfer_next) { in dwc_otg_update_host_transfer_schedule_locked()
2624 TAILQ_REMOVE(&sc->sc_bus.intr_q in dwc_otg_update_host_transfer_schedule_locked()
[all...]
H A Duss820dci.c712 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) in uss820dci_interrupt_poll_locked()
721 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in uss820dci_interrupt_complete_locked()
1084 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in uss820dci_start_standard_chain()
H A Dohci.c647 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in ohci_transfer_intr_enqueue()
1086 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ohci_interrupt_poll()
2563 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ohci_device_resume()
2599 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ohci_device_suspend()
H A Duhci.c880 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in uhci_transfer_intr_enqueue()
1392 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in uhci_interrupt_poll()
3022 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in uhci_device_resume()
3062 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in uhci_device_suspend()
H A Datmegadci.c618 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in atmegadci_interrupt_poll()
936 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in atmegadci_start_standard_chain()
H A Davr32dci.c606 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in avr32dci_interrupt_poll()
913 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in avr32dci_start_standard_chain()
H A Dusb_controller.c959 TAILQ_INIT(&bus->intr_q.head); in usb_bus_mem_alloc_all()
H A Dehci.c910 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in ehci_transfer_intr_enqueue()
1409 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ehci_interrupt_poll()
3711 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ehci_device_resume()
3743 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in ehci_device_suspend()
H A Dmusb_otg.c2174 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) { in musbotg_interrupt_poll()
2667 usbd_transfer_enqueue(&xfer->xroot->bus->intr_q, xfer); in musbotg_start_standard_chain()
/freebsd/sys/dev/usb/
H A Dusb_bus.h96 struct usb_xfer_queue intr_q; member
H A Dusb_hub.c2099 TAILQ_FOREACH(xfer, &bus->intr_q.head, wait_entry) { in usbd_fs_isoc_schedule_alloc_slot()