Searched defs:usb_alloc_coherent (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/core/
H A Dusb.c694 * usb_alloc_coherent - allocate dma-consistent buffer for URB_NO_xxx_DMA_MAP
716 void *usb_alloc_coherent(struct usb_device *dev, size_t size, gfp_t mem_flags, function
723 EXPORT_SYMBOL_GPL(usb_alloc_coherent); variable
726 * usb_free_coherent - free memory allocated with usb_alloc_coherent()
733 * been allocated using usb_alloc_coherent(), and the parameters must match

Completed in 53 milliseconds