Home
last modified time | relevance | path

Searched refs:rtc_proc_show (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/rtc/
Drtc-proc.c22 static int rtc_proc_show(struct seq_file *seq, void *offset) in rtc_proc_show() function
98 ret = single_open(file, rtc_proc_show, rtc); in rtc_proc_open()
/linux-3.4.99/drivers/char/
Drtc.c1213 static int rtc_proc_show(struct seq_file *seq, void *v) in rtc_proc_show() function
1291 return single_open(file, rtc_proc_show, NULL); in rtc_proc_open()