Home
last modified time | relevance | path

Searched refs:load_firmware (Results 1 - 25 of 126) sorted by relevance

123456

/kernel/linux/linux-5.10/sound/pci/echoaudio/
H A Dindigoiox_dsp.c57 err = load_firmware(chip); in init_hw()
H A Dindigodjx_dsp.c57 err = load_firmware(chip); in init_hw()
H A Dindigoio_dsp.c59 if ((err = load_firmware(chip)) < 0) in init_hw()
H A Ddarla24_dsp.c55 if ((err = load_firmware(chip)) < 0) in init_hw()
H A Ddarla20_dsp.c56 if ((err = load_firmware(chip)) < 0) in init_hw()
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H A Dindigodjx_dsp.c57 err = load_firmware(chip); in init_hw()
H A Dindigoiox_dsp.c57 err = load_firmware(chip); in init_hw()
H A Ddarla24_dsp.c56 err = load_firmware(chip); in init_hw()
H A Ddarla20_dsp.c57 err = load_firmware(chip); in init_hw()
H A Dindigoio_dsp.c60 err = load_firmware(chip); in init_hw()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H A Dmtk_vcodec_fw_priv.h18 int (*load_firmware)(struct mtk_vcodec_fw *fw); member
H A Dmtk_vcodec_fw_scp.c47 .load_firmware = mtk_vcodec_scp_load_firmware,
H A Dmtk_vcodec_fw.c32 return fw->ops->load_firmware(fw); in mtk_vcodec_fw_load_firmware()
H A Dmtk_vcodec_fw_vpu.c71 .load_firmware = mtk_vcodec_vpu_load_firmware,
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_fw_priv.h20 int (*load_firmware)(struct mtk_vcodec_fw *fw); member
H A Dmtk_vcodec_fw_scp.c47 .load_firmware = mtk_vcodec_scp_load_firmware,
H A Dmtk_vcodec_fw.c37 return fw->ops->load_firmware(fw); in mtk_vcodec_fw_load_firmware()
/kernel/linux/linux-5.10/include/linux/isdn/
H A Dcapilli.h45 int (*load_firmware)(struct capi_ctr *, capiloaddata *); member
/kernel/linux/linux-6.6/include/linux/isdn/
H A Dcapilli.h45 int (*load_firmware)(struct capi_ctr *, capiloaddata *); member
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-common-ops.c59 .load_firmware = snd_sof_load_firmware_raw,
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00firmware.c100 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dapl.c86 .load_firmware = snd_sof_load_firmware_raw,
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00firmware.c100 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtuner-xc2028.c542 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function
778 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware()
788 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware()
790 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
812 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
814 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id); in check_firmware()
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dxc2028.c542 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function
778 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware()
788 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware()
790 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
812 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
814 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id); in check_firmware()

Completed in 9 milliseconds

123456