Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/rtc/
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
Dsysfs.c311 const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups() function
Dclass.c228 rtc->dev.groups = rtc_get_dev_attribute_groups(); in rtc_allocate_device()