Home
last modified time | relevance | path

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

/drivers/crypto/hisilicon/
Dqm.h151 struct dentry *qm_d; member
Dqm.c4311 struct dentry *qm_d; in hisi_qm_debug_init() local
4315 qm_d = debugfs_create_dir("qm", qm->debug.debug_root); in hisi_qm_debug_init()
4316 qm->debug.qm_d = qm_d; in hisi_qm_debug_init()
4322 qm_create_debugfs_file(qm, qm->debug.qm_d, i); in hisi_qm_debug_init()
4325 debugfs_create_file("regs", 0444, qm->debug.qm_d, qm, &qm_regs_fops); in hisi_qm_debug_init()
4327 debugfs_create_file("cmd", 0600, qm->debug.qm_d, qm, &qm_cmd_fops); in hisi_qm_debug_init()
4329 debugfs_create_file("status", 0444, qm->debug.qm_d, qm, in hisi_qm_debug_init()
4335 qm_d, in hisi_qm_debug_init()