Searched refs:hcd_buffer_alloc (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | buffer.c | 113 void *hcd_buffer_alloc( in hcd_buffer_alloc() function
|
H A D | usb.c | 1005 return hcd_buffer_alloc(dev->bus, size, mem_flags, dma); in usb_alloc_coherent()
|
H A D | hcd.c | 1294 vaddr = hcd_buffer_alloc(bus, size + sizeof(vaddr), in hcd_alloc_coherent()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | buffer.c | 115 void *hcd_buffer_alloc( in hcd_buffer_alloc() function
|
H A D | usb.c | 1001 return hcd_buffer_alloc(dev->bus, size, mem_flags, dma); in usb_alloc_coherent()
|
H A D | hcd.c | 1271 vaddr = hcd_buffer_alloc(bus, size + sizeof(unsigned long), in hcd_alloc_coherent()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | hcd.h | 502 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size,
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | hcd.h | 497 void *hcd_buffer_alloc(struct usb_bus *bus, size_t size,
|
Completed in 15 milliseconds