Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rtc/
A Drtctest.c44 rc = ioctl(self->fd, RTC_RD_TIME, &rtc_tm); in TEST_F()
120 rc = ioctl(self->fd, RTC_RD_TIME, &tm); in TEST_F()
158 rc = ioctl(self->fd, RTC_RD_TIME, &tm); in TEST_F()
174 rc = ioctl(self->fd, RTC_RD_TIME, &alarm.time); in TEST_F()
207 rc = ioctl(self->fd, RTC_RD_TIME, &tm); in TEST_F()
222 rc = ioctl(self->fd, RTC_RD_TIME, &tm);
260 rc = ioctl(self->fd, RTC_RD_TIME, &tm);
276 rc = ioctl(self->fd, RTC_RD_TIME, &alarm.time);
309 rc = ioctl(self->fd, RTC_RD_TIME, &tm);
A Dsetdate.c65 retval = ioctl(fd, RTC_RD_TIME, &current); in main()
/linux/include/uapi/linux/
A Drtc.h97 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ macro
/linux/arch/m68k/mvme16x/
A Drtc.c46 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/linux/arch/m68k/bvme6000/
A Drtc.c48 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/linux/Documentation/ABI/testing/
A Drtc-cdev9 * RTC_RD_TIME, RTC_SET_TIME: Read or set the RTC time. Time
/linux/Documentation/ia64/
A Defirtc.rst66 ioctl(d, RTC_RD_TIME, &rtc);
/linux/drivers/rtc/
A Ddev.c320 case RTC_RD_TIME: in rtc_dev_ioctl()

Completed in 7 milliseconds