Searched refs:edev_ctl (Results 1 – 1 of 1) sorted by relevance
338 struct edac_device_ctl_info *edev_ctl; in qcom_llcc_edac_probe() local353 if (!edev_ctl) in qcom_llcc_edac_probe()356 edev_ctl->dev = dev; in qcom_llcc_edac_probe()357 edev_ctl->mod_name = dev_name(dev); in qcom_llcc_edac_probe()358 edev_ctl->dev_name = dev_name(dev); in qcom_llcc_edac_probe()359 edev_ctl->ctl_name = "llcc"; in qcom_llcc_edac_probe()361 edev_ctl->pvt_info = llcc_driv_data; in qcom_llcc_edac_probe()363 rc = edac_device_add_device(edev_ctl); in qcom_llcc_edac_probe()367 platform_set_drvdata(pdev, edev_ctl); in qcom_llcc_edac_probe()385 edac_device_free_ctl_info(edev_ctl); in qcom_llcc_edac_probe()[all …]
Completed in 4 milliseconds