Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Drtc.h83 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */ macro
/Linux-v4.19/tools/testing/selftests/rtc/
Dsetdate.c66 retval = ioctl(fd, RTC_SET_TIME, &new); in main()
/Linux-v4.19/arch/m68k/mvme16x/
Drtc.c66 case RTC_SET_TIME: /* Set the RTC */ in rtc_ioctl()
/Linux-v4.19/drivers/rtc/
Drtc-dev.c229 case RTC_SET_TIME: in rtc_dev_ioctl()
335 case RTC_SET_TIME: in rtc_dev_ioctl()
/Linux-v4.19/arch/m68k/bvme6000/
Drtc.c71 case RTC_SET_TIME: /* Set the RTC */ in rtc_ioctl()
/Linux-v4.19/Documentation/ABI/testing/
Drtc-cdev9 * RTC_RD_TIME, RTC_SET_TIME: Read or set the RTC time. Time
/Linux-v4.19/drivers/char/
Defirtc.c191 case RTC_SET_TIME: in efi_rtc_ioctl()
Drtc.c533 case RTC_SET_TIME: /* Set the RTC */ in rtc_do_ioctl()
/Linux-v4.19/Documentation/ia64/
Defirtc.txt60 Write the CMOS clock: ioctl(d, RTC_SET_TIME, &rtc);
/Linux-v4.19/drivers/input/misc/
Dhp_sdc_rtc.c598 case RTC_SET_TIME: /* Set the RTC */ in hp_sdc_rtc_ioctl()
/Linux-v4.19/fs/
Dcompat_ioctl.c821 COMPATIBLE_IOCTL(RTC_SET_TIME)