Home
last modified time | relevance | path

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

123

/Linux-v4.19/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-v4.19/include/linux/
Dfirmware.h47 int request_firmware_nowait(
72 static inline int request_firmware_nowait( in request_firmware_nowait() function
/Linux-v4.19/lib/
Dtest_firmware.c507 rc = request_firmware_nowait(THIS_MODULE, 1, name, dev, GFP_KERNEL, in trigger_async_request_store()
550 rc = request_firmware_nowait(THIS_MODULE, FW_ACTION_NOHOTPLUG, name, in trigger_custom_fallback_store()
748 rc = request_firmware_nowait(THIS_MODULE, send_uevent, in trigger_batched_requests_async_store()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dfirmware.c36 ret = request_firmware_nowait(THIS_MODULE, true, name, in do_load_firmware()
/Linux-v4.19/drivers/misc/
Dlattice-ecp3-config.c206 err = request_firmware_nowait(THIS_MODULE, FW_ACTION_HOTPLUG, in lattice_ecp3_probe()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dsw.c216 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl8821ae_init_sw_vars()
227 err = request_firmware_nowait(THIS_MODULE, 1, in rtl8821ae_init_sw_vars()
/Linux-v4.19/sound/soc/intel/common/
Dsst-acpi.c162 ret = request_firmware_nowait(THIS_MODULE, true, mach->fw_filename, in sst_acpi_probe()
/Linux-v4.19/sound/soc/codecs/
Dwm8958-dsp2.c918 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()
924 request_firmware_nowait(THIS_MODULE, FW_ACTION_HOTPLUG, in wm8958_dsp2_init()
/Linux-v4.19/drivers/base/firmware_loader/
Dmain.c817 request_firmware_nowait( in request_firmware_nowait() function
857 EXPORT_SYMBOL(request_firmware_nowait);
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dsw.c85 err = request_firmware_nowait(THIS_MODULE, 1, in rtl92cu_init_sw_vars()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dsw.c176 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl92ee_init_sw_vars()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dsw.c182 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl92d_init_sw_vars()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dsw.c175 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl92c_init_sw_vars()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dsw.c183 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl8723e_init_sw_vars()
/Linux-v4.19/drivers/staging/rtl8712/
Dhal_init.c68 rc = request_firmware_nowait(THIS_MODULE, 1, firmware_file, dev, in rtl871x_load_fw()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dsw.c187 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl8723be_init_sw_vars()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dsw.c174 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl88e_init_sw_vars()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dsw.c215 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, in rtl92s_init_sw_vars()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dsw.c189 err = request_firmware_nowait(THIS_MODULE, 1, fw_name, rtlpriv->io.dev, in rtl8822be_init_sw_vars()
/Linux-v4.19/drivers/firmware/
Ddell_rbu.c622 req_firm_rc = request_firmware_nowait(THIS_MODULE, in write_rbu_image_type()
/Linux-v4.19/drivers/leds/
Dleds-lp55xx-common.c227 return request_firmware_nowait(THIS_MODULE, false, name, dev, in lp55xx_request_firmware()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.c519 ret = request_firmware_nowait(THIS_MODULE, true, cur->path, in brcmf_fw_request_next_item()
/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst.c339 ret = request_firmware_nowait(THIS_MODULE, true, ctx->firmware_name, in sst_context_init()

123