Home
last modified time | relevance | path

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

/openbmc/linux/include/ufs/
H A Dufshcd.h482 struct ufs_stats { struct
1003 struct ufs_stats ufs_stats; member
/openbmc/linux/drivers/ufs/core/
H A Dufs-debugfs.c37 struct ufs_event_hist *e = hba->ufs_stats.event; in ufs_debugfs_stats_show()
H A Dufshcd.c480 e = &hba->ufs_stats.event[id]; in ufshcd_print_evt()
618 div_u64(hba->ufs_stats.last_hibern8_exit_tstamp, 1000), in ufshcd_print_host_state()
619 hba->ufs_stats.hibern8_exit_cnt); in ufshcd_print_host_state()
621 div_u64(hba->ufs_stats.last_intr_ts, 1000), in ufshcd_print_host_state()
622 hba->ufs_stats.last_intr_status); in ufshcd_print_host_state()
4320 hba->ufs_stats.hibern8_exit_cnt++; in ufshcd_uic_hibern8_exit()
4829 e = &hba->ufs_stats.event[id]; in ufshcd_update_evt_hist()
6880 hba->ufs_stats.last_intr_status = intr_status; in ufshcd_intr()
6881 hba->ufs_stats.last_intr_ts = local_clock(); in ufshcd_intr()
6905 hba->ufs_stats.last_intr_status, in ufshcd_intr()
[all …]