Searched refs:new_drvdata (Results 1 – 1 of 1) sorted by relevance
268 struct cc_drvdata *new_drvdata; in init_cc_resources() local278 new_drvdata = devm_kzalloc(dev, sizeof(*new_drvdata), GFP_KERNEL); in init_cc_resources()279 if (!new_drvdata) in init_cc_resources()283 new_drvdata->hw_rev_name = hw_rev->name; in init_cc_resources()284 new_drvdata->hw_rev = hw_rev->rev; in init_cc_resources()285 new_drvdata->std_bodies = hw_rev->std_bodies; in init_cc_resources()288 new_drvdata->axim_mon_offset = CC_REG(AXIM_MON_COMP); in init_cc_resources()289 new_drvdata->sig_offset = CC_REG(HOST_SIGNATURE_712); in init_cc_resources()290 new_drvdata->ver_offset = CC_REG(HOST_VERSION_712); in init_cc_resources()292 new_drvdata->axim_mon_offset = CC_REG(AXIM_MON_COMP8); in init_cc_resources()[all …]