Home
last modified time | relevance | path

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

/Linux-v4.19/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()
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()
Dsetdate.c74 retval = ioctl(fd, RTC_RD_TIME, &current); in main()
/Linux-v4.19/include/uapi/linux/
Drtc.h82 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */ macro
/Linux-v4.19/arch/m68k/mvme16x/
Drtc.c46 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/Linux-v4.19/arch/m68k/bvme6000/
Drtc.c48 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_ioctl()
/Linux-v4.19/Documentation/ABI/testing/
Drtc-cdev9 * RTC_RD_TIME, RTC_SET_TIME: Read or set the RTC time. Time
/Linux-v4.19/drivers/char/
Defirtc.c173 case RTC_RD_TIME: in efi_rtc_ioctl()
Drtc.c527 case RTC_RD_TIME: /* Read the time/date from RTC */ in rtc_do_ioctl()
/Linux-v4.19/drivers/rtc/
Drtc-dev.c324 case RTC_RD_TIME: in rtc_dev_ioctl()
/Linux-v4.19/Documentation/ia64/
Defirtc.txt58 Read the CMOS clock: ioctl(d, RTC_RD_TIME, &rtc);
/Linux-v4.19/drivers/input/misc/
Dhp_sdc_rtc.c593 case RTC_RD_TIME: /* Read the time/date from RTC */ in hp_sdc_rtc_ioctl()
/Linux-v4.19/fs/
Dcompat_ioctl.c820 COMPATIBLE_IOCTL(RTC_RD_TIME)