Home
last modified time | relevance | path

Searched refs:RTC_SET_TIME (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/rtc/
H A Dsetdate.c57 retval = ioctl(fd, RTC_SET_TIME, &new); in main()
/openbmc/linux/include/uapi/linux/
H A Drtc.h98 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */ macro
/openbmc/linux/arch/m68k/mvme16x/
H A Drtc.c66 case RTC_SET_TIME: /* Set the RTC */ in rtc_ioctl()
/openbmc/linux/arch/m68k/bvme6000/
H A Drtc.c71 case RTC_SET_TIME: /* Set the RTC */ in rtc_ioctl()
/openbmc/linux/drivers/rtc/
H A Ddev.c224 case RTC_SET_TIME: in rtc_dev_ioctl()
331 case RTC_SET_TIME: in rtc_dev_ioctl()
/openbmc/linux/Documentation/ABI/testing/
H A Drtc-cdev9 * RTC_RD_TIME, RTC_SET_TIME: Read or set the RTC time. Time
/openbmc/linux/Documentation/arch/ia64/
H A Defirtc.rst70 ioctl(d, RTC_SET_TIME, &rtc);
/openbmc/qemu/linux-user/
H A Dioctls.h83 IOCTL(RTC_SET_TIME, IOC_W, MK_PTR(MK_STRUCT(STRUCT_rtc_time))) in IOCTL()