cregit-Linux how code gets into the kernel

Release 4.11 drivers/rtc/rtc-core.h

Directory: drivers/rtc
#ifdef CONFIG_RTC_INTF_DEV

extern void __init rtc_dev_init(void);
extern void __exit rtc_dev_exit(void);
extern void rtc_dev_prepare(struct rtc_device *rtc);
extern void rtc_dev_add_device(struct rtc_device *rtc);
extern void rtc_dev_del_device(struct rtc_device *rtc);

#else


static inline void rtc_dev_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
David Brownell8100.00%2100.00%
Total8100.00%2100.00%


static inline void rtc_dev_exit(void) { }

Contributors

PersonTokensPropCommitsCommitProp
David Brownell8100.00%2100.00%
Total8100.00%2100.00%


static inline void rtc_dev_prepare(struct rtc_device *rtc) { }

Contributors

PersonTokensPropCommitsCommitProp
David Brownell11100.00%1100.00%
Total11100.00%1100.00%


static inline void rtc_dev_add_device(struct rtc_device *rtc) { }

Contributors

PersonTokensPropCommitsCommitProp
David Brownell11100.00%2100.00%
Total11100.00%2100.00%


static inline void rtc_dev_del_device(struct rtc_device *rtc) { }

Contributors

PersonTokensPropCommitsCommitProp
David Brownell11100.00%2100.00%
Total11100.00%2100.00%

#endif #ifdef CONFIG_RTC_INTF_PROC extern void rtc_proc_add_device(struct rtc_device *rtc); extern void rtc_proc_del_device(struct rtc_device *rtc); #else
static inline void rtc_proc_add_device(struct rtc_device *rtc) { }

Contributors

PersonTokensPropCommitsCommitProp
David Brownell11100.00%2100.00%
Total11100.00%2100.00%


static inline void rtc_proc_del_device(struct rtc_device *rtc) { }

Contributors

PersonTokensPropCommitsCommitProp
David Brownell11100.00%2100.00%
Total11100.00%2100.00%

#endif #ifdef CONFIG_RTC_INTF_SYSFS const struct attribute_group **rtc_get_dev_attribute_groups(void); #else
static inline const struct attribute_group **rtc_get_dev_attribute_groups(void) { return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
Dmitry Torokhov956.25%133.33%
David Brownell743.75%266.67%
Total16100.00%3100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
David Brownell17192.93%583.33%
Dmitry Torokhov137.07%116.67%
Total184100.00%6100.00%
Directory: drivers/rtc
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.