Home
last modified time | relevance | path

Searched refs:snd_vx_load_boot_image (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/drivers/vx/
H A Dvx_core.c409 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() function
459 EXPORT_SYMBOL(snd_vx_load_boot_image); variable
651 if ((err = snd_vx_load_boot_image(chip, boot)) < 0) in snd_vx_dsp_boot()
/kernel/linux/linux-6.6/sound/drivers/vx/
H A Dvx_core.c422 * snd_vx_load_boot_image - boot up the xilinx interface
426 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() function
476 EXPORT_SYMBOL(snd_vx_load_boot_image); variable
668 err = snd_vx_load_boot_image(chip, boot); in snd_vx_dsp_boot()
/kernel/linux/linux-5.10/sound/pcmcia/vx/
H A Dvxp_ops.c242 if ((err = snd_vx_load_boot_image(vx, fw)) < 0) in vxp_load_dsp()
/kernel/linux/linux-5.10/include/sound/
H A Dvx_core.h200 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
/kernel/linux/linux-6.6/include/sound/
H A Dvx_core.h200 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
/kernel/linux/linux-6.6/sound/pcmcia/vx/
H A Dvxp_ops.c243 err = snd_vx_load_boot_image(vx, fw); in vxp_load_dsp()

Completed in 7 milliseconds