Source Code Structure
The source code structure of RTC is listed as follows.
linux-5.15.0 ├── drivers │ ├── rtc │ │ ├── rtc-core.h │ │ ├── lib.c │ │ ├── interface.c │ │ ├── dev.c │ │ ├── class.c │ │ ├── proc.c │ │ ├── sysfs.c │ │ ├── rtc-pcf8563.c