Searched refs:rtc_update_period (Results 1 – 3 of 3) sorted by relevance
589 u32 rtc_update_period; member
316 return sysfs_emit(buf, "%d\n", hba->dev_info.rtc_update_period); in rtc_update_ms_show()329 if (!hba->dev_info.rtc_update_period && ms > 0) in rtc_update_ms_store()332 hba->dev_info.rtc_update_period = ms; in rtc_update_ms_store()336 msecs_to_jiffies(hba->dev_info.rtc_update_period)); in rtc_update_ms_store()
8209 if (ufshcd_is_ufs_dev_active(hba) && hba->dev_info.rtc_update_period) in ufshcd_rtc_work()8211 msecs_to_jiffies(hba->dev_info.rtc_update_period)); in ufshcd_rtc_work()8239 dev_info->rtc_update_period = 0; in ufs_init_rtc()