Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/arm/
H A Dmalidp_drv.c474 static void malidp_error_stats_init(struct malidp_error_stats *error_stats) in malidp_error_stats_init() argument
476 error_stats->num_errors = 0; in malidp_error_stats_init()
477 error_stats->last_error_status = 0; in malidp_error_stats_init()
478 error_stats->last_error_vblank = -1; in malidp_error_stats_init()
482 struct malidp_error_stats *error_stats, u32 status, in malidp_error() argument
488 error_stats->last_error_status = status; in malidp_error()
489 error_stats->last_error_vblank = vblank; in malidp_error()
490 error_stats->num_errors++; in malidp_error()
495 struct malidp_error_stats error_stats, in malidp_error_stats_dump() argument
499 error_stats.num_errors); in malidp_error_stats_dump()
[all …]
H A Dmalidp_drv.h100 struct malidp_error_stats *error_stats, u32 status,
/linux/fs/btrfs/
H A Dsysfs.c2100 BTRFS_ATTR(devid, error_stats, btrfs_devinfo_error_stats_show);
2108 BTRFS_ATTR_PTR(devid, error_stats),