Searched refs:UFS_FLAG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufs-sysfs.c | 639 #define UFS_FLAG(_name, _uname) \ macro 659 UFS_FLAG(device_init, _FDEVICEINIT); 660 UFS_FLAG(permanent_wpe, _PERMANENT_WPE); 661 UFS_FLAG(power_on_wpe, _PWR_ON_WPE); 662 UFS_FLAG(bkops_enable, _BKOPS_EN); 663 UFS_FLAG(life_span_mode_enable, _LIFE_SPAN_MODE_ENABLE); 664 UFS_FLAG(phy_resource_removal, _FPHYRESOURCEREMOVAL); 665 UFS_FLAG(busy_rtc, _BUSY_RTC); 666 UFS_FLAG(disable_fw_update, _PERMANENTLY_DISABLE_FW_UPDATE); 667 UFS_FLAG(wb_enabl [all...] |
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 1081 #define UFS_FLAG(_name, _uname) \ macro 1112 UFS_FLAG(device_init, _FDEVICEINIT); 1113 UFS_FLAG(permanent_wpe, _PERMANENT_WPE); 1114 UFS_FLAG(power_on_wpe, _PWR_ON_WPE); 1115 UFS_FLAG(bkops_enable, _BKOPS_EN); 1116 UFS_FLAG(life_span_mode_enable, _LIFE_SPAN_MODE_ENABLE); 1117 UFS_FLAG(phy_resource_removal, _FPHYRESOURCEREMOVAL); 1118 UFS_FLAG(busy_rtc, _BUSY_RTC); 1119 UFS_FLAG(disable_fw_update, _PERMANENTLY_DISABLE_FW_UPDATE); 1120 UFS_FLAG(wb_enabl [all...] |
Completed in 4 milliseconds