Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/drivers/dma/
Ddma-api.c309 static int dma_proc_show(struct seq_file *m, void *v) in dma_proc_show() function
411 return proc_create_single("dma", 0, NULL, dma_proc_show) ? 0 : -ENOMEM; in dma_api_init()