Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 5 of 5) sorted by relevance

/sound/drivers/vx/
A Dvx_core.c422 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() argument
428 if (boot->size <= 0) in snd_vx_load_boot_image()
430 if (boot->size % 3) in snd_vx_load_boot_image()
435 unsigned int c = ((u32)boot->data[0] << 16) | ((u32)boot->data[1] << 8) | boot->data[2]; in snd_vx_load_boot_image()
436 if (boot->size != (c + 2) * 3) in snd_vx_load_boot_image()
448 if (i >= boot->size) { in snd_vx_load_boot_image()
459 const unsigned char *image = boot->data + i; in snd_vx_load_boot_image()
650 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) in snd_vx_dsp_boot() argument
658 err = snd_vx_load_boot_image(chip, boot); in snd_vx_dsp_boot()
/sound/pci/pcxhr/
A Dpcxhr_core.h22 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot);
A Dpcxhr_core.c403 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot) in pcxhr_load_boot_binary() argument
421 err = pcxhr_download_dsp(mgr, boot); in pcxhr_load_boot_binary()
/sound/
A DKconfig34 during boot using the kernel parameter soundcore.preclaim_oss.
/sound/core/
A DKconfig50 KUnit tests run during boot and output the results to the debug

Completed in 11 milliseconds