Searched refs:usb_xfer_queue (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/usb/
H A Dusb_transfer.h62 struct usb_xfer_queue dma_q;
64 struct usb_xfer_queue done_q;
128 void usb_command_wrapper(struct usb_xfer_queue *pq,
131 void usbd_pipe_start(struct usb_xfer_queue *pq);
134 void usbd_transfer_enqueue(struct usb_xfer_queue *pq,
H A Dusb_bus.h96 struct usb_xfer_queue intr_q;
H A Dusb_core.h136 struct usb_xfer_queue *wait_queue; /* pointer to queue that we
H A Dusb_busdma.h150 void usb_bdma_work_loop(struct usb_xfer_queue *pq);
H A Dusbdi.h124 struct usb_xfer_queue { struct
127 void (*command) (struct usb_xfer_queue *pq);
140 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS];
H A Dusb_transfer.c141 static void usbd_callback_wrapper(struct usb_xfer_queue *);
2078 struct usb_xfer_queue *pq;
2361 struct usb_xfer_queue *pq = &info->done_q;
2393 usbd_callback_wrapper(struct usb_xfer_queue *pq)
2550 struct usb_xfer_queue *pq;
2568 usbd_transfer_enqueue(struct usb_xfer_queue *pq, struct usb_xfer *xfer)
2626 struct usb_xfer_queue *pq;
2800 usbd_pipe_start(struct usb_xfer_queue *pq)
3147 usb_command_wrapper(struct usb_xfer_queue *pq, struct usb_xfer *xfer)
H A Dusb_busdma.c907 usb_bdma_work_loop(struct usb_xfer_queue *pq)
/freebsd-current/stand/usb/
H A Dusb_busdma_loader.c413 usb_bdma_work_loop(struct usb_xfer_queue *pq)

Completed in 128 milliseconds