Home
last modified time | relevance | path

Searched refs:RTC_DEV_BUSY (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-dev.c32 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()
Dinterface.c619 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()
/linux-4.4.14/include/linux/
Drtc.h110 #define RTC_DEV_BUSY 0 macro