Home
last modified time | relevance | path

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 Drtc.h74 #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 Drtc.h74 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtc.h77 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/rtc/
H A Drtctest.c73 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 Ddev.c357 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 Drtc-cdev28 * RTC_UIE_ON, RTC_UIE_OFF: Enable or disable the update
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmenelaus.c1044 case RTC_UIE_OFF: in menelaus_ioctl()