Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_transfer.h166 struct usb_xfer_queue dma_q;
168 struct usb_xfer_queue done_q;
232 void usb_command_wrapper(struct usb_xfer_queue *pq,
235 void usbd_pipe_start(struct usb_xfer_queue *pq);
238 void usbd_transfer_enqueue(struct usb_xfer_queue *pq,
H A Dusb_bus.h101 struct usb_xfer_queue intr_q;
H A Dusb_transfer.c113 static void usbd_callback_wrapper(struct usb_xfer_queue *);
2026 struct usb_xfer_queue *pq; in usbd_transfer_pending()
2318 struct usb_xfer_queue *pq = &info->done_q; in usbd_callback_ss_done_defer()
2353 usbd_callback_wrapper(struct usb_xfer_queue *pq) in usbd_callback_wrapper()
2506 struct usb_xfer_queue *pq; in usbd_transfer_dequeue()
2524 usbd_transfer_enqueue(struct usb_xfer_queue *pq, struct usb_xfer *xfer) in usbd_transfer_enqueue()
2585 struct usb_xfer_queue *pq; in usbd_transfer_done()
2703 usbd_pipe_start(struct usb_xfer_queue *pq) in usbd_pipe_start()
3037 usb_command_wrapper(struct usb_xfer_queue *pq, struct usb_xfer *xfer) in usb_command_wrapper()
H A Dusbdi.h123 struct usb_xfer_queue { struct
126 void (*command) (struct usb_xfer_queue *pq); argument
137 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS]; argument
H A Dusb_busdma.h149 void usb_bdma_work_loop(struct usb_xfer_queue *pq);
H A Dusb_core.h134 struct usb_xfer_queue *wait_queue; /* pointer to queue that we
H A Dusb_busdma.c864 usb_bdma_work_loop(struct usb_xfer_queue *pq) in usb_bdma_work_loop()