Searched refs:rtc_time (Results 1 - 25 of 81) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Drtc.h13 struct rtc_time struct
24 #define RTCGET _IOR('p', 20, struct rtc_time)
25 #define RTCSET _IOW('p', 21, struct rtc_time)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Drtc.h13 struct rtc_time struct
24 #define RTCGET _IOR('p', 20, struct rtc_time)
25 #define RTCSET _IOW('p', 21, struct rtc_time)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Drtc.h13 struct rtc_time struct
24 #define RTCGET _IOR('p', 20, struct rtc_time)
25 #define RTCSET _IOW('p', 21, struct rtc_time)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Drtc.h13 struct rtc_time struct
24 #define RTCGET _IOR('p', 20, struct rtc_time)
25 #define RTCSET _IOW('p', 21, struct rtc_time)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Drtc.h5 * Struct rtc_time and first 12 ioctl by Paul Gortmaker, 1996 - separated out
20 struct rtc_time { struct
39 struct rtc_time time; /* time the alarm is set to */
57 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */
58 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
59 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */
60 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Drtc.h5 * Struct rtc_time and first 12 ioctl by Paul Gortmaker, 1996 - separated out
20 struct rtc_time { struct
39 struct rtc_time time; /* time the alarm is set to */
57 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */
58 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
59 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */
60 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Drtc.c34 void get_rtc_time(struct rtc_time *t)
47 void set_rtc_time(struct rtc_time *t)
60 struct rtc_time rtc_tm;
69 if (copy_to_user((struct rtc_time*)arg, &rtc_tm, sizeof(struct rtc_time)))
83 if (copy_from_user(&rtc_tm, (struct rtc_time*)arg, sizeof(struct rtc_time)))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/iSeries/
H A Dmf.h33 struct rtc_time;
79 extern int mf_getRtc( struct rtc_time * tm );
81 extern int mf_setRtc( struct rtc_time * tm );
H A DiSeries_FlightRecorder.h50 struct rtc_time;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/iSeries/
H A Dmf.h33 struct rtc_time;
79 extern int mf_getRtc( struct rtc_time * tm );
81 extern int mf_setRtc( struct rtc_time * tm );
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/sun3x/
H A Dtime.h6 extern int sun3x_hwclk(int set, struct rtc_time *t);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Drtc.h84 struct rtc_time { struct
99 # define RTC_RD_TIME _IOR(DS1302_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */
100 # define RTC_SET_TIME _IOW(DS1302_MAGIC, 0x0a, struct rtc_time) /* Set RTC time. */
104 # define RTC_RD_TIME _IOR(PCF8563_MAGIC, 0x01, struct rtc_time) /* Read RTC time. */
105 # define RTC_SET_TIME _IOW(PCF8563_MAGIC, 0x02, struct rtc_time) /* Set RTC time. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Drtc.h84 struct rtc_time { struct
99 # define RTC_RD_TIME _IOR(DS1302_MAGIC, 0x09, struct rtc_time) /* Read RTC time. */
100 # define RTC_SET_TIME _IOW(DS1302_MAGIC, 0x0a, struct rtc_time) /* Set RTC time. */
104 # define RTC_RD_TIME _IOR(PCF8563_MAGIC, 0x01, struct rtc_time) /* Read RTC time. */
105 # define RTC_SET_TIME _IOW(PCF8563_MAGIC, 0x02, struct rtc_time) /* Set RTC time. */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dmachdep.h7 struct rtc_time;
31 extern int (*mach_hwclk)(int, struct rtc_time*);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dtime.h31 struct rtc_time;
32 extern void to_tm(int tim, struct rtc_time * tm);
H A Dmachdep.h20 struct rtc_time;
76 int (*set_rtc_time)(struct rtc_time *);
77 void (*get_rtc_time)(struct rtc_time *);
78 void (*get_boot_time)(struct rtc_time *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmachdep.h7 struct rtc_time;
31 extern int (*mach_hwclk)(int, struct rtc_time*);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dtime.h31 struct rtc_time;
32 extern void to_tm(int tim, struct rtc_time * tm);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A DiSeries_setup.h37 extern void iSeries_get_boot_time(struct rtc_time *tm);
H A Drtc.c94 struct rtc_time wtime;
104 struct rtc_time rtc_tm;
111 if (copy_from_user(&rtc_tm, (struct rtc_time*)arg,
112 sizeof(struct rtc_time)))
224 struct rtc_time tm;
235 "rtc_time\t: %02d:%02d:%02d\n"
265 void iSeries_get_rtc_time(struct rtc_time *rtc_tm)
275 void pSeries_get_rtc_time(struct rtc_time *rtc_tm)
304 int pSeries_set_rtc_time(struct rtc_time *tm)
332 int iSeries_set_rtc_time(struct rtc_time *t
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Drtc.c31 void get_rtc_time(struct rtc_time *t)
58 void set_rtc_time(struct rtc_time *t)
87 struct rtc_time rtc_tm;
94 if (copy_to_user((struct rtc_time*)arg, &rtc_tm, sizeof(struct rtc_time)))
104 if (copy_from_user(&rtc_tm, (struct rtc_time*)arg, sizeof(struct rtc_time)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Dds1286.c64 void ds1286_get_alm_time (struct rtc_time *alm_tm);
65 void ds1286_get_time(struct rtc_time *rtc_tm);
66 int ds1286_set_time(struct rtc_time *rtc_tm);
102 struct rtc_time wtime;
172 * This returns a struct rtc_time. Reading >= 0xc0
183 * This expects a struct rtc_time. Writing 0xff means
188 struct rtc_time alm_tm;
193 if (copy_from_user(&alm_tm, (struct rtc_time*)arg,
194 sizeof(struct rtc_time)))
224 struct rtc_time rtc_t
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dtime.h24 #include <linux/rtc.h> /* for struct rtc_time */
39 extern void to_tm(unsigned long tim, struct rtc_time * tm);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dtime.h24 #include <linux/rtc.h> /* for struct rtc_time */
39 extern void to_tm(unsigned long tim, struct rtc_time * tm);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dtime.h24 #include <linux/rtc.h> /* for struct rtc_time */
39 extern void to_tm(unsigned long tim, struct rtc_time * tm);

Completed in 174 milliseconds

1234