Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/
H A Dusb_transfer.h63 struct usb_xfer_queue dma_q;
65 struct usb_xfer_queue done_q;
129 void usb_command_wrapper(struct usb_xfer_queue *pq,
132 void usbd_pipe_start(struct usb_xfer_queue *pq);
135 void usbd_transfer_enqueue(struct usb_xfer_queue *pq,
H A Dusb_bus.h97 struct usb_xfer_queue intr_q;
H A Dusb_busdma.h155 void usb_bdma_work_loop(struct usb_xfer_queue *pq);
H A Dusbdi.h126 struct usb_xfer_queue { struct
129 void (*command) (struct usb_xfer_queue *pq); argument
142 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS]; argument
H A Dusb_core.h137 struct usb_xfer_queue *wait_queue; /* pointer to queue that we
H A Dusb_transfer.c142 static void usbd_callback_wrapper(struct usb_xfer_queue *);
2079 struct usb_xfer_queue *pq; in usbd_transfer_pending()
2362 struct usb_xfer_queue *pq = &info->done_q; in usbd_callback_ss_done_defer()
2394 usbd_callback_wrapper(struct usb_xfer_queue *pq) in usbd_callback_wrapper()
2551 struct usb_xfer_queue *pq; in usbd_transfer_dequeue()
2569 usbd_transfer_enqueue(struct usb_xfer_queue *pq, struct usb_xfer *xfer) in usbd_transfer_enqueue()
2627 struct usb_xfer_queue *pq; in usbd_transfer_done()
2748 usbd_pipe_start(struct usb_xfer_queue *pq) in usbd_pipe_start()
3095 usb_command_wrapper(struct usb_xfer_queue *pq, struct usb_xfer *xfer) in usb_command_wrapper()
H A Dusb_busdma.c908 usb_bdma_work_loop(struct usb_xfer_queue *pq) in usb_bdma_work_loop()
/freebsd-13.1/stand/usb/
H A Dusb_busdma_loader.c414 usb_bdma_work_loop(struct usb_xfer_queue *pq) in usb_bdma_work_loop()