Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dfirmware_attributes_class.c13 static struct class firmware_attributes_class = { variable
23 err = class_register(&firmware_attributes_class); in fw_attributes_class_get()
30 *fw_attr_class = &firmware_attributes_class; in fw_attributes_class_get()
45 class_unregister(&firmware_attributes_class); in fw_attributes_class_put()
H A DMakefile111 obj-$(CONFIG_FW_ATTR_CLASS) += firmware_attributes_class.o