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

/drivers/char/
H A Dds1302.c288 static const struct file_operations rtc_fops = { variable in typeref:struct:file_operations
349 if (register_chrdev(RTC_MAJOR_NR, ds1302_name, &rtc_fops)) {
H A Drtc.c899 static const struct file_operations rtc_fops = { variable in typeref:struct:file_operations
915 .fops = &rtc_fops,

Completed in 54 milliseconds