Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhisi_acc_qm.h273 bool (*dev_is_abnormal)(struct hisi_qm *qm); member
/linux-6.15/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c1143 .dev_is_abnormal = sec_dev_is_abnormal,
/linux-6.15/drivers/crypto/hisilicon/zip/
H A Dzip_main.c1234 .dev_is_abnormal = hisi_zip_dev_is_abnormal,
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c1441 .dev_is_abnormal = hpre_dev_is_abnormal,
/linux-6.15/drivers/crypto/hisilicon/
H A Dqm.c526 if (pf_qm->err_ini->dev_is_abnormal) in qm_check_dev_error()
527 return pf_qm->err_ini->dev_is_abnormal(pf_qm); in qm_check_dev_error()