Lines Matching defs:features
34 u64 features;
45 * @features: Bitfield of RTC features
52 u64 features;
140 if (!(priv->features & TA_RTC_FEATURE_CORRECTION))
165 if (!(priv->features & TA_RTC_FEATURE_CORRECTION))
190 u64 *features)
221 *features = info->features;
290 err = optee_rtc_read_info(dev, rtc, &priv->features);
292 dev_err(dev, "Failed to get RTC features from OP-TEE\n");
304 if (!(priv->features & TA_RTC_FEATURE_CORRECTION))
305 clear_bit(RTC_FEATURE_CORRECTION, rtc->features);