Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_controller.h64 void (*get_dma_delay) (struct usb_device *, uint32_t *); member
H A Dusb_transfer.c194 if (mtod->get_dma_delay) { in usbd_get_dma_delay()
195 (mtod->get_dma_delay) (udev, &temp); in usbd_get_dma_delay()
/freebsd/sys/dev/usb/controller/
H A Dohci.c2679 .get_dma_delay = ohci_get_dma_delay,
H A Duhci.c3152 .get_dma_delay = uhci_get_dma_delay,
H A Dmusb_otg.c4178 .get_dma_delay = &musbotg_get_dma_delay,
H A Dehci.c3854 .get_dma_delay = ehci_get_dma_delay,
H A Dxhci.c4394 .get_dma_delay = xhci_get_dma_delay,
H A Ddwc_otg.c4967 .get_dma_delay = &dwc_otg_get_dma_delay,