Searched refs:RTC_ALM_READ (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/include/linux/ |
D | rtc.h | 80 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */ macro
|
/linux-3.4.99/Documentation/ |
D | rtc.txt | 172 * RTC_AIE_ON, RTC_AIE_OFF, RTC_ALM_SET, RTC_ALM_READ ... when the RTC 198 * RTC_ALM_SET, RTC_ALM_READ, RTC_WKALM_SET, RTC_WKALM_RD: gets or sets 365 retval = ioctl(fd, RTC_ALM_READ, &rtc_tm); 367 perror("RTC_ALM_READ ioctl");
|
/linux-3.4.99/drivers/char/ |
D | efirtc.c | 166 case RTC_ALM_READ: in efi_rtc_ioctl()
|
D | rtc.c | 480 case RTC_ALM_READ: /* Read the present alarm time */ in rtc_do_ioctl()
|
/linux-3.4.99/drivers/rtc/ |
D | rtc-dev.c | 268 case RTC_ALM_READ: in rtc_dev_ioctl()
|
/linux-3.4.99/drivers/input/misc/ |
D | hp_sdc_rtc.c | 544 case RTC_ALM_READ: /* Read the present alarm time */ in hp_sdc_rtc_ioctl()
|
/linux-3.4.99/fs/ |
D | compat_ioctl.c | 929 COMPATIBLE_IOCTL(RTC_ALM_READ)
|