Searched refs:RTC_DEV_BUSY (Results 1 – 3 of 3) sorted by relevance
32 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_dev_open()47 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_dev_open()444 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_dev_release()
619 if (test_and_set_bit_lock(RTC_DEV_BUSY, &rtc->flags)) in rtc_irq_register()629 clear_bit_unlock(RTC_DEV_BUSY, &rtc->flags); in rtc_irq_register()
110 #define RTC_DEV_BUSY 0 macro