Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/xilinx/
Dxilinx_dpdma.c348 static struct xilinx_dpdma_debugfs_request dpdma_debugfs_reqs[] = { variable
375 ret = dpdma_debugfs_reqs[testcase].read(kern_buff); in xilinx_dpdma_debugfs_read()
424 for (i = 0; i < ARRAY_SIZE(dpdma_debugfs_reqs); i++) { in xilinx_dpdma_debugfs_write()
425 if (!strcasecmp(testcase, dpdma_debugfs_reqs[i].name)) in xilinx_dpdma_debugfs_write()
429 if (i == ARRAY_SIZE(dpdma_debugfs_reqs)) { in xilinx_dpdma_debugfs_write()
434 ret = dpdma_debugfs_reqs[i].write(kern_buff); in xilinx_dpdma_debugfs_write()