Home
last modified time | relevance | path

Searched refs:smpro_errmon (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/misc/
H A Dsmpro-errmon.c190 struct smpro_errmon { struct
214 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_event_data_read() argument
231 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_overflow_data_read()
249 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_error_data_read()
299 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_internal_err_read()
362 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_internal_warn_read()
478 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_dimm_syndrome_read()
574 ATTRIBUTE_GROUPS(smpro_errmon);
578 struct smpro_errmon *errmon; in smpro_errmon_probe()
580 errmon = devm_kzalloc(&pdev->dev, sizeof(struct smpro_errmon), GFP_KERNEL); in smpro_errmon_probe()