Home
last modified time | relevance | path

Searched refs:load_fw (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/tools/testing/selftests/firmware/
Dfw_fallback.sh21 load_fw() function
203 load_fw "$NAME" "$0"
212 load_fw "$NAME" "$FW"
/linux-6.12.1/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c551 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
/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dmain.c1593 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()
/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_ucode.c363 static int load_fw(struct device *dev, struct fw_info_t *fw_info, in load_fw() function
471 ret = load_fw(&pdev->dev, fw_info, filename, rid); in cpt_ucode_load_fw()
1698 ret = load_fw(dev, &fw_info, ucode_filename[0], eng_grps->rid); in otx2_cpt_dl_custom_egrp_create()
1704 ret = load_fw(dev, &fw_info, ucode_filename[1], eng_grps->rid); in otx2_cpt_dl_custom_egrp_create()
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_nsp.c793 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()
/linux-6.12.1/drivers/media/usb/cx231xx/
Dcx231xx-audio.c496 cx25840_call(dev, core, load_fw); in audio_trigger()
Dcx231xx-cards.c1267 cx25840_call(dev, core, load_fw); in cx231xx_card_setup()
/linux-6.12.1/include/media/
Dv4l2-subdev.h200 int (*load_fw)(struct v4l2_subdev *sd); member
/linux-6.12.1/drivers/media/dvb-frontends/
Dmxl5xx.c1583 static int load_fw(struct mxl *state, struct mxl5xx_cfg *cfg) in load_fw() function
1790 status = load_fw(state, cfg); in probe()
/linux-6.12.1/drivers/media/pci/cx18/
Dcx18-av-core.c1253 .load_fw = cx18_av_load_fw,
Dcx18-driver.c1208 v4l2_subdev_call(cx->sd_av, core, load_fw); in cx18_init_on_first_open()
/linux-6.12.1/drivers/media/pci/ivtv/
Divtv-driver.c1296 v4l2_subdev_call(itv->sd_video, core, load_fw); in ivtv_init_on_first_open()
/linux-6.12.1/drivers/media/pci/cx23885/
Dcx23885-cards.c2425 v4l2_subdev_call(dev->sd_cx25840, core, load_fw); in cx23885_card_setup()
/linux-6.12.1/drivers/media/i2c/cx25840/
Dcx25840-core.c3658 .load_fw = cx25840_load_fw,
/linux-6.12.1/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c2158 v4l2_device_call_all(&hdw->v4l2_dev, 0, core, load_fw); in pvr2_hdw_setup_low()