Home
last modified time | relevance | path

Searched refs:b_lu_write_protect (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd.c4639 * ufshcd_get_lu_wp - returns the "b_lu_write_protect" from UNIT DESCRIPTOR
4642 * @b_lu_write_protect: pointer to buffer to hold the LU's write protect info
4644 * Returns 0 in case of success and b_lu_write_protect status would be returned
4645 * @b_lu_write_protect parameter.
4646 * Returns -ENOTSUPP if reading b_lu_write_protect is not supported.
4651 u8 *b_lu_write_protect) in ufshcd_get_lu_wp()
4655 if (!b_lu_write_protect) in ufshcd_get_lu_wp()
4668 b_lu_write_protect, in ufshcd_get_lu_wp()
4669 sizeof(*b_lu_write_protect)); in ufshcd_get_lu_wp()
4685 u8 b_lu_write_protect; in ufshcd_get_lu_power_on_wp_status() local
4649 ufshcd_get_lu_wp(struct ufs_hba *hba, u8 lun, u8 *b_lu_write_protect) ufshcd_get_lu_wp() argument
[all...]

Completed in 14 milliseconds