Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dma/xilinx/
Dxilinx_dpdma.c350 static struct xilinx_dpdma_debugfs_request dpdma_debugfs_reqs[] = { variable
377 ret = dpdma_debugfs_reqs[testcase].read(kern_buff); in xilinx_dpdma_debugfs_read()
426 for (i = 0; i < ARRAY_SIZE(dpdma_debugfs_reqs); i++) { in xilinx_dpdma_debugfs_write()
427 if (!strcasecmp(testcase, dpdma_debugfs_reqs[i].name)) in xilinx_dpdma_debugfs_write()
431 if (i == ARRAY_SIZE(dpdma_debugfs_reqs)) { in xilinx_dpdma_debugfs_write()
436 ret = dpdma_debugfs_reqs[i].write(kern_buff); in xilinx_dpdma_debugfs_write()