Lines Matching refs:lock
40 struct k_spinlock lock; member
88 k_spinlock_key_t key = k_spin_lock(&data->lock); in rtc_numaker_set_time()
97 k_spin_unlock(&data->lock, key); in rtc_numaker_set_time()
108 k_spinlock_key_t key = k_spin_lock(&data->lock); in rtc_numaker_get_time()
111 k_spin_unlock(&data->lock, key); in rtc_numaker_get_time()
209 k_spinlock_key_t key = k_spin_lock(&data->lock); in rtc_numaker_alarm_set_time()
218 k_spin_unlock(&data->lock, key); in rtc_numaker_alarm_set_time()
275 k_spin_unlock(&data->lock, key); in rtc_numaker_alarm_set_time()
298 K_SPINLOCK(&data->lock) { in rtc_numaker_alarm_get_time()
334 K_SPINLOCK(&data->lock) { in rtc_numaker_alarm_is_pending()
351 K_SPINLOCK(&data->lock) { in rtc_numaker_alarm_set_callback()