Home
last modified time | relevance | path

Searched refs:new_drvdata (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_driver.c268 struct cc_drvdata *new_drvdata; in init_cc_resources() local
278 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 in init_cc_resources()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_driver.c309 struct cc_drvdata *new_drvdata; in init_cc_resources() local
319 new_drvdata = devm_kzalloc(dev, sizeof(*new_drvdata), GFP_KERNEL); in init_cc_resources()
320 if (!new_drvdata) in init_cc_resources()
324 new_drvdata->hw_rev_name = hw_rev->name; in init_cc_resources()
325 new_drvdata->hw_rev = hw_rev->rev; in init_cc_resources()
326 new_drvdata->std_bodies = hw_rev->std_bodies; in init_cc_resources()
329 new_drvdata->axim_mon_offset = CC_REG(AXIM_MON_COMP); in init_cc_resources()
330 new_drvdata->sig_offset = CC_REG(HOST_SIGNATURE_712); in init_cc_resources()
331 new_drvdata in init_cc_resources()
[all...]

Completed in 2 milliseconds