Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Dproc.c39 static int rtc_proc_show(struct seq_file *seq, void *offset) in rtc_proc_show() function
84 proc_create_single_data("driver/rtc", 0, NULL, rtc_proc_show, in rtc_proc_add_device()
/Linux-v5.4/drivers/char/
Drtc.c170 static int rtc_proc_show(struct seq_file *seq, void *v);
958 ent = proc_create_single("driver/rtc", 0, NULL, rtc_proc_show); in rtc_init()
1102 static int rtc_proc_show(struct seq_file *seq, void *v) in rtc_proc_show() function