Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/wil6210/
Dmain.c824 int wil_reset(struct wil6210_priv *wil, bool load_fw) in wil_reset() argument
900 if (rc == -EAGAIN && !load_fw) /* ignore RF error if not going up */ in wil_reset()
906 if (load_fw) { in wil_reset()
941 if (load_fw) { in wil_reset()
/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c560 static int s5c73m3_spi_boot(struct s5c73m3 *state, bool load_fw) in s5c73m3_spi_boot() argument
596 if (load_fw) in s5c73m3_spi_boot()
611 if (ret < 0 || !load_fw) in s5c73m3_spi_boot()
618 if (load_fw && update_fw) { in s5c73m3_spi_boot()
725 static int s5c73m3_rom_boot(struct s5c73m3 *state, bool load_fw) in s5c73m3_rom_boot() argument
/drivers/media/usb/cx231xx/
Dcx231xx-audio.c575 cx25840_call(dev, core, load_fw); in audio_trigger()
Dcx231xx-cards.c1099 cx25840_call(dev, core, load_fw); in cx231xx_card_setup()
/drivers/media/pci/cx18/
Dcx18-av-core.c1270 .load_fw = cx18_av_load_fw,
Dcx18-driver.c1232 v4l2_subdev_call(cx->sd_av, core, load_fw); in cx18_init_on_first_open()
/drivers/media/pci/ivtv/
Divtv-driver.c1347 v4l2_subdev_call(itv->sd_video, core, load_fw); in ivtv_init_on_first_open()
/drivers/media/pci/cx23885/
Dcx23885-cards.c2286 v4l2_subdev_call(dev->sd_cx25840, core, load_fw); in cx23885_card_setup()
/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c2175 v4l2_device_call_all(&hdw->v4l2_dev, 0, core, load_fw); in pvr2_hdw_setup_low()
/drivers/media/i2c/cx25840/
Dcx25840-core.c5052 .load_fw = cx25840_load_fw,