Home
last modified time | relevance | path

Searched refs:class_attribute_string (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/device/
H A Dclass.h204 struct class_attribute_string { struct
213 struct class_attribute_string class_attr_##_name = \ argument
/openbmc/linux/drivers/base/
H A Dclass.c538 struct class_attribute_string *cs; in show_class_attr_string()
540 cs = container_of(attr, struct class_attribute_string, attr); in show_class_attr_string()