Searched defs:sec_dev (Results 1 – 7 of 7) sorted by relevance
178 struct sec_dev { struct179 struct hisi_qm qm;180 struct sec_debug debug;181 u32 ctx_q_num;182 bool iommu_used;183 unsigned long status;
1020 static int crypto4xx_register_alg(struct crypto4xx_device *sec_dev, in crypto4xx_register_alg()1059 static void crypto4xx_unregister_alg(struct crypto4xx_device *sec_dev) in crypto4xx_unregister_alg()
1006 static int crypto4xx_register_alg(struct crypto4xx_device *sec_dev, in crypto4xx_register_alg()1049 static void crypto4xx_unregister_alg(struct crypto4xx_device *sec_dev) in crypto4xx_unregister_alg()
3629 struct em28xx *sec_dev = kmemdup(dev, sizeof(*sec_dev), GFP_KERNEL); in em28xx_duplicate_dev() local
3569 struct em28xx *sec_dev = kzalloc(sizeof(*sec_dev), GFP_KERNEL); in em28xx_duplicate_dev() local
754 struct sec_dev_info *sec_dev = NULL; in sec_device_get() local