Searched refs:RTC_DEV_BUSY (Results 1 – 3 of 3) sorted by relevance
30 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_dev_open()45 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_dev_open()461 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_dev_release()
633 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_irq_register()643 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_irq_register()
173 #define RTC_DEV_BUSY 0 macro