Searched refs:widget_attribute (Results 1 – 1 of 1) sorted by relevance
76 struct widget_attribute;78 struct widget_attribute { struct81 struct widget_attribute *attr, char *buf); argument83 struct widget_attribute *attr, argument103 struct widget_attribute *wid_attr = in widget_attr_show()104 container_of(attr, struct widget_attribute, attr); in widget_attr_show()119 struct widget_attribute *wid_attr = in widget_attr_store()120 container_of(attr, struct widget_attribute, attr); in widget_attr_store()148 struct widget_attribute wid_attr_##_name = __ATTR_RO(_name)150 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)[all …]