Searched refs:fops (Results 1 – 2 of 2) sorted by relevance
145 struct qdf_debugfs_fops *fops; in qdf_debugfs_seq_show() local148 fops = seq->private; in qdf_debugfs_seq_show()150 if (fops && fops->show) { in qdf_debugfs_seq_show()151 status = fops->show(seq, fops->priv); in qdf_debugfs_seq_show()258 struct qdf_debugfs_fops *fops; in qdf_seq_write() local267 fops = seq->private; in qdf_seq_write()268 if (fops && fops->write) { in qdf_seq_write()273 fops->write(fops->priv, buf, len + 1); in qdf_seq_write()314 struct qdf_debugfs_fops *fops) in qdf_debugfs_create_file() argument319 if (!name || !fops) in qdf_debugfs_create_file()[all …]
103 struct qdf_debugfs_fops *fops);265 struct qdf_debugfs_fops *fops);310 const qdf_file_ops_t fops);329 struct qdf_debugfs_fops *fops) in qdf_debugfs_create_file() argument403 struct qdf_debugfs_fops *fops) in qdf_debugfs_create_file_simplified() argument426 const qdf_file_ops_t fops) in qdf_debugfs_create_entry() argument