Searched refs:usbd_dma_contig_alloc (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | xhci.c | 227 int usbd_dma_contig_alloc(struct usbd_bus *, struct usbd_dma_info *, 232 usbd_dma_contig_alloc(struct usbd_bus *bus, struct usbd_dma_info *dma, in usbd_dma_contig_alloc() function 350 error = usbd_dma_contig_alloc(&sc->sc_bus, &sc->sc_dcbaa.dma, in xhci_init() 377 error = usbd_dma_contig_alloc(&sc->sc_bus, &sc->sc_erst.dma, in xhci_init() 1758 error = usbd_dma_contig_alloc(&sc->sc_bus, &sc->sc_spad.table_dma, in xhci_scratchpad_alloc() 1765 error = usbd_dma_contig_alloc(&sc->sc_bus, &sc->sc_spad.pages_dma, in xhci_scratchpad_alloc() 1812 error = usbd_dma_contig_alloc(&sc->sc_bus, &ring->dma, in xhci_ring_alloc() 2210 error = usbd_dma_contig_alloc(&sc->sc_bus, &sdev->ictx_dma, in xhci_softdev_alloc() 2225 error = usbd_dma_contig_alloc(&sc->sc_bus, &sdev->octx_dma, NULL, in xhci_softdev_alloc()
|