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