Searched refs:load_fw (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/tools/testing/selftests/firmware/
H A Dfw_userhelper.sh34 load_fw() function
82 load_fw "$NAME" "$0"
91 load_fw "$NAME" "$FW"
/linux-4.4.14/sound/soc/intel/skylake/
H A Dskl-sst-dsp.h111 int (*load_fw)(struct sst_dsp *ctx); member in struct:skl_dsp_fw_ops
H A Dskl-sst.c207 .load_fw = skl_load_base_firmware,
259 ret = sst->fw_ops.load_fw(sst); skl_sst_dsp_init()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Dmain.c747 int wil_reset(struct wil6210_priv *wil, bool load_fw) wil_reset() argument
803 if (rc == -EAGAIN && !load_fw) /* ignore RF error if not going up */ wil_reset()
808 if (load_fw) { wil_reset()
842 if (load_fw) { wil_reset()
/linux-4.4.14/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c560 static int s5c73m3_spi_boot(struct s5c73m3 *state, bool load_fw) s5c73m3_spi_boot() argument
596 if (load_fw) s5c73m3_spi_boot()
611 if (ret < 0 || !load_fw) s5c73m3_spi_boot()
618 if (load_fw && update_fw) { s5c73m3_spi_boot()
725 static int s5c73m3_rom_boot(struct s5c73m3 *state, bool load_fw) s5c73m3_rom_boot() argument
/linux-4.4.14/include/media/
H A Dv4l2-subdev.h136 * @load_fw: load firmware.
188 int (*load_fw)(struct v4l2_subdev *sd); member in struct:v4l2_subdev_core_ops
/linux-4.4.14/drivers/media/usb/cx231xx/
H A Dcx231xx-audio.c572 cx25840_call(dev, core, load_fw); audio_trigger()
H A Dcx231xx-cards.c1099 cx25840_call(dev, core, load_fw); cx231xx_card_setup()
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-driver.c1232 v4l2_subdev_call(cx->sd_av, core, load_fw); cx18_init_on_first_open()
H A Dcx18-av-core.c1270 .load_fw = cx18_av_load_fw,
/linux-4.4.14/drivers/media/pci/cx23885/
H A Dcx23885-cards.c2128 v4l2_subdev_call(dev->sd_cx25840, core, load_fw); cx23885_card_setup()
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-driver.c1347 v4l2_subdev_call(itv->sd_video, core, load_fw); ivtv_init_on_first_open()
/linux-4.4.14/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1634 /* This load_fw operation must be called to load the driver's firmware.
5050 .load_fw = cx25840_load_fw,
/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_hw.c1952 *reset = 0; /* already reset as part of load_fw */ csio_hw_prep_fw()
/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c2175 v4l2_device_call_all(&hdw->v4l2_dev, 0, core, load_fw); pvr2_hdw_setup_low()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3136 *reset = 0; /* already reset as part of load_fw */ t4_prep_fw()

Completed in 1048 milliseconds