Searched refs:fips_h (Results 1 – 1 of 1) sorted by relevance
56 struct cc_fips_handle *fips_h = in cc_ree_fips_failure() local58 struct cc_drvdata *drvdata = fips_h->drvdata; in cc_ree_fips_failure()69 struct cc_fips_handle *fips_h = drvdata->fips_handle; in cc_fips_fini() local71 if (drvdata->hw_rev < CC_HW_REV_712 || !fips_h) in cc_fips_fini()74 atomic_notifier_chain_unregister(&fips_fail_notif_chain, &fips_h->nb); in cc_fips_fini()77 tasklet_kill(&fips_h->tasklet); in cc_fips_fini()133 struct cc_fips_handle *fips_h; in cc_fips_init() local139 fips_h = devm_kzalloc(dev, sizeof(*fips_h), GFP_KERNEL); in cc_fips_init()140 if (!fips_h) in cc_fips_init()143 p_drvdata->fips_handle = fips_h; in cc_fips_init()[all …]