Home
last modified time | relevance | path

Searched refs:RTC_AIE_ON (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/include/
Drtc_.h53 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ macro
/busybox-1.35.0/util-linux/
Drtcwake.c103 xioctl(fd, RTC_AIE_ON, 0); in setup_alarm()