Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/rtc/
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);
Dsetdate.c65 retval = ioctl(fd, RTC_RD_TIME, &current); in main()
/Linux-v5.4/include/uapi/linux/
Drtc.h82 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ macro
/Linux-v5.4/arch/m68k/mvme16x/
Drtc.c46 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/Linux-v5.4/Documentation/ABI/testing/
Drtc-cdev9 * RTC_RD_TIME, RTC_SET_TIME: Read or set the RTC time. Time
/Linux-v5.4/arch/m68k/bvme6000/
Drtc.c48 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/Linux-v5.4/drivers/char/
Defirtc.c174 case RTC_RD_TIME: in efi_rtc_ioctl()
Drtc.c523 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_do_ioctl()
/Linux-v5.4/drivers/rtc/
Ddev.c317 case RTC_RD_TIME: in rtc_dev_ioctl()
/Linux-v5.4/Documentation/ia64/
Defirtc.rst66 ioctl(d, RTC_RD_TIME, &rtc);
/Linux-v5.4/drivers/input/misc/
Dhp_sdc_rtc.c591 case RTC_RD_TIME: /* Read the time/date from RTC */ in hp_sdc_rtc_ioctl()
/Linux-v5.4/fs/
Dcompat_ioctl.c564 COMPATIBLE_IOCTL(RTC_RD_TIME)