Home
last modified time | relevance | path

Searched refs:RTC_ALM_SET (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Drtc.h80 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Drtc.h80 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtc.h83 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/rtc/
H A Drtctest.c126 rc = ioctl(self->fd, RTC_ALM_SET, &tm); in TEST_F()
228 rc = ioctl(self->fd, RTC_ALM_SET, &tm);
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Drtc-cdev16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Ddev.c266 case RTC_ALM_SET: in rtc_dev_ioctl()