Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
H A Dpcm_oss.h33 unsigned int maxfrags; member
/kernel/linux/linux-6.6/include/sound/
H A Dpcm_oss.h33 unsigned int maxfrags; member
/kernel/linux/linux-5.10/sound/core/oss/
H A Dpcm_oss.c761 if (s > 0 && runtime->oss.maxfrags && s > runtime->oss.maxfrags) in snd_pcm_oss_period_size()
762 s = runtime->oss.maxfrags; in snd_pcm_oss_period_size()
1971 runtime->oss.maxfrags = (val >> 16) & 0xffff; in snd_pcm_oss_set_fragment1()
1974 if (runtime->oss.maxfrags < 2) in snd_pcm_oss_set_fragment1()
1975 runtime->oss.maxfrags = 2; in snd_pcm_oss_set_fragment1()
2383 runtime->oss.maxfrags = 0; in snd_pcm_oss_init_substream()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_oss.c761 if (s > 0 && runtime->oss.maxfrags && s > runtime->oss.maxfrags) in snd_pcm_oss_period_size()
762 s = runtime->oss.maxfrags; in snd_pcm_oss_period_size()
1987 runtime->oss.maxfrags = (val >> 16) & 0xffff; in snd_pcm_oss_set_fragment1()
1990 if (runtime->oss.maxfrags < 2) in snd_pcm_oss_set_fragment1()
1991 runtime->oss.maxfrags = 2; in snd_pcm_oss_set_fragment1()
2399 runtime->oss.maxfrags = 0; in snd_pcm_oss_init_substream()
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptctl.c792 int maxfrags; in mptctl_do_fw_download() local
870 * maxfrags = (Request Size - FWdownload Size ) / Size of 32 bit SGE in mptctl_do_fw_download()
871 * Request maxfrags in mptctl_do_fw_download()
876 maxfrags = (iocp->req_sz - sizeof(MPIHeader_t) - in mptctl_do_fw_download()
879 if (numfrags > maxfrags) { in mptctl_do_fw_download()
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptctl.c788 int maxfrags; in mptctl_do_fw_download() local
866 * maxfrags = (Request Size - FWdownload Size ) / Size of 32 bit SGE in mptctl_do_fw_download()
867 * Request maxfrags in mptctl_do_fw_download()
872 maxfrags = (iocp->req_sz - sizeof(MPIHeader_t) - in mptctl_do_fw_download()
875 if (numfrags > maxfrags) { in mptctl_do_fw_download()

Completed in 22 milliseconds