Home
last modified time | relevance | path

Searched refs:get_dma_delay (Results 1 – 4 of 4) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_controller.h64 void (*get_dma_delay) (struct usb_device *, uint32_t *); member
Dusb_transfer.c160 if (mtod->get_dma_delay) { in usbd_get_dma_delay()
161 (mtod->get_dma_delay) (udev, &temp); in usbd_get_dma_delay()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c3909 .get_dma_delay = ehci_get_dma_delay,
Dxhci.c4284 .get_dma_delay = xhci_get_dma_delay,