Home
last modified time | relevance | path

Searched refs:usb_alloc_noncoherent (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/core/
H A Dusb.c1056 void *usb_alloc_noncoherent(struct usb_device *dev, size_t size, in usb_alloc_noncoherent() function
1085 EXPORT_SYMBOL_GPL(usb_alloc_noncoherent);
/linux/include/linux/
H A Dusb.h1853 void *usb_alloc_noncoherent(struct usb_device *dev, size_t size,
/linux/drivers/media/usb/uvc/
H A Duvc_video.c1778 uvc_urb->buffer = usb_alloc_noncoherent(udev, size, gfp_flags, in uvc_alloc_urb_buffer()