Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/
H A Dusb_transfer.h168 struct usb_xfer_queue dma_q;
170 struct usb_xfer_queue done_q;
234 void usb_command_wrapper(struct usb_xfer_queue *pq,
237 void usbd_pipe_start(struct usb_xfer_queue *pq);
240 void usbd_transfer_enqueue(struct usb_xfer_queue *pq,
H A Dusb_bus.h106 struct usb_xfer_queue intr_q;
H A Dusbdi.h127 struct usb_xfer_queue { struct
130 void (*command) (struct usb_xfer_queue *pq); argument
143 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS]; argument
H A Dusb_busdma.h155 void usb_bdma_work_loop(struct usb_xfer_queue *pq);
H A Dusb_transfer.c144 static void usbd_callback_wrapper(struct usb_xfer_queue *);
2030 struct usb_xfer_queue *pq; in usbd_transfer_pending()
2314 struct usb_xfer_queue *pq = &info->done_q; in usbd_callback_ss_done_defer()
2347 usbd_callback_wrapper(struct usb_xfer_queue *pq) in usbd_callback_wrapper()
2505 struct usb_xfer_queue *pq; in usbd_transfer_dequeue()
2523 usbd_transfer_enqueue(struct usb_xfer_queue *pq, struct usb_xfer *xfer) in usbd_transfer_enqueue()
2581 struct usb_xfer_queue *pq; in usbd_transfer_done()
2699 usbd_pipe_start(struct usb_xfer_queue *pq) in usbd_pipe_start()
3049 usb_command_wrapper(struct usb_xfer_queue *pq, struct usb_xfer *xfer) in usb_command_wrapper()
H A Dusb_core.h138 struct usb_xfer_queue *wait_queue; /* pointer to queue that we
H A Dusb_busdma.c913 usb_bdma_work_loop(struct usb_xfer_queue *pq) in usb_bdma_work_loop()
/freebsd-12.1/stand/usb/
H A Dusb_busdma_loader.c414 usb_bdma_work_loop(struct usb_xfer_queue *pq) in usb_bdma_work_loop()