Home
last modified time | relevance | path

Searched refs:show_last_dfx_regs (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/linux/
Dhisi_acc_qm.h261 void (*show_last_dfx_regs)(struct hisi_qm *qm); member
/linux-6.12.1/drivers/crypto/hisilicon/zip/
Dzip_main.c1128 .show_last_dfx_regs = hisi_zip_show_last_dfx_regs,
/linux-6.12.1/drivers/crypto/hisilicon/sec2/
Dsec_main.c1059 .show_last_dfx_regs = sec_show_last_dfx_regs,
/linux-6.12.1/drivers/crypto/hisilicon/hpre/
Dhpre_main.c1331 .show_last_dfx_regs = hpre_show_last_dfx_regs,
/linux-6.12.1/drivers/crypto/hisilicon/
Dqm.c4424 if (qm->err_ini->show_last_dfx_regs) in qm_controller_reset()
4425 qm->err_ini->show_last_dfx_regs(qm); in qm_controller_reset()