Home
last modified time | relevance | path

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

12

/linux-3.4.99/sound/pci/echoaudio/
Dindigodjx_dsp.c57 err = load_firmware(chip); in init_hw()
Dindigoiox_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()
Dechoaudio.h466 static int load_firmware(struct echoaudio *chip);
Dgina24_dsp.c77 if ((err = load_firmware(chip)) < 0) in init_hw()
Dlayla24_dsp.c65 if ((err = load_firmware(chip)) < 0) in init_hw()
Dmona_dsp.c70 if ((err = load_firmware(chip)) < 0) in init_hw()
/linux-3.4.99/drivers/media/common/tuners/
Dtuner-xc2028.c535 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function
769 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware()
779 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware()
781 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
803 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
805 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
984 rc = load_firmware(fe, BASE, &std0); in check_firmware()
993 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
995 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1017 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2x00firmware.c114 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
/linux-3.4.99/include/linux/isdn/
Dcapilli.h45 int (*load_firmware)(struct capi_ctr *, capiloaddata *); member
/linux-3.4.99/drivers/isdn/hardware/eicon/
Dcapimain.c112 ctrl->load_firmware = NULL; in diva_os_set_controller_struct()
/linux-3.4.99/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()
/linux-3.4.99/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()

12