Home
last modified time | relevance | path

Searched refs:request_firmware_nowait (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v5.4/Documentation/driver-api/firmware/
Drequest_firmware.rst44 informed through the callback. request_firmware_nowait() cannot be called
47 request_firmware_nowait section in Asynchronous firmware requests
50 :functions: request_firmware_nowait
Dfallback-mechanisms.rst13 mechanism is available and for the request_firmware_nowait() call.
17 today. The call request_firmware_nowait() allows for one alternative
19 argument to request_firmware_nowait(), uevent, is set to false you are
29 for request_firmware_nowait() when uevent is set to true.
166 Users of the request_firmware_nowait() call have yet another option available
177 rely on the uevent flag which can be disabled by request_firmware_nowait() to
180 Although this can disable the firmware cache for request_firmware_nowait()
Dfirmware_cache.rst30 device if if the second argument (uevent) to request_firmware_nowait() is
/Linux-v5.4/include/linux/
Dfirmware.h47 int request_firmware_nowait(
72 static inline int request_firmware_nowait( in request_firmware_nowait() function
/Linux-v5.4/lib/
Dtest_firmware.c534 rc = request_firmware_nowait(THIS_MODULE, 1, name, dev, GFP_KERNEL, in trigger_async_request_store()
577 rc = request_firmware_nowait(THIS_MODULE, FW_ACTION_NOHOTPLUG, name, in trigger_custom_fallback_store()
785 rc = request_firmware_nowait(THIS_MODULE, send_uevent, in trigger_batched_requests_async_store()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dsw.c190 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl8821ae_init_sw_vars()
201 err = request_firmware_nowait(THIS_MODULE, 1, in rtl8821ae_init_sw_vars()
/Linux-v5.4/drivers/misc/
Dlattice-ecp3-config.c202 err = request_firmware_nowait(THIS_MODULE, FW_ACTION_HOTPLUG, in lattice_ecp3_probe()
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dath9k_pci_owl_loader.c181 err = request_firmware_nowait(THIS_MODULE, true, eeprom_name, in owl_probe()
/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dfirmware.c37 ret = request_firmware_nowait(THIS_MODULE, true, name, in do_load_firmware()
/Linux-v5.4/sound/soc/intel/common/
Dsst-acpi.c154 ret = request_firmware_nowait(THIS_MODULE, true, mach->fw_filename, in sst_acpi_probe()
/Linux-v5.4/sound/soc/codecs/
Dwm8958-dsp2.c915 request_firmware_nowait(THIS_MODULE, FW_ACTION_HOTPLUG, in wm8958_dsp2_init()
918 request_firmware_nowait(THIS_MODULE, FW_ACTION_HOTPLUG, in wm8958_dsp2_init()
921 request_firmware_nowait(THIS_MODULE, FW_ACTION_HOTPLUG, in wm8958_dsp2_init()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dsw.c161 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl8723be_init_sw_vars()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dsw.c160 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl92d_init_sw_vars()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dsw.c148 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl88e_init_sw_vars()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dsw.c154 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl92ee_init_sw_vars()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dsw.c151 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl92c_init_sw_vars()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dsw.c61 err = request_firmware_nowait(THIS_MODULE, 1, in rtl92cu_init_sw_vars()
/Linux-v5.4/drivers/staging/rtl8712/
Dhal_init.c60 rc = request_firmware_nowait(THIS_MODULE, 1, firmware_file, dev, in rtl871x_load_fw()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dsw.c157 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl8723e_init_sw_vars()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dsw.c191 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl92s_init_sw_vars()
/Linux-v5.4/drivers/base/firmware_loader/
Dmain.c1007 request_firmware_nowait( in request_firmware_nowait() function
1047 EXPORT_SYMBOL(request_firmware_nowait);
/Linux-v5.4/drivers/platform/x86/
Ddell_rbu.c600 req_firm_rc = request_firmware_nowait(THIS_MODULE, in write_rbu_image_type()
/Linux-v5.4/drivers/leds/
Dleds-lp55xx-common.c224 return request_firmware_nowait(THIS_MODULE, false, name, dev, in lp55xx_request_firmware()
/Linux-v5.4/sound/soc/intel/atom/sst/
Dsst.c331 ret = request_firmware_nowait(THIS_MODULE, true, ctx->firmware_name, in sst_context_init()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.c682 ret = request_firmware_nowait(THIS_MODULE, true, first->path, in brcmf_fw_get_firmwares()

123