Searched refs:firmware_attributes_class (Results 1 – 2 of 2) sorted by relevance
13 static struct class firmware_attributes_class = { variable23 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()
111 obj-$(CONFIG_FW_ATTR_CLASS) += firmware_attributes_class.o