Home
last modified time | relevance | path

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

/drivers/base/firmware_loader/
A DMakefile5 obj-$(CONFIG_FW_LOADER) += firmware_class.o
6 firmware_class-objs := main.o
7 firmware_class-$(CONFIG_FW_LOADER_USER_HELPER) += fallback.o
8 firmware_class-$(CONFIG_EFI_EMBEDDED_FIRMWARE) += fallback_platform.o
9 firmware_class-$(CONFIG_FW_LOADER_SYSFS) += sysfs.o
10 firmware_class-$(CONFIG_FW_UPLOAD) += sysfs_upload.o
A Dsysfs.c65 ATTRIBUTE_GROUPS(firmware_class);
102 static struct class firmware_class = { variable
113 int ret = class_register(&firmware_class); in register_sysfs_loader()
123 class_unregister(&firmware_class); in unregister_sysfs_loader()
415 f_dev->class = &firmware_class; in fw_create_instance()
A DKconfig13 o firmware_class path module parameter or kernel boot param
24 as a module, in which case the firmware_class module will be built.
103 path specified in the firmware_class path module parameter, or the
104 firmware_class path kernel boot parameter if the firmware_class is
146 looks for and cannot possibly be specified using the firmware_class
147 path module parameter or kernel firmware_class path boot parameter
148 if firmware_class is built-in.
/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management311 Documentation/firmware_class/.

Completed in 8 milliseconds