Searched refs:new_drvdata (Results 1 – 1 of 1) sorted by relevance
310 struct cc_drvdata *new_drvdata; in init_cc_resources() local320 new_drvdata = devm_kzalloc(dev, sizeof(*new_drvdata), GFP_KERNEL); in init_cc_resources()321 if (!new_drvdata) in init_cc_resources()325 new_drvdata->hw_rev_name = hw_rev->name; in init_cc_resources()326 new_drvdata->hw_rev = hw_rev->rev; in init_cc_resources()327 new_drvdata->std_bodies = hw_rev->std_bodies; in init_cc_resources()330 new_drvdata->axim_mon_offset = CC_REG(AXIM_MON_COMP); in init_cc_resources()331 new_drvdata->sig_offset = CC_REG(HOST_SIGNATURE_712); in init_cc_resources()332 new_drvdata->ver_offset = CC_REG(HOST_VERSION_712); in init_cc_resources()334 new_drvdata->axim_mon_offset = CC_REG(AXIM_MON_COMP8); in init_cc_resources()[all …]