Home
last modified time | relevance | path

Searched refs:spurious_threshold (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/trident/
H A Dtrident_main.c918 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_playback_prepare()
950 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_playback_prepare()
1063 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_capture_prepare()
1154 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_si7018_capture_prepare()
1179 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_si7018_capture_prepare()
1234 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size); in snd_trident_foldback_prepare()
1256 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_foldback_prepare()
[all...]
H A Dtrident.h309 unsigned int spurious_threshold; /* spurious threshold */ member
/kernel/linux/linux-6.6/sound/pci/trident/
H A Dtrident_main.c918 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_playback_prepare()
950 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_playback_prepare()
1063 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_capture_prepare()
1154 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_si7018_capture_prepare()
1179 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_si7018_capture_prepare()
1234 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size); in snd_trident_foldback_prepare()
1256 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_foldback_prepare()
[all...]
H A Dtrident.h308 unsigned int spurious_threshold; /* spurious threshold */ member
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus_probe.c232 return sprintf(buf, "%d\n", dev->spurious_threshold); in spurious_threshold_show()
247 dev->spurious_threshold = val; in spurious_threshold_store()
252 static DEVICE_ATTR_RW(spurious_threshold);
315 dev->spurious_threshold = 1; in xenbus_dev_probe()
/kernel/linux/linux-6.6/include/xen/
H A Dxenbus.h96 unsigned int spurious_threshold; member
/kernel/linux/linux-6.6/drivers/xen/events/
H A Devents_base.c615 if (dev && dev->spurious_threshold) in xen_irq_lateeoi_locked()
616 threshold = dev->spurious_threshold; in xen_irq_lateeoi_locked()

Completed in 14 milliseconds