Home
last modified time | relevance | path

Searched refs:spurious_threshold (Results 1 – 6 of 6) sorted by relevance

/linux/sound/pci/trident/
H A Dtrident_main.c912 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_playback_prepare()
944 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_playback_prepare()
1055 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_capture_prepare()
1145 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_si7018_capture_prepare()
1170 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_si7018_capture_prepare()
1224 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size); in snd_trident_foldback_prepare()
1246 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_foldback_prepare()
1360 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_spdif_prepare()
1410 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size); in snd_trident_spdif_prepare()
1437 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_spdif_prepare()
[all …]
H A Dtrident.h308 unsigned int spurious_threshold; /* spurious threshold */ member
/linux/drivers/xen/xenbus/
H A Dxenbus_probe.c236 return sprintf(buf, "%d\n", dev->spurious_threshold); in spurious_threshold_show()
251 dev->spurious_threshold = val; in spurious_threshold_store()
256 static DEVICE_ATTR_RW(spurious_threshold);
319 dev->spurious_threshold = 1; in xenbus_dev_probe()
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-xenbus32 What: /sys/devices/*/xenbus/spurious_threshold
/linux/include/xen/
H A Dxenbus.h97 unsigned int spurious_threshold; member
/linux/drivers/xen/events/
H A Devents_base.c611 if (dev && dev->spurious_threshold) in xen_irq_lateeoi_locked()
612 threshold = dev->spurious_threshold; in xen_irq_lateeoi_locked()