Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/
Dqm.c1522 struct dentry *qm_d = qm->debug.qm_d; in qm_create_debugfs_file() local
1525 debugfs_create_file(qm_debug_file_name[index], 0600, qm_d, file, in qm_create_debugfs_file()
2812 struct dentry *qm_d; in hisi_qm_debug_init() local
2816 qm_d = debugfs_create_dir("qm", qm->debug.debug_root); in hisi_qm_debug_init()
2817 qm->debug.qm_d = qm_d; in hisi_qm_debug_init()
2827 debugfs_create_file("regs", 0444, qm->debug.qm_d, qm, &qm_regs_fops); in hisi_qm_debug_init()
2829 debugfs_create_file("cmd", 0444, qm->debug.qm_d, qm, &qm_cmd_fops); in hisi_qm_debug_init()
2831 debugfs_create_file("status", 0444, qm->debug.qm_d, qm, in hisi_qm_debug_init()
2837 qm_d, in hisi_qm_debug_init()
2845 debugfs_remove_recursive(qm_d); in hisi_qm_debug_init()
Dqm.h146 struct dentry *qm_d; member