Home
last modified time | relevance | path

Searched refs:request_firmware_direct (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/include/linux/
H A Dfirmware.h106 int request_firmware_direct(const struct firmware **fw, const char *name,
149 static inline int request_firmware_direct(const struct firmware **fw, in request_firmware_direct() function
/openbmc/linux/Documentation/driver-api/firmware/
H A Drequest_firmware.rst33 request_firmware_direct section in Synchronous firmware requests
36 :functions: request_firmware_direct
H A Dfallback-mechanisms.rst16 except request_firmware_direct(). Most distributions disable this option
/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Dload.c271 ret = request_firmware_direct(&fw, scan_path, dev); in ifs_load_firmware()
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c85 ret = request_firmware_direct(&fw, fwname, gpu->dev->dev); in zap_shader_load_mdt()
448 ret = request_firmware_direct(&fw, newname, drm->dev); in adreno_request_fw()
468 ret = request_firmware_direct(&fw, fwname, drm->dev); in adreno_request_fw()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_hdcp_helper.c240 ret = request_firmware_direct(&fw, (const char *)fw_name, in drm_hdcp_request_srm()
/openbmc/linux/drivers/base/firmware_loader/
H A Dmain.c1003 int request_firmware_direct(const struct firmware **firmware_p, in request_firmware_direct() function
1015 EXPORT_SYMBOL_GPL(request_firmware_direct);
H A DKconfig169 mechanism is request_firmware_direct(). This option is kept for
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dp54spi.c184 ret = request_firmware_direct(&eeprom, "3826.eeprom", &priv->spi->dev); in p54spi_request_eeprom()
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c915 if (request_firmware_direct(&fw, (const char *)fw_name, device)) { in request_microcode_amd()
H A Dintel.c863 if (request_firmware_direct(&firmware, name, device)) { in request_microcode_fw()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.c363 err = request_firmware_direct(&fw, name, &pdev->dev); in nfp_net_fw_request()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_pci.c728 err = request_firmware_direct(&fw->bin, fw_path, fw->dev.dev); in prestera_fw_get()
/openbmc/linux/lib/
H A Dtest_firmware.c619 request_firmware_direct : in config_sync_direct_store()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_linecards.c1439 err = request_firmware_direct(&firmware, filename, in mlxsw_linecard_types_init()
H A Dcore.c1268 err = request_firmware_direct(&firmware, filename, mlxsw_bus_info->dev); in mlxsw_core_fw_rev_validate()
/openbmc/linux/drivers/soc/ti/
H A Dknav_qmss_queue.c1572 ret = request_firmware_direct(&fw, in knav_queue_load_pdsp()
/openbmc/linux/drivers/bluetooth/
H A Dbtintel.c377 err = request_firmware_direct(&fw, ddc_name, &hdev->dev); in btintel_load_ddc_config()
/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5_mss.c455 if (request_firmware_direct(&dp_fw, "msadp", qproc->dev)) in q6v5_debug_policy_load()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c1853 err = request_firmware_direct(&fw, flash->data, &dev->dev); in mlx5e_ethtool_flash_device()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1749 if (!request_firmware_direct(&fw, kpu_profile, rvu->dev)) { in npc_load_kpu_profile()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4403 ret = request_firmware_direct(&phyf, phy_info->phy_fw_file, in adap_init0_phy()