Home
last modified time | relevance | path

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

/linux-3.4.99/arch/m32r/include/asm/
Drtc.h60 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */ macro
/linux-3.4.99/arch/cris/include/asm/
Drtc.h97 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) macro
/linux-3.4.99/arch/m68k/mvme16x/
Drtc.c45 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/linux-3.4.99/arch/m68k/bvme6000/
Drtc.c47 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/linux-3.4.99/drivers/char/
Dds1302.c162 case RTC_RD_TIME: /* read the time/date from RTC */ in rtc_ioctl()
Defirtc.c173 case RTC_RD_TIME: in efi_rtc_ioctl()
Dgenrtc.c294 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-3.4.99/include/linux/
Drtc.h81 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ macro
/linux-3.4.99/arch/cris/arch-v10/drivers/
Dpcf8563.c226 case RTC_RD_TIME: in pcf8563_ioctl()
Dds1302.c247 case RTC_RD_TIME: /* read the time/date from RTC */ in rtc_ioctl()
/linux-3.4.99/Documentation/
Drtc.txt168 * RTC_RD_TIME, RTC_SET_TIME ... every RTC supports at least reading
195 * RTC_RD_TIME, RTC_SET_TIME: the read_time/set_time functions will be
330 retval = ioctl(fd, RTC_RD_TIME, &rtc_tm);
332 perror("RTC_RD_TIME ioctl");
/linux-3.4.99/drivers/rtc/
Drtc-dev.c331 case RTC_RD_TIME: in rtc_dev_ioctl()
/linux-3.4.99/Documentation/ia64/
Defirtc.txt58 Read the CMOS clock: ioctl(d, RTC_RD_TIME, &rtc);
/linux-3.4.99/drivers/input/misc/
Dhp_sdc_rtc.c598 case RTC_RD_TIME: /* Read the time/date from RTC */ in hp_sdc_rtc_ioctl()
/linux-3.4.99/fs/
Dcompat_ioctl.c930 COMPATIBLE_IOCTL(RTC_RD_TIME)