/linux-4.4.14/sound/pci/echoaudio/ |
D | indigoiox_dsp.c | 57 err = load_firmware(chip); in init_hw()
|
D | indigodjx_dsp.c | 57 err = load_firmware(chip); in init_hw()
|
D | darla20_dsp.c | 56 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | indigoio_dsp.c | 59 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | darla24_dsp.c | 55 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | indigodj_dsp.c | 59 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | indigo_dsp.c | 59 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | echo3g_dsp.c | 68 err = load_firmware(chip); in init_hw()
|
D | gina20_dsp.c | 61 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | mia_dsp.c | 65 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | layla20_dsp.c | 63 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | gina24_dsp.c | 77 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | echoaudio.h | 435 static int load_firmware(struct echoaudio *chip);
|
D | layla24_dsp.c | 65 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | mona_dsp.c | 70 if ((err = load_firmware(chip)) < 0) in init_hw()
|
D | echoaudio_dsp.c | 488 static int load_firmware(struct echoaudio *chip) in load_firmware() function
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00firmware.c | 111 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
|
D | rt2800soc.c | 191 .load_firmware = rt2800soc_load_firmware,
|
D | rt2800pci.c | 352 .load_firmware = rt2800_load_firmware,
|
D | rt2x00.h | 540 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member
|
D | rt2800usb.c | 872 .load_firmware = rt2800_load_firmware,
|
D | rt73usb.c | 2329 .load_firmware = rt73usb_load_firmware,
|
D | rt61pci.c | 2996 .load_firmware = rt61pci_load_firmware,
|
/linux-4.4.14/include/linux/isdn/ |
D | capilli.h | 45 int (*load_firmware)(struct capi_ctr *, capiloaddata *); member
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | capimain.c | 112 ctrl->load_firmware = NULL; in diva_os_set_controller_struct()
|
/linux-4.4.14/drivers/media/tuners/ |
D | tuner-xc2028.c | 540 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()
|
D | xc4000.c | 701 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/ |
D | b1pci.c | 112 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1pci_probe() 251 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware; in b1pciv4_probe()
|
D | b1pcmcia.c | 108 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1pcmcia_add_card()
|
D | b1isa.c | 121 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1isa_probe()
|
D | t1pci.c | 119 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware; in t1pci_add_card()
|
D | t1isa.c | 430 cinfo->capi_ctrl.load_firmware = t1isa_load_firmware; in t1isa_probe()
|
D | c4.c | 1211 cinfo->capi_ctrl.load_firmware = c4_load_firmware; in c4_add_card()
|
/linux-4.4.14/drivers/isdn/capi/ |
D | kcapi.c | 1100 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/ |
D | capi.c | 572 session->ctrl.load_firmware = cmtp_load_firmware; in cmtp_attach_device()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.h | 673 int (*load_firmware) (struct rtl8xxxu_priv *priv); member
|
D | rtl8xxxu.c | 5705 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/ |
D | chip.h | 627 int load_firmware(struct hfi1_devdata *dd);
|
D | firmware.c | 1235 int load_firmware(struct hfi1_devdata *dd) in load_firmware() function
|
D | chip.c | 10690 ret = load_firmware(dd); /* asymmetric with dispose_firmware() */ in hfi1_init_dd()
|
/linux-4.4.14/drivers/tty/ |
D | isicom.c | 1371 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/ |
D | hycapi.c | 775 ctrl->load_firmware = hycapi_load_firmware; in hycapi_capi_create()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 904 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/ |
D | cs46xx_lib.c | 396 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/ |
D | mISDNisar.c | 186 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/ |
D | INTERFACE.CAPI | 113 int (*load_firmware)(struct capi_ctr *ctrlr, capiloaddata *ldata)
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 1636 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/ |
D | capi.c | 2476 iif->ctr.load_firmware = NULL; in gigaset_isdn_regdev()
|