Home
last modified time | relevance | path

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

/freebsd/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 Dusbdi.h125 struct usb_xfer_queue { struct
128 void (*command) (struct usb_xfer_queue *pq); argument
141 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS]; argument
H A Dusb_busdma.h150 void usb_bdma_work_loop(struct usb_xfer_queue *pq);
H A Dusb_transfer.c141 static void usbd_callback_wrapper(struct usb_xfer_queue *);
2078 struct usb_xfer_queue *pq; in usbd_transfer_pending()
2361 struct usb_xfer_queue *pq = &info->done_q; in usbd_callback_ss_done_defer()
2393 usbd_callback_wrapper(struct usb_xfer_queue *pq) in usbd_callback_wrapper()
2550 struct usb_xfer_queue *pq; in usbd_transfer_dequeue()
2568 usbd_transfer_enqueue(struct usb_xfer_queue *pq, struct usb_xfer *xfer) in usbd_transfer_enqueue()
2626 struct usb_xfer_queue *pq; in usbd_transfer_done()
2800 usbd_pipe_start(struct usb_xfer_queue *pq) in usbd_pipe_start()
3147 usb_command_wrapper(struct usb_xfer_queue *pq, struct usb_xfer *xfer) in usb_command_wrapper()
H A Dusb_core.h136 struct usb_xfer_queue *wait_queue; /* pointer to queue that we
H A Dusb_busdma.c907 usb_bdma_work_loop(struct usb_xfer_queue *pq) in usb_bdma_work_loop()
/freebsd/stand/usb/
H A Dusb_busdma_loader.c413 usb_bdma_work_loop(struct usb_xfer_queue *pq) in usb_bdma_work_loop()