Searched refs:RTC_ALM_SET (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/include/linux/ |
D | rtc.h | 79 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set 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 353 retval = ioctl(fd, RTC_ALM_SET, &rtc_tm); 360 perror("RTC_ALM_SET ioctl");
|
/linux-3.4.99/drivers/char/ |
D | efirtc.c | 165 case RTC_ALM_SET: in efi_rtc_ioctl()
|
D | rtc.c | 491 case RTC_ALM_SET: /* Store a time into the alarm */ in rtc_do_ioctl()
|
/linux-3.4.99/drivers/rtc/ |
D | rtc-dev.c | 279 case RTC_ALM_SET: in rtc_dev_ioctl()
|
/linux-3.4.99/drivers/input/misc/ |
D | hp_sdc_rtc.c | 572 case RTC_ALM_SET: /* Store a time into the alarm */ in hp_sdc_rtc_ioctl()
|
/linux-3.4.99/fs/ |
D | compat_ioctl.c | 928 COMPATIBLE_IOCTL(RTC_ALM_SET)
|