Searched refs:widget_attribute (Results 1 – 1 of 1) sorted by relevance
85 struct widget_attribute;87 struct widget_attribute { struct90 struct widget_attribute *attr, char *buf); argument92 struct widget_attribute *attr, argument112 struct widget_attribute *wid_attr = in widget_attr_show()113 container_of(attr, struct widget_attribute, attr); in widget_attr_show()128 struct widget_attribute *wid_attr = in widget_attr_store()129 container_of(attr, struct widget_attribute, attr); in widget_attr_store()157 struct widget_attribute wid_attr_##_name = __ATTR_RO(_name)159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)[all …]