Home
last modified time | relevance | path

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

/arch/sh/drivers/dma/
Ddma-api.c347 static const struct file_operations dma_proc_fops = { variable
426 return proc_create("dma", 0, NULL, &dma_proc_fops) ? 0 : -ENOMEM; in dma_api_init()