Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-core.h37 const struct attribute_group **rtc_get_dev_attribute_groups(void);
39 static inline const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups() function
H A Dsysfs.c311 const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups() function
H A Dclass.c224 rtc->dev.groups = rtc_get_dev_attribute_groups(); in rtc_allocate_device()