Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m32r/include/asm/
Drtc.h61 #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time) /* Set RTC time. */ macro
/linux-4.1.27/include/uapi/linux/
Drtc.h82 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */ macro
/linux-4.1.27/arch/m68k/mvme16x/
Drtc.c65 case RTC_SET_TIME: /* Set the RTC */ in rtc_ioctl()
/linux-4.1.27/arch/m68k/bvme6000/
Drtc.c70 case RTC_SET_TIME: /* Set the RTC */ in rtc_ioctl()
/linux-4.1.27/drivers/rtc/
Drtc-dev.c238 case RTC_SET_TIME: in rtc_dev_ioctl()
344 case RTC_SET_TIME: in rtc_dev_ioctl()
/linux-4.1.27/drivers/char/
Dds1302.c175 case RTC_SET_TIME: /* set the RTC */ in rtc_ioctl()
Defirtc.c192 case RTC_SET_TIME: in efi_rtc_ioctl()
Dgenrtc.c302 case RTC_SET_TIME: /* Set the RTC */ in gen_rtc_ioctl()
Drtc.c546 case RTC_SET_TIME: /* Set the RTC */ in rtc_do_ioctl()
/linux-4.1.27/Documentation/
Drtc.txt170 * RTC_RD_TIME, RTC_SET_TIME ... every RTC supports at least reading
197 * RTC_RD_TIME, RTC_SET_TIME: the read_time/set_time functions will be
/linux-4.1.27/Documentation/ia64/
Defirtc.txt60 Write the CMOS clock: ioctl(d, RTC_SET_TIME, &rtc);
/linux-4.1.27/drivers/input/misc/
Dhp_sdc_rtc.c610 case RTC_SET_TIME: /* Set the RTC */ in hp_sdc_rtc_ioctl()
/linux-4.1.27/fs/
Dcompat_ioctl.c942 COMPATIBLE_IOCTL(RTC_SET_TIME)