Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c681 ufshcd_update_evt_hist(hba, UFS_EVT_DEV_RESET, err); in ufshcd_device_reset()
4854 void ufshcd_update_evt_hist(struct ufs_hba *hba, u32 id, u32 val) in ufshcd_update_evt_hist() function
4869 EXPORT_SYMBOL_GPL(ufshcd_update_evt_hist);
4898 ufshcd_update_evt_hist(hba, in ufshcd_link_startup()
4912 ufshcd_update_evt_hist(hba, in ufshcd_link_startup()
4921 ufshcd_update_evt_hist(hba, in ufshcd_link_startup()
6650 ufshcd_update_evt_hist(hba, UFS_EVT_PA_ERR, reg); in ufshcd_update_uic_error()
6680 ufshcd_update_evt_hist(hba, UFS_EVT_DL_ERR, reg); in ufshcd_update_uic_error()
6699 ufshcd_update_evt_hist(hba, UFS_EVT_NL_ERR, reg); in ufshcd_update_uic_error()
6707 ufshcd_update_evt_hist(hba, UFS_EVT_TL_ERR, reg); in ufshcd_update_uic_error()
[all …]
/openbmc/linux/include/ufs/
H A Dufshcd.h1248 void ufshcd_update_evt_hist(struct ufs_hba *hba, u32 id, u32 val);