Lines Matching refs:error_stats
352 static void malidp_error_stats_init(struct malidp_error_stats *error_stats) in malidp_error_stats_init() argument
354 error_stats->num_errors = 0; in malidp_error_stats_init()
355 error_stats->last_error_status = 0; in malidp_error_stats_init()
356 error_stats->last_error_vblank = -1; in malidp_error_stats_init()
360 struct malidp_error_stats *error_stats, u32 status, in malidp_error() argument
366 error_stats->last_error_status = status; in malidp_error()
367 error_stats->last_error_vblank = vblank; in malidp_error()
368 error_stats->num_errors++; in malidp_error()
373 struct malidp_error_stats error_stats, in malidp_error_stats_dump() argument
377 error_stats.num_errors); in malidp_error_stats_dump()
379 error_stats.last_error_status); in malidp_error_stats_dump()
381 error_stats.last_error_vblank); in malidp_error_stats_dump()