Searched refs:RTC_MAGIC (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Drtc.h59 #define RTC_MAGIC 'p' macro
60 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */
61 #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time) /* Set RTC time. */
62 #define RTC_SET_CHARGE _IOW(RTC_MAGIC, 0x0b, int)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Drtc.h95 #define RTC_MAGIC 'p' macro
97 #define RTC_RD_TIME _IOR(RTC_MAGIC, 0x09, struct rtc_time)
99 #define RTC_SET_TIME _IOW(RTC_MAGIC, 0x0a, struct rtc_time)
100 #define RTC_SET_CHARGE _IOW(RTC_MAGIC, 0x0b, int)
102 #define RTC_VL_READ _IOR(RTC_MAGIC, 0x13, int)
104 #define RTC_VL_CLR _IO(RTC_MAGIC, 0x14)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dpcf8563.c219 if (_IOC_TYPE(cmd) != RTC_MAGIC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dpcf8563.c215 if (_IOC_TYPE(cmd) != RTC_MAGIC)

Completed in 96 milliseconds