Searched defs:rtc_proc_fops (Results 1 - 2 of 2) sorted by relevance

/drivers/rtc/
H A Drtc-proc.c131 static const struct file_operations rtc_proc_fops = { variable in typeref:struct:file_operations
141 proc_create_data("driver/rtc", 0, NULL, &rtc_proc_fops, rtc);
/drivers/char/
H A Drtc.c919 static const struct file_operations rtc_proc_fops = { variable in typeref:struct:file_operations
1068 ent = proc_create("driver/rtc", 0, NULL, &rtc_proc_fops);

Completed in 43 milliseconds