Home
last modified time | relevance | path

Searched refs:rtc_get_dev_attribute_groups (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-core.h42 const struct attribute_group **rtc_get_dev_attribute_groups(void);
44 static inline const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups() function
H A Dsysfs.c310 const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups() function
H A Dclass.c218 rtc->dev.groups = rtc_get_dev_attribute_groups(); in rtc_allocate_device()