Searched refs:load_fw (Results 1 – 13 of 13) sorted by relevance
/drivers/media/i2c/s5c73m3/ |
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
|
/drivers/crypto/marvell/octeontx2/ |
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() 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/ |
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()
|
/drivers/net/ethernet/netronome/nfp/nfpcore/ |
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()
|
/drivers/media/usb/cx231xx/ |
D | cx231xx-audio.c | 496 cx25840_call(dev, core, load_fw); in audio_trigger()
|
D | cx231xx-cards.c | 1267 cx25840_call(dev, core, load_fw); in cx231xx_card_setup()
|
/drivers/media/dvb-frontends/ |
D | mxl5xx.c | 1583 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/ |
D | cx18-av-core.c | 1253 .load_fw = cx18_av_load_fw,
|
D | cx18-driver.c | 1208 v4l2_subdev_call(cx->sd_av, core, load_fw); in cx18_init_on_first_open()
|
/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 1334 v4l2_subdev_call(itv->sd_video, core, load_fw); in ivtv_init_on_first_open()
|
/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 2425 v4l2_subdev_call(dev->sd_cx25840, core, load_fw); in cx23885_card_setup()
|
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 2158 v4l2_device_call_all(&hdw->v4l2_dev, 0, core, load_fw); in pvr2_hdw_setup_low()
|
/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 5730 .load_fw = cx25840_load_fw,
|