Searched refs:hisi_qm_stop (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/crypto/hisilicon/ |
| H A D | qm.c | 1152 ret = hisi_qm_stop(qm, QM_DOWN); in qm_reset_function() 3504 int hisi_qm_stop(struct hisi_qm *qm, enum qm_stop_reason r) in hisi_qm_stop() function 3556 EXPORT_SYMBOL_GPL(hisi_qm_stop); 4465 ret = hisi_qm_stop(vf_qm, stop_reason); in qm_vf_reset_prepare() 4526 ret = hisi_qm_stop(qm, QM_SOFT_RESET); in qm_controller_reset_prepare() 4946 ret = hisi_qm_stop(qm, QM_DOWN); in hisi_qm_reset_prepare() 5053 ret = hisi_qm_stop(qm, QM_DOWN); in hisi_qm_dev_shutdown() 5093 ret = hisi_qm_stop(qm, stop_reason); in qm_pf_reset_vf_prepare() 6105 ret = hisi_qm_stop(qm, QM_NORMAL); in hisi_qm_suspend()
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_main.c | 1464 hisi_qm_stop(qm, QM_NORMAL); in sec_probe() 1486 (void)hisi_qm_stop(qm, QM_NORMAL); in sec_remove()
|