Home
last modified time | relevance | path

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

/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c553 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
/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_ucode.c361 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()
1691 ret = load_fw(dev, &fw_info, ucode_filename[0]); in otx2_cpt_dl_custom_egrp_create()
1697 ret = load_fw(dev, &fw_info, ucode_filename[1]); in otx2_cpt_dl_custom_egrp_create()
/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()
/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()
/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()
/drivers/media/dvb-frontends/
Dmxl5xx.c1583 static int load_fw(struct mxl *state, struct mxl5xx_cfg *cfg) in load_fw() function
1792 status = load_fw(state, cfg); in probe()
/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()
/drivers/media/pci/ivtv/
Divtv-driver.c1334 v4l2_subdev_call(itv->sd_video, core, load_fw); in ivtv_init_on_first_open()
/drivers/media/pci/cx23885/
Dcx23885-cards.c2425 v4l2_subdev_call(dev->sd_cx25840, core, load_fw); in cx23885_card_setup()
/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c2158 v4l2_device_call_all(&hdw->v4l2_dev, 0, core, load_fw); in pvr2_hdw_setup_low()
/drivers/media/i2c/cx25840/
Dcx25840-core.c5730 .load_fw = cx25840_load_fw,