Searched refs:rtc_read_proc (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | mips_rtc.c | 68 static int rtc_read_proc(char *page, char **start, off_t off, 159 create_proc_read_entry("driver/rtc", 0, 0, rtc_read_proc, NULL); in rtc_init() 206 static int rtc_read_proc(char *page, char **start, off_t off, in rtc_read_proc() function
|
D | ip27-rtc.c | 51 static int rtc_read_proc(char *page, char **start, off_t off, 223 if (!create_proc_read_entry("driver/rtc", 0, NULL, rtc_read_proc, NULL)) { in rtc_init() 277 static int rtc_read_proc(char *page, char **start, off_t off, in rtc_read_proc() function
|
D | rtc.c | 126 static int rtc_read_proc(char *page, char **start, off_t off, 798 create_proc_read_entry ("driver/rtc", 0, 0, rtc_read_proc, NULL); in rtc_init() 1011 static int rtc_read_proc(char *page, char **start, off_t off, in rtc_read_proc() function
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | rtc.c | 64 static int rtc_read_proc(char *page, char **start, off_t off, 201 create_proc_read_entry ("driver/rtc", 0, 0, rtc_read_proc, NULL); in rtc_init() 251 static int rtc_read_proc(char *page, char **start, off_t off, in rtc_read_proc() function
|