Searched refs:hisi_qm_stop (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/include/linux/ |
D | hisi_acc_qm.h | 461 int hisi_qm_stop(struct hisi_qm *qm, enum qm_stop_reason r);
|
/Linux-v6.1/drivers/crypto/hisilicon/sec2/ |
D | sec_main.c | 1269 hisi_qm_stop(qm, QM_NORMAL); in sec_probe() 1292 (void)hisi_qm_stop(qm, QM_NORMAL); in sec_remove()
|
/Linux-v6.1/drivers/crypto/hisilicon/zip/ |
D | zip_main.c | 1260 hisi_qm_stop(qm, QM_NORMAL); in hisi_zip_probe() 1284 hisi_qm_stop(qm, QM_NORMAL); in hisi_zip_remove()
|
/Linux-v6.1/drivers/crypto/hisilicon/ |
D | qm.c | 1126 ret = hisi_qm_stop(qm, QM_FLR); in qm_reset_function() 4092 int hisi_qm_stop(struct hisi_qm *qm, enum qm_stop_reason r) in hisi_qm_stop() function 4133 EXPORT_SYMBOL_GPL(hisi_qm_stop); 5095 ret = hisi_qm_stop(vf_qm, stop_reason); in qm_vf_reset_prepare() 5148 ret = hisi_qm_stop(qm, QM_SOFT_RESET); in qm_controller_reset_prepare() 5556 ret = hisi_qm_stop(qm, QM_FLR); in hisi_qm_reset_prepare() 5655 ret = hisi_qm_stop(qm, QM_NORMAL); in hisi_qm_dev_shutdown() 5695 ret = hisi_qm_stop(qm, stop_reason); in qm_pf_reset_vf_prepare() 6599 ret = hisi_qm_stop(qm, QM_NORMAL); in hisi_qm_suspend()
|
/Linux-v6.1/drivers/crypto/hisilicon/hpre/ |
D | hpre_main.c | 1425 hisi_qm_stop(qm, QM_NORMAL); in hpre_probe() 1454 hisi_qm_stop(qm, QM_NORMAL); in hpre_remove()
|