Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-proc.c42 static int rtc_proc_show(struct seq_file *seq, void *offset) in rtc_proc_show() function
113 proc_create_single_data("driver/rtc", 0, NULL, rtc_proc_show, in rtc_proc_add_device()
/Linux-v4.19/drivers/char/
Drtc.c174 static int rtc_proc_show(struct seq_file *seq, void *v);
962 ent = proc_create_single("driver/rtc", 0, NULL, rtc_proc_show); in rtc_init()
1106 static int rtc_proc_show(struct seq_file *seq, void *v) in rtc_proc_show() function