Searched refs:fips_h (Results 1 – 1 of 1) sorted by relevance
45 struct cc_fips_handle *fips_h = drvdata->fips_handle; in cc_fips_fini() local47 if (drvdata->hw_rev < CC_HW_REV_712 || !fips_h) in cc_fips_fini()51 tasklet_kill(&fips_h->tasklet); in cc_fips_fini()53 kfree(fips_h); in cc_fips_fini()101 struct cc_fips_handle *fips_h; in cc_fips_init() local107 fips_h = kzalloc(sizeof(*fips_h), GFP_KERNEL); in cc_fips_init()108 if (!fips_h) in cc_fips_init()111 p_drvdata->fips_handle = fips_h; in cc_fips_init()114 tasklet_init(&fips_h->tasklet, fips_dsr, (unsigned long)p_drvdata); in cc_fips_init()