Searched refs:UFS_FLAG (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/ufs/core/ |
D | ufs-sysfs.c | 1060 #define UFS_FLAG(_name, _uname) \ macro 1091 UFS_FLAG(device_init, _FDEVICEINIT); 1092 UFS_FLAG(permanent_wpe, _PERMANENT_WPE); 1093 UFS_FLAG(power_on_wpe, _PWR_ON_WPE); 1094 UFS_FLAG(bkops_enable, _BKOPS_EN); 1095 UFS_FLAG(life_span_mode_enable, _LIFE_SPAN_MODE_ENABLE); 1096 UFS_FLAG(phy_resource_removal, _FPHYRESOURCEREMOVAL); 1097 UFS_FLAG(busy_rtc, _BUSY_RTC); 1098 UFS_FLAG(disable_fw_update, _PERMANENTLY_DISABLE_FW_UPDATE); 1099 UFS_FLAG(wb_enable, _WB_EN); [all …]
|