Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhisi_acc_qm.h282 bool (*dev_is_abnormal)(struct hisi_qm *qm); member
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c1244 .dev_is_abnormal = sec_dev_is_abnormal,
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_main.c1347 .dev_is_abnormal = hisi_zip_dev_is_abnormal,
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1524 .dev_is_abnormal = hpre_dev_is_abnormal,
/linux/drivers/crypto/hisilicon/
H A Dqm.c530 if (pf_qm->err_ini->dev_is_abnormal) in qm_check_dev_error()
531 return pf_qm->err_ini->dev_is_abnormal(pf_qm); in qm_check_dev_error()