Home
last modified time | relevance | path

Searched refs:load_firmware (Results 1 – 48 of 48) sorted by relevance

/linux-4.4.14/sound/pci/echoaudio/
Dindigoiox_dsp.c57 err = load_firmware(chip); in init_hw()
Dindigodjx_dsp.c57 err = load_firmware(chip); in init_hw()
Ddarla20_dsp.c56 if ((err = load_firmware(chip)) < 0) in init_hw()
Dindigoio_dsp.c59 if ((err = load_firmware(chip)) < 0) in init_hw()
Ddarla24_dsp.c55 if ((err = load_firmware(chip)) < 0) in init_hw()
Dindigodj_dsp.c59 if ((err = load_firmware(chip)) < 0) in init_hw()
Dindigo_dsp.c59 if ((err = load_firmware(chip)) < 0) in init_hw()
Decho3g_dsp.c68 err = load_firmware(chip); in init_hw()
Dgina20_dsp.c61 if ((err = load_firmware(chip)) < 0) in init_hw()
Dmia_dsp.c65 if ((err = load_firmware(chip)) < 0) in init_hw()
Dlayla20_dsp.c63 if ((err = load_firmware(chip)) < 0) in init_hw()
Dgina24_dsp.c77 if ((err = load_firmware(chip)) < 0) in init_hw()
Dechoaudio.h435 static int load_firmware(struct echoaudio *chip);
Dlayla24_dsp.c65 if ((err = load_firmware(chip)) < 0) in init_hw()
Dmona_dsp.c70 if ((err = load_firmware(chip)) < 0) in init_hw()
Dechoaudio_dsp.c488 static int load_firmware(struct echoaudio *chip) in load_firmware() function
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00firmware.c111 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
Drt2800soc.c191 .load_firmware = rt2800soc_load_firmware,
Drt2800pci.c352 .load_firmware = rt2800_load_firmware,
Drt2x00.h540 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member
Drt2800usb.c872 .load_firmware = rt2800_load_firmware,
Drt73usb.c2329 .load_firmware = rt73usb_load_firmware,
Drt61pci.c2996 .load_firmware = rt61pci_load_firmware,
/linux-4.4.14/include/linux/isdn/
Dcapilli.h45 int (*load_firmware)(struct capi_ctr *, capiloaddata *); member
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dcapimain.c112 ctrl->load_firmware = NULL; in diva_os_set_controller_struct()
/linux-4.4.14/drivers/media/tuners/
Dtuner-xc2028.c540 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function
776 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware()
786 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware()
788 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
810 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
812 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id); in check_firmware()
Dxc4000.c701 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function
998 rc = load_firmware(fe, BASE, &std0); in check_firmware()
1007 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1009 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1031 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
/linux-4.4.14/drivers/isdn/hardware/avm/
Db1pci.c112 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1pci_probe()
251 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware; in b1pciv4_probe()
Db1pcmcia.c108 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1pcmcia_add_card()
Db1isa.c121 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1isa_probe()
Dt1pci.c119 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware; in t1pci_add_card()
Dt1isa.c430 cinfo->capi_ctrl.load_firmware = t1isa_load_firmware; in t1isa_probe()
Dc4.c1211 cinfo->capi_ctrl.load_firmware = c4_load_firmware; in c4_add_card()
/linux-4.4.14/drivers/isdn/capi/
Dkcapi.c1100 if (ctr->load_firmware == NULL) { in old_capi_manufacturer()
1131 retval = ctr->load_firmware(ctr, &ldata); in old_capi_manufacturer()
/linux-4.4.14/net/bluetooth/cmtp/
Dcapi.c572 session->ctrl.load_firmware = cmtp_load_firmware; in cmtp_attach_device()
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h673 int (*load_firmware) (struct rtl8xxxu_priv *priv); member
Drtl8xxxu.c5705 ret = priv->fops->load_firmware(priv); in rtl8xxxu_probe()
5793 .load_firmware = rtl8723au_load_firmware,
5802 .load_firmware = rtl8192cu_load_firmware,
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.h627 int load_firmware(struct hfi1_devdata *dd);
Dfirmware.c1235 int load_firmware(struct hfi1_devdata *dd) in load_firmware() function
Dchip.c10690 ret = load_firmware(dd); /* asymmetric with dispose_firmware() */ in hfi1_init_dd()
/linux-4.4.14/drivers/tty/
Disicom.c1371 static int load_firmware(struct pci_dev *pdev, in load_firmware() function
1609 retval = load_firmware(pdev, index, signature); in isicom_probe()
/linux-4.4.14/drivers/isdn/hysdn/
Dhycapi.c775 ctrl->load_firmware = hycapi_load_firmware; in hycapi_capi_create()
/linux-4.4.14/drivers/media/dvb-frontends/
Ddrxd_hard.c904 static int load_firmware(struct drxd_state *state, const char *fw_name) in load_firmware() function
1555 if (load_firmware(state, DRX_FW_FILENAME_A2)) in SetDeviceTypeId()
1565 if (load_firmware(state, DRX_FW_FILENAME_B1)) in SetDeviceTypeId()
/linux-4.4.14/sound/pci/cs46xx/
Dcs46xx_lib.c396 static int load_firmware(struct snd_cs46xx *chip, in load_firmware() function
515 static int load_firmware(struct snd_cs46xx *chip) in load_firmware() function
3255 err = load_firmware(chip, &chip->modules[i], module_names[i]); in snd_cs46xx_start_dsp()
3272 err = load_firmware(chip); in snd_cs46xx_start_dsp()
/linux-4.4.14/drivers/isdn/hardware/mISDN/
DmISDNisar.c186 load_firmware(struct isar_hw *isar, const u8 *buf, int size) in load_firmware() function
1684 isar->firmware = &load_firmware; in mISDNisar_init()
/linux-4.4.14/Documentation/isdn/
DINTERFACE.CAPI113 int (*load_firmware)(struct capi_ctr *ctrlr, capiloaddata *ldata)
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c1636 static int load_firmware(struct octeon_device *oct) in load_firmware() function
3633 ret = load_firmware(octeon_dev); in octeon_device_init()
/linux-4.4.14/drivers/isdn/gigaset/
Dcapi.c2476 iif->ctr.load_firmware = NULL; in gigaset_isdn_regdev()