Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/google/
H A Dvpd.c38 struct vpd_section { struct
55 static struct vpd_section ro_vpd; argument
56 static struct vpd_section rw_vpd;
100 struct vpd_section *sec = arg; in vpd_section_attrib_add()
146 static void vpd_section_attrib_destroy(struct vpd_section *sec) in vpd_section_attrib_destroy()
162 struct vpd_section *sec = bin_attr->private; in vpd_section_read()
168 static int vpd_section_create_attribs(struct vpd_section *sec) in vpd_section_create_attribs()
182 static int vpd_section_init(const char *name, struct vpd_section *sec, in vpd_section_init()
233 static int vpd_section_destroy(struct vpd_section *sec) in vpd_section_destroy()