Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufs-debugfs.h15 void ufs_debugfs_exception_event(struct ufs_hba *hba, u16 status);
21 static inline void ufs_debugfs_exception_event(struct ufs_hba *hba, u16 status) {} in ufs_debugfs_exception_event() function
Dufs-debugfs.c104 void ufs_debugfs_exception_event(struct ufs_hba *hba, u16 status) in ufs_debugfs_exception_event() function
Dufshcd.c5965 ufs_debugfs_exception_event(hba, status); in ufshcd_exception_event_handler()