Home
last modified time | relevance | path

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

/linux/drivers/usb/chipidea/
A Dhost.c404 size_t kmalloc_size; in ci_hdrc_alloc_dma_aligned_buffer() local
411 kmalloc_size = urb->transfer_buffer_length + in ci_hdrc_alloc_dma_aligned_buffer()
415 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in ci_hdrc_alloc_dma_aligned_buffer()
/linux/drivers/usb/musb/
A Dmusb_host.c2582 size_t kmalloc_size; in musb_alloc_temp_buffer() local
2592 kmalloc_size = urb->transfer_buffer_length + in musb_alloc_temp_buffer()
2595 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in musb_alloc_temp_buffer()
/linux/drivers/usb/dwc2/
A Dhcd.c2500 size_t kmalloc_size; in dwc2_alloc_dma_aligned_buffer() local
2512 kmalloc_size = urb->transfer_buffer_length + in dwc2_alloc_dma_aligned_buffer()
2516 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in dwc2_alloc_dma_aligned_buffer()

Completed in 18 milliseconds