/kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
H A D | fw_fallback.sh | 21 load_fw() function 203 load_fw "$NAME" "$0" 212 load_fw "$NAME" "$FW"
|
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/ |
H A D | fw_fallback.sh | 21 load_fw() function 203 load_fw "$NAME" "$0" 212 load_fw "$NAME" "$FW"
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-sst.c | 498 .load_fw = skl_load_base_firmware, 560 ret = sst->fw_ops.load_fw(sst); in skl_sst_init_fw()
|
H A D | bxt-sst.c | 527 .load_fw = bxt_load_base_firmware, 594 ret = sst->fw_ops.load_fw(sst); in bxt_sst_init_fw()
|
H A D | cnl-sst.c | 296 .load_fw = cnl_load_base_firmware, 481 ret = skl->dsp->fw_ops.load_fw(sst); in cnl_sst_init_fw()
|
H A D | skl-sst-dsp.h | 140 int (*load_fw)(struct sst_dsp *ctx); member
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-sst.c | 498 .load_fw = skl_load_base_firmware, 560 ret = sst->fw_ops.load_fw(sst); in skl_sst_init_fw()
|
H A D | bxt-sst.c | 527 .load_fw = bxt_load_base_firmware, 594 ret = sst->fw_ops.load_fw(sst); in bxt_sst_init_fw()
|
H A D | cnl-sst.c | 296 .load_fw = cnl_load_base_firmware, 481 ret = skl->dsp->fw_ops.load_fw(sst); in cnl_sst_init_fw()
|
H A D | skl-sst-dsp.h | 140 int (*load_fw)(struct sst_dsp *ctx); member
|
/kernel/linux/linux-5.10/drivers/media/i2c/s5c73m3/ |
H A D | s5c73m3-core.c | 553 static int s5c73m3_spi_boot(struct s5c73m3 *state, bool load_fw) in s5c73m3_spi_boot() argument 589 if (load_fw) in s5c73m3_spi_boot() 604 if (ret < 0 || !load_fw) in s5c73m3_spi_boot() 611 if (load_fw && update_fw) { in s5c73m3_spi_boot() 718 static int s5c73m3_rom_boot(struct s5c73m3 *state, bool load_fw) in s5c73m3_rom_boot() argument
|
/kernel/linux/linux-6.6/drivers/media/i2c/s5c73m3/ |
H A D | s5c73m3-core.c | 551 static int s5c73m3_spi_boot(struct s5c73m3 *state, bool load_fw) in s5c73m3_spi_boot() argument 587 if (load_fw) in s5c73m3_spi_boot() 602 if (ret < 0 || !load_fw) in s5c73m3_spi_boot() 609 if (load_fw && update_fw) { in s5c73m3_spi_boot() 716 static int s5c73m3_rom_boot(struct s5c73m3 *state, bool load_fw) in s5c73m3_rom_boot() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_nsp.c | 792 struct nfp_nsp_command_buf_arg load_fw = { in nfp_nsp_load_fw() local 803 ret = nfp_nsp_command_buf(state, &load_fw); in nfp_nsp_load_fw()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_nsp.c | 793 struct nfp_nsp_command_buf_arg load_fw = { in nfp_nsp_load_fw() local 804 ret = nfp_nsp_command_buf(state, &load_fw); in nfp_nsp_load_fw()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 1593 int wil_reset(struct wil6210_priv *wil, bool load_fw) in wil_reset() argument 1694 if (rc == -EAGAIN && !load_fw) in wil_reset() 1702 if (load_fw) { in wil_reset() 1745 if (load_fw) { in wil_reset()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptpf_ucode.c | 361 static int load_fw(struct device *dev, struct fw_info_t *fw_info, in load_fw() function 467 ret = load_fw(&pdev->dev, fw_info, filename); in cpt_ucode_load_fw() 1689 ret = load_fw(dev, &fw_info, ucode_filename[0]); in otx2_cpt_dl_custom_egrp_create() 1695 ret = load_fw(dev, &fw_info, ucode_filename[1]); in otx2_cpt_dl_custom_egrp_create()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 1593 int wil_reset(struct wil6210_priv *wil, bool load_fw) in wil_reset() argument 1694 if (rc == -EAGAIN && !load_fw) in wil_reset() 1702 if (load_fw) { in wil_reset() 1745 if (load_fw) { in wil_reset()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-subdev.h | 155 * @load_fw: load firmware. 196 int (*load_fw)(struct v4l2_subdev *sd); member
|
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
H A D | cx231xx-audio.c | 496 cx25840_call(dev, core, load_fw); in audio_trigger()
|
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/ |
H A D | cx231xx-audio.c | 496 cx25840_call(dev, core, load_fw); in audio_trigger()
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-subdev.h | 156 * @load_fw: load firmware. 200 int (*load_fw)(struct v4l2_subdev *sd); member
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | mxl5xx.c | 1592 static int load_fw(struct mxl *state, struct mxl5xx_cfg *cfg) in load_fw() function 1801 status = load_fw(state, cfg); in probe()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | mxl5xx.c | 1583 static int load_fw(struct mxl *state, struct mxl5xx_cfg *cfg) in load_fw() function 1790 status = load_fw(state, cfg); in probe()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-av-core.c | 1253 .load_fw = cx18_av_load_fw,
|
H A D | cx18-driver.c | 1209 v4l2_subdev_call(cx->sd_av, core, load_fw); in cx18_init_on_first_open()
|