Lines Matching defs:uevent
713 /* don't cache firmware handled without uevent */
929 * @name will be used as $FIRMWARE in the uevent environment and
1041 * request_firmware_into_buf() or request_firmware_nowait() with no uevent set.
1162 struct module *module, bool uevent,
1182 (uevent ? FW_OPT_UEVENT : FW_OPT_USERHELPER) |
1185 if (!uevent && fw_cache_is_setup(device, name)) {
1206 * @uevent: sends uevent to copy the firmware image if this flag
1227 struct module *module, bool uevent,
1231 return _request_firmware_nowait(module, uevent, name, device, gfp,
1249 * when the firmware file could not be found and always sends a uevent to copy
1555 * non-uevent firmware request to avoid stalling suspend.