Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rtc/
H A Drtctest.c56 rc = ioctl(self->fd, RTC_RD_TIME, &rtc_tm); in TEST_F()
127 rc = ioctl(self->fd, RTC_RD_TIME, &rtc_tm);
135 rc = ioctl(self->fd, RTC_RD_TIME, &rtc_tm);
241 rc = ioctl(self->fd, RTC_RD_TIME, &tm); in TEST_F()
284 rc = ioctl(self->fd, RTC_RD_TIME, &tm); in TEST_F()
311 rc = ioctl(self->fd, RTC_RD_TIME, &alarm.time); in TEST_F()
349 rc = ioctl(self->fd, RTC_RD_TIME, &tm); in TEST_F()
373 rc = ioctl(self->fd, RTC_RD_TIME, &tm);
416 rc = ioctl(self->fd, RTC_RD_TIME, &tm);
441 rc = ioctl(self->fd, RTC_RD_TIME,
[all...]
/linux/include/uapi/linux/
H A Drtc.h97 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ macro
/linux/samples/pfsm/
H A Dpfsm-wakeup.c53 ret = ioctl(fd_rtc, RTC_RD_TIME, &rtc_tm); in main()
/linux/arch/m68k/bvme6000/
H A Drtc.c48 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/linux/Documentation/ABI/testing/
H A Drtc-cdev9 * RTC_RD_TIME, RTC_SET_TIME: Read or set the RTC time. Time
/linux/drivers/rtc/
H A Ddev.c320 case RTC_RD_TIME: in rtc_dev_ioctl()