Searched refs:errmon (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | smpro-errmon.c | 215 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_event_data_read() local 219 ret = regmap_read(errmon->regmap, smpro_event_table[channel], &event_data); in smpro_event_data_read() 224 regmap_write(errmon->regmap, smpro_event_table[channel], event_data); in smpro_event_data_read() 232 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_overflow_data_read() local 239 ret = regmap_read(errmon->regmap, err_info->count, &err_count); in smpro_overflow_data_read() 250 struct smpro_errmon *errmon = dev_get_drvdata(dev); in smpro_error_data_read() local 258 ret = regmap_read(errmon->regmap, err_info->count, &err_count); in smpro_error_data_read() 264 ret = regmap_read(errmon->regmap, err_info->len, &err_length); in smpro_error_data_read() 272 ret = regmap_noinc_read(errmon->regmap, err_info->data, err_data, err_length); in smpro_error_data_read() 277 ret = regmap_write(errmon in smpro_error_data_read() 300 struct smpro_errmon *errmon = dev_get_drvdata(dev); smpro_internal_err_read() local 363 struct smpro_errmon *errmon = dev_get_drvdata(dev); smpro_internal_warn_read() local 479 struct smpro_errmon *errmon = dev_get_drvdata(dev); smpro_dimm_syndrome_read() local 579 struct smpro_errmon *errmon; smpro_errmon_probe() local [all...] |
Completed in 1 milliseconds