Lines Matching refs:file
154 static void wbuff_debugfs_print(qdf_debugfs_file_t file, const char *fmt, ...) in wbuff_debugfs_print() argument
159 seq_vprintf(file, fmt, args); in wbuff_debugfs_print()
163 static int wbuff_stats_debugfs_show(qdf_debugfs_file_t file, void *data) in wbuff_stats_debugfs_show() argument
169 wbuff_debugfs_print(file, "WBUFF POOL STATS:\n"); in wbuff_stats_debugfs_show()
170 wbuff_debugfs_print(file, "=================\n"); in wbuff_stats_debugfs_show()
178 wbuff_debugfs_print(file, "Module (%d) : %s\n", i, in wbuff_stats_debugfs_show()
181 wbuff_debugfs_print(file, "%s %25s %20s %20s\n", "Pool ID", in wbuff_stats_debugfs_show()
192 wbuff_debugfs_print(file, "%d %30llu %20llu %20llu\n", in wbuff_stats_debugfs_show()
197 wbuff_debugfs_print(file, "\n"); in wbuff_stats_debugfs_show()
203 static int wbuff_stats_debugfs_open(struct inode *inode, struct file *file) in wbuff_stats_debugfs_open() argument
205 return single_open(file, wbuff_stats_debugfs_show, in wbuff_stats_debugfs_open()