Searched refs:RTC_RD_TIME (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/tools/testing/selftests/rtc/ |
D | rtctest.c | 44 rc = ioctl(self->fd, RTC_RD_TIME, &rtc_tm); in TEST_F() 120 rc = ioctl(self->fd, RTC_RD_TIME, &tm); in TEST_F() 161 rc = ioctl(self->fd, RTC_RD_TIME, &tm); in TEST_F() 177 rc = ioctl(self->fd, RTC_RD_TIME, &alarm.time); in TEST_F() 210 rc = ioctl(self->fd, RTC_RD_TIME, &tm); in TEST_F()
|
D | setdate.c | 74 retval = ioctl(fd, RTC_RD_TIME, ¤t); in main()
|
/Linux-v4.19/include/uapi/linux/ |
D | rtc.h | 82 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ macro
|
/Linux-v4.19/arch/m68k/mvme16x/ |
D | rtc.c | 46 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
|
/Linux-v4.19/arch/m68k/bvme6000/ |
D | rtc.c | 48 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | rtc-cdev | 9 * RTC_RD_TIME, RTC_SET_TIME: Read or set the RTC time. Time
|
/Linux-v4.19/drivers/char/ |
D | efirtc.c | 173 case RTC_RD_TIME: in efi_rtc_ioctl()
|
D | rtc.c | 527 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_do_ioctl()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-dev.c | 324 case RTC_RD_TIME: in rtc_dev_ioctl()
|
/Linux-v4.19/Documentation/ia64/ |
D | efirtc.txt | 58 Read the CMOS clock: ioctl(d, RTC_RD_TIME, &rtc);
|
/Linux-v4.19/drivers/input/misc/ |
D | hp_sdc_rtc.c | 593 case RTC_RD_TIME: /* Read the time/date from RTC */ in hp_sdc_rtc_ioctl()
|
/Linux-v4.19/fs/ |
D | compat_ioctl.c | 820 COMPATIBLE_IOCTL(RTC_RD_TIME)
|