/Linux-v4.19/sound/pci/echoaudio/ |
D | indigodjx_dsp.c | 57 err = load_firmware(chip); in init_hw()
|
D | indigoiox_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 | echoaudio.h | 435 static int load_firmware(struct echoaudio *chip);
|
D | gina24_dsp.c | 77 if ((err = load_firmware(chip)) < 0) in init_hw()
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | capimain.c | 99 ctrl->load_firmware = NULL; in diva_os_set_controller_struct()
|
/Linux-v4.19/drivers/net/wireless/ralink/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,
|
/Linux-v4.19/drivers/media/tuners/ |
D | tuner-xc2028.c | 543 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function 779 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware() 789 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware() 791 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware() 813 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware() 815 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id); in check_firmware()
|
D | xc4000.c | 691 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function 987 rc = load_firmware(fe, BASE, &std0); in check_firmware() 996 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 998 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 1020 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
|
/Linux-v4.19/include/linux/isdn/ |
D | capilli.h | 45 int (*load_firmware)(struct capi_ctr *, capiloaddata *); member
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 237 int (*load_firmware)(void *handle); member
|
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_8723a.c | 370 .load_firmware = rtl8723au_load_firmware,
|