Searched refs:exception_id (Results 1 – 3 of 3) sorted by relevance
591 u64 exception_id; in device_lvl_exception_id_show() local595 err = ufshcd_read_device_lvl_exception_id(hba, &exception_id); in device_lvl_exception_id_show()601 hba->dev_lvl_exception_id = exception_id; in device_lvl_exception_id_show()602 return sysfs_emit(buf, "%llu\n", exception_id); in device_lvl_exception_id_show()
97 int ufshcd_read_device_lvl_exception_id(struct ufs_hba *hba, u64 *exception_id);
6072 int ufshcd_read_device_lvl_exception_id(struct ufs_hba *hba, u64 *exception_id) in ufshcd_read_device_lvl_exception_id() argument6100 *exception_id = get_unaligned_be64(&upiu_resp->osf3); in ufshcd_read_device_lvl_exception_id()