Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/rtc/
Drtc-dev.c30 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()
Dinterface.c633 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()
/linux-3.4.99/include/linux/
Drtc.h173 #define RTC_DEV_BUSY 0 macro