Loading drivers/scsi/ufs/ufshcd.h +3 −0 Original line number Diff line number Diff line Loading @@ -375,6 +375,9 @@ struct ufs_hba { */ #define UFSHCD_QUIRK_BROKEN_PWR_MODE_CHANGE (1 << 5) /* runtime pm or system suspend/resume is broken */ #define UFSHCD_QUIRK_BROKEN_SUSPEND (1 << 6) wait_queue_head_t tm_wq; wait_queue_head_t tm_tag_wq; unsigned long tm_condition; Loading Loading
drivers/scsi/ufs/ufshcd.h +3 −0 Original line number Diff line number Diff line Loading @@ -375,6 +375,9 @@ struct ufs_hba { */ #define UFSHCD_QUIRK_BROKEN_PWR_MODE_CHANGE (1 << 5) /* runtime pm or system suspend/resume is broken */ #define UFSHCD_QUIRK_BROKEN_SUSPEND (1 << 6) wait_queue_head_t tm_wq; wait_queue_head_t tm_tag_wq; unsigned long tm_condition; Loading