Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_debugfs.c145 struct qdf_debugfs_fops *fops; in qdf_debugfs_seq_show() local
148 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() local
267 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() argument
319 if (!name || !fops) in qdf_debugfs_create_file()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_debugfs.h103 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() argument
403 struct qdf_debugfs_fops *fops) in qdf_debugfs_create_file_simplified() argument
426 const qdf_file_ops_t fops) in qdf_debugfs_create_entry() argument