Searched refs:RTC_ALM_READ (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 D | rtc.h | 81 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read 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 D | rtc.h | 81 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rtc.h | 84 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rtc/ |
| H A D | rtctest.c | 133 rc = ioctl(self->fd, RTC_ALM_READ, &tm); in TEST_F() 235 rc = ioctl(self->fd, RTC_ALM_READ, &tm);
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | rtc-cdev | 16 * RTC_ALM_READ, RTC_ALM_SET: Read or set the alarm time for
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | dev.c | 255 case RTC_ALM_READ: in rtc_dev_ioctl()
|