Searched refs:RTC_RD_TIME (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/arch/m32r/include/asm/ |
D | rtc.h | 60 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */ macro
|
/linux-4.1.27/include/uapi/linux/ |
D | rtc.h | 81 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ macro
|
/linux-4.1.27/arch/m68k/mvme16x/ |
D | rtc.c | 45 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
|
/linux-4.1.27/arch/m68k/bvme6000/ |
D | rtc.c | 47 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | rtctest.c | 122 retval = ioctl(fd, RTC_RD_TIME, &rtc_tm); in main()
|
/linux-4.1.27/drivers/char/ |
D | ds1302.c | 162 case RTC_RD_TIME: /* read the time/date from RTC */ in rtc_ioctl()
|
D | efirtc.c | 174 case RTC_RD_TIME: in efi_rtc_ioctl()
|
D | genrtc.c | 295 case RTC_RD_TIME: /* Read the time/date from RTC */ in gen_rtc_ioctl()
|
D | rtc.c | 540 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_do_ioctl()
|
/linux-4.1.27/Documentation/ |
D | rtc.txt | 170 * 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/ |
D | rtc-dev.c | 333 case RTC_RD_TIME: in rtc_dev_ioctl()
|
/linux-4.1.27/Documentation/ia64/ |
D | efirtc.txt | 58 Read the CMOS clock: ioctl(d, RTC_RD_TIME, &rtc);
|
/linux-4.1.27/drivers/input/misc/ |
D | hp_sdc_rtc.c | 605 case RTC_RD_TIME: /* Read the time/date from RTC */ in hp_sdc_rtc_ioctl()
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 941 COMPATIBLE_IOCTL(RTC_RD_TIME)
|