Searched refs:boot (Results 1 – 5 of 5) sorted by relevance
422 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() argument428 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() argument658 err = snd_vx_load_boot_image(chip, boot); in snd_vx_dsp_boot()
22 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot);
403 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot) in pcxhr_load_boot_binary() argument421 err = pcxhr_download_dsp(mgr, boot); in pcxhr_load_boot_binary()
34 during boot using the kernel parameter soundcore.preclaim_oss.
50 KUnit tests run during boot and output the results to the debug
Completed in 11 milliseconds