Home
last modified time | relevance | path

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

/linux/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
A DKconfig12 o firmware_class path module parameter or kernel boot param
23 as a module, in which case the firmware_class module will be built.
79 path specified in the firmware_class path module parameter, or the
80 firmware_class path kernel boot parameter if the firmware_class is
122 looks for and cannot possibly be specified using the firmware_class
123 path module parameter or kernel firmware_class path boot parameter
124 if firmware_class is built-in.
A Dfallback.c160 ATTRIBUTE_GROUPS(firmware_class);
193 static struct class firmware_class = { variable
202 return class_register(&firmware_class); in register_sysfs_loader()
207 class_unregister(&firmware_class); in unregister_sysfs_loader()
482 f_dev->class = &firmware_class; in fw_create_instance()
A D.fallback.o.cmd1 …FILE='"drivers/base/firmware_loader/firmware_class"' -DKBUILD_BASENAME='"fallback"' -DKBUILD_MODNA…
A D.main.o.cmd1 …ODFILE='"drivers/base/firmware_loader/firmware_class"' -DKBUILD_BASENAME='"main"' -DKBUILD_MODNAME…
/linux/Documentation/driver-api/firmware/
A Dfw_search_path.rst14 The module parameter ''path'' can be passed to the firmware_class module
18 * 'firmware_class.path=$CUSTOMIZED_PATH'
23 * /sys/module/firmware_class/parameters/path
A Dfallback-mechanisms.rst75 the new device's class (firmware_class) and group (fw_dev_attr_groups).
76 This is actually where the original firmware_class module name came from,
79 firmware_class. Because the attributes exposed are part of the module name, the
80 module name firmware_class cannot be renamed in the future, to ensure backward
105 return an error. When loading firmware the firmware_class grows a buffer
/linux/tools/testing/selftests/firmware/
A Dfw_lib.sh127 echo -n "$FWPATH" >/sys/module/firmware_class/parameters/path
184 printf '\000' >/sys/module/firmware_class/parameters/path
186 echo -n "$OLD_FWPATH" >/sys/module/firmware_class/parameters/path
/linux/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management311 Documentation/firmware_class/.
/linux/
A Dmodules.builtin.modinfo1firmware_class.parm=path:customized firmware image search path with a higher priority than default…
A Dmodules.builtin497 kernel/drivers/base/firmware_loader/firmware_class.ko
A DMAINTAINERS7425 F: Documentation/firmware_class/
A DSystem.map155766 ffff80001205ffa8 d firmware_class
A D.tmp_System.map155766 ffff80001205ffa8 d firmware_class

Completed in 366 milliseconds