Searched refs:RTC_UIE_OFF (Results 1 – 7 of 7) 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 | 74 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ 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 | 74 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rtc.h | 77 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rtc/ |
| H A D | rtctest.c | 73 rc = ioctl(self->fd, RTC_UIE_OFF, 0); 108 rc = ioctl(self->fd, RTC_UIE_OFF, 0); in TEST_F()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | dev.c | 357 case RTC_UIE_OFF: in rtc_dev_ioctl() 451 rtc_dev_ioctl(file, RTC_UIE_OFF, 0); in rtc_dev_release()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | rtc-cdev | 28 * RTC_UIE_ON, RTC_UIE_OFF: Enable or disable the update
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | menelaus.c | 1044 case RTC_UIE_OFF: in menelaus_ioctl()
|