Searched refs:dpdma_debugfs_reqs (Results 1 – 1 of 1) sorted by relevance
347 static struct xilinx_dpdma_debugfs_request dpdma_debugfs_reqs[] = { variable374 ret = dpdma_debugfs_reqs[testcase].read(kern_buff); in xilinx_dpdma_debugfs_read()423 for (i = 0; i < ARRAY_SIZE(dpdma_debugfs_reqs); i++) { in xilinx_dpdma_debugfs_write()424 if (!strcasecmp(testcase, dpdma_debugfs_reqs[i].name)) in xilinx_dpdma_debugfs_write()428 if (i == ARRAY_SIZE(dpdma_debugfs_reqs)) { in xilinx_dpdma_debugfs_write()433 ret = dpdma_debugfs_reqs[i].write(kern_buff); in xilinx_dpdma_debugfs_write()
Completed in 7 milliseconds