Home
last modified time | relevance | path

Searched refs:RTC_RD_TIME (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/arch/m32r/include/asm/
Drtc.h60 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */ macro
/linux-4.1.27/include/uapi/linux/
Drtc.h81 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ macro
/linux-4.1.27/arch/m68k/mvme16x/
Drtc.c45 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/linux-4.1.27/arch/m68k/bvme6000/
Drtc.c47 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/linux-4.1.27/tools/testing/selftests/timers/
Drtctest.c122 retval = ioctl(fd, RTC_RD_TIME, &rtc_tm); in main()
/linux-4.1.27/drivers/char/
Dds1302.c162 case RTC_RD_TIME: /* read the time/date from RTC */ in rtc_ioctl()
Defirtc.c174 case RTC_RD_TIME: in efi_rtc_ioctl()
Dgenrtc.c295 case RTC_RD_TIME: /* Read the time/date from RTC */ in gen_rtc_ioctl()
Drtc.c540 case RTC_RD_TIME: /* Read the time/date from 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/drivers/rtc/
Drtc-dev.c333 case RTC_RD_TIME: in rtc_dev_ioctl()
/linux-4.1.27/Documentation/ia64/
Defirtc.txt58 Read the CMOS clock: ioctl(d, RTC_RD_TIME, &rtc);
/linux-4.1.27/drivers/input/misc/
Dhp_sdc_rtc.c605 case RTC_RD_TIME: /* Read the time/date from RTC */ in hp_sdc_rtc_ioctl()
/linux-4.1.27/fs/
Dcompat_ioctl.c941 COMPATIBLE_IOCTL(RTC_RD_TIME)