Searched refs:proc_dma_show (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/kernel/ |
H A D | dma.c | 117 static int proc_dma_show(struct seq_file *m, void *v) proc_dma_show() function 130 static int proc_dma_show(struct seq_file *m, void *v) proc_dma_show() function 139 return single_open(file, proc_dma_show, NULL); proc_dma_open()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | dma.c | 267 static int proc_dma_show(struct seq_file *m, void *v) proc_dma_show() function 281 return single_open(file, proc_dma_show, NULL); proc_dma_open()
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | bfin_dma.c | 68 static int proc_dma_show(struct seq_file *m, void *v) proc_dma_show() function 81 return single_open(file, proc_dma_show, NULL); proc_dma_open()
|
Completed in 87 milliseconds