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/
H A Dusb_controller.h64 void (*get_dma_delay) (struct usb_device *, uint32_t *); member
H A 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/
H A Dxhci.c4284 .get_dma_delay = xhci_get_dma_delay,
H A Dehci.c3909 .get_dma_delay = ehci_get_dma_delay,

Completed in 12 milliseconds