Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufshcd-priv.h32 void ufs_hwmon_notify_event(struct ufs_hba *hba, u8 ee_mask);
36 static inline void ufs_hwmon_notify_event(struct ufs_hba *hba, u8 ee_mask) {} in ufs_hwmon_notify_event() function
Dufs-hwmon.c201 void ufs_hwmon_notify_event(struct ufs_hba *hba, u8 ee_mask) in ufs_hwmon_notify_event() function
Dufshcd.c5734 ufs_hwmon_notify_event(hba, status & MASK_EE_URGENT_TEMP); in ufshcd_temp_exception_event_handler()