Searched refs:boot (Results 1 – 10 of 10) 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()658 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) in snd_vx_dsp_boot() argument666 if ((err = snd_vx_load_boot_image(chip, boot)) < 0) in snd_vx_dsp_boot()
18 If you have a PnP sound card and you want to configure it at boot51 during boot using the kernel parameter soundcore.preclaim_oss.
35 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot);
416 int pcxhr_load_boot_binary(struct pcxhr_mgr *mgr, const struct firmware *boot) in pcxhr_load_boot_binary() argument434 err = pcxhr_download_dsp(mgr, boot); in pcxhr_load_boot_binary()
312 if (sst->ops->boot) in sst_dsp_boot()313 sst->ops->boot(sst); in sst_dsp_boot()
39 void (*boot)(struct sst_dsp *); member
109 - Changed boot time passing of 16 bit DMA channel number to SB driver.337 - Some big arrays are now allocated boot time. This makes the BSS segment347 - Interpreting of boot time arguments (sound=) for Linux.
258 and initialization messages at boot time.268 here the DMA buffers (64Kb) will be allocated at boot time and kept
355 .boot = sst_byt_boot,
695 .boot = hsw_boot,