Lines Matching defs:module
16 #include <linux/module.h>
482 * kernel instead of module.
956 /* Need to pin this module until return */
966 * firmware_request_nowarn() - request for an optional fw module
983 /* Need to pin this module until return */
1032 /* Need to pin this module until return */
1145 struct module *module;
1165 module_put(fw_work->module);
1172 * @module: module requesting the firmware
1195 struct module *module, bool uevent,
1205 fw_work->module = module;
1223 if (!try_module_get(module)) {