Searched refs:dpdma_debugfs_reqs (Results 1 – 1 of 1) sorted by relevance
279 /* Match xilinx_dpdma_testcases vs dpdma_debugfs_reqs[] entry */348 /* Match xilinx_dpdma_testcases vs dpdma_debugfs_reqs[] entry */349 static struct xilinx_dpdma_debugfs_request dpdma_debugfs_reqs[] = { variable 376 ret = dpdma_debugfs_reqs[testcase].read(kern_buff); in xilinx_dpdma_debugfs_read() 425 for (i = 0; i < ARRAY_SIZE(dpdma_debugfs_reqs); i++) { in xilinx_dpdma_debugfs_write() 426 if (!strcasecmp(testcase, dpdma_debugfs_reqs[i].name)) in xilinx_dpdma_debugfs_write() 430 if (i == ARRAY_SIZE(dpdma_debugfs_reqs)) { in xilinx_dpdma_debugfs_write() 435 ret = dpdma_debugfs_reqs[i].write(kern_buff); in xilinx_dpdma_debugfs_write()