Searched refs:_fd_dma_mem_free (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | floppy.h | 150 static void _fd_dma_mem_free(unsigned long addr, unsigned long size) in _fd_dma_mem_free() function 154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size)
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | floppy.h | 150 static void _fd_dma_mem_free(unsigned long addr, unsigned long size) in _fd_dma_mem_free() function 154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size)
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | floppy.h | 168 static void _fd_dma_mem_free(unsigned long addr, unsigned long size) in _fd_dma_mem_free() function 176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size)
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | floppy.h | 168 static void _fd_dma_mem_free(unsigned long addr, unsigned long size) in _fd_dma_mem_free() function 176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | floppy.h | 169 static void _fd_dma_mem_free(unsigned long addr, unsigned long size) in _fd_dma_mem_free() function 177 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size)
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | floppy.h | 168 static void _fd_dma_mem_free(unsigned long addr, unsigned long size) in _fd_dma_mem_free() function 176 #define fd_dma_mem_free(addr, size) _fd_dma_mem_free(addr, size)
|
Completed in 5 milliseconds