Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Desrt.c75 struct esre_attribute { struct
87 static struct esre_attribute *to_attr(struct attribute *attr) in to_attr() argument
89 return container_of(attr, struct esre_attribute, attr); in to_attr()
96 struct esre_attribute *attr = to_attr(_attr); in esre_attr_show()
117 static struct esre_attribute esre_fw_class = __ATTR_RO_MODE(fw_class, 0400);
126 static struct esre_attribute esre_##name = __ATTR_RO_MODE(name, 0400)