Lines Matching defs:module
16 #include <linux/module.h>
478 * kernel instead of module.
891 /* Need to pin this module until return */
901 * firmware_request_nowarn() - request for an optional fw module
918 /* Need to pin this module until return */
967 /* Need to pin this module until return */
1080 struct module *module;
1100 module_put(fw_work->module);
1107 * @module: module requesting the firmware
1130 struct module *module, bool uevent,
1140 fw_work->module = module;
1158 if (!try_module_get(module)) {