Searched refs:firmware_class (Results 1 – 9 of 9) sorted by relevance
5 obj-$(CONFIG_FW_LOADER) += firmware_class.o6 firmware_class-objs := main.o7 firmware_class-$(CONFIG_FW_LOADER_USER_HELPER) += fallback.o
11 o firmware_class path module parameter or kernel boot param22 as a module, in which case the firmware_class module will be built.74 path specified in the firmware_class path module parameter, or the75 firmware_class path kernel boot parameter if the firmware_class is117 looks for and cannot possibly be specified using the firmware_class118 path module parameter or kernel firmware_class path boot parameter119 if firmware_class is built-in.
158 ATTRIBUTE_GROUPS(firmware_class);191 static struct class firmware_class = { variable200 return class_register(&firmware_class); in register_sysfs_loader()205 class_unregister(&firmware_class); in unregister_sysfs_loader()528 f_dev->class = &firmware_class; in fw_create_instance()
14 The module parameter ''path'' can be passed to the firmware_class module18 * 'firmware_class.path=$CUSTOMIZED_PATH'23 * /sys/module/firmware_class/parameters/path
74 the new device's class (firmware_class) and group (fw_dev_attr_groups).75 This is actually where the original firmware_class module name came from,78 firmware_class. Because the attributes exposed are part of the module name, the79 module name firmware_class cannot be renamed in the future, to ensure backward104 return an error. When loading firmware the firmware_class grows a buffer
106 echo -n "$FWPATH" >/sys/module/firmware_class/parameters/path163 printf '\000' >/sys/module/firmware_class/parameters/path165 echo -n "$OLD_FWPATH" >/sys/module/firmware_class/parameters/path
311 Documentation/firmware_class/.
153 firmware_class/
5740 F: Documentation/firmware_class/