Searched refs:acc_device (Results 1 – 3 of 3) sorted by relevance
59 static SLIST_HEAD(, acc_device) sec_list = SLIST_HEAD_INITIALIZER(sec_list);63 struct acc_device *sec_dev = NULL; in sec_create_qp()64 struct acc_device *cur_dev = NULL; in sec_create_qp()98 static enum hisi_drv_status sec_engine_init(struct acc_device *sec_dev) in sec_engine_init()184 static enum hisi_drv_status sec_qm_init(struct acc_device *sec_dev) in sec_qm_init()210 static struct acc_device *sec_alloc(void) in sec_alloc()212 struct acc_device *sec_dev = NULL; in sec_alloc()228 static void sec_free(struct acc_device *sec_dev) in sec_free()237 struct acc_device *sec_dev = NULL; in sec_probe()
54 static SLIST_HEAD(, acc_device) hpre_list = SLIST_HEAD_INITIALIZER(hpre_list);58 struct acc_device *hpre_dev = NULL; in hpre_create_qp()59 struct acc_device *cur_dev = NULL; in hpre_create_qp()167 static TEE_Result hpre_engine_init(struct acc_device *hpre_dev) in hpre_engine_init()240 static enum hisi_drv_status hpre_qm_init(struct acc_device *hpre_dev) in hpre_qm_init()270 static struct acc_device *hpre_pre_init(void) in hpre_pre_init()272 struct acc_device *hpre_dev = NULL; in hpre_pre_init()291 struct acc_device *hpre_dev = NULL; in hpre_probe()
197 struct acc_device { struct204 SLIST_ENTRY(acc_device) link; argument