Home
last modified time | relevance | path

Searched refs:ppq (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_timer.c24 tmr->tick.resolution = (tmr->tempo * 1000) / tmr->ppq; in snd_seq_timer_set_tick_resolution()
28 s = tmr->tempo % tmr->ppq; in snd_seq_timer_set_tick_resolution()
29 s = (s * 1000) / tmr->ppq; in snd_seq_timer_set_tick_resolution()
30 tmr->tick.resolution = (tmr->tempo / tmr->ppq) * 1000; in snd_seq_timer_set_tick_resolution()
82 tmr->ppq = 96; /* 96 PPQ */ in snd_seq_timer_defaults()
179 /* set current tempo and ppq in a shot */
180 int snd_seq_timer_set_tempo_ppq(struct snd_seq_timer *tmr, int tempo, int ppq) in snd_seq_timer_set_tempo_ppq() argument
187 if (tempo <= 0 || ppq <= 0) in snd_seq_timer_set_tempo_ppq()
190 if (tmr->running && (ppq != tmr->ppq)) { in snd_seq_timer_set_tempo_ppq()
[all...]
H A Dseq_timer.h25 int ppq; /* time resolution, ticks/quarter */ member
119 int snd_seq_timer_set_tempo_ppq(struct snd_seq_timer *tmr, int tempo, int ppq);
H A Dseq_queue.c469 /* change queue tempo and ppq */
483 result = snd_seq_timer_set_tempo_ppq(q->timer, info->tempo, info->ppq); in snd_seq_queue_timer_set_tempo()
784 snd_iprintf(buffer, "timer PPQ : %d\n", tmr->ppq); in snd_seq_info_queues_read()
H A Dseq_clientmgr.c1689 tempo->ppq = tmr->ppq; in snd_seq_ioctl_get_queue_tempo()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_timer.c24 tmr->tick.resolution = (tmr->tempo * 1000) / tmr->ppq; in snd_seq_timer_set_tick_resolution()
28 s = tmr->tempo % tmr->ppq; in snd_seq_timer_set_tick_resolution()
29 s = (s * 1000) / tmr->ppq; in snd_seq_timer_set_tick_resolution()
30 tmr->tick.resolution = (tmr->tempo / tmr->ppq) * 1000; in snd_seq_timer_set_tick_resolution()
82 tmr->ppq = 96; /* 96 PPQ */ in snd_seq_timer_defaults()
179 /* set current tempo and ppq in a shot */
180 int snd_seq_timer_set_tempo_ppq(struct snd_seq_timer *tmr, int tempo, int ppq) in snd_seq_timer_set_tempo_ppq() argument
187 if (tempo <= 0 || ppq <= 0) in snd_seq_timer_set_tempo_ppq()
190 if (tmr->running && (ppq != tmr->ppq)) { in snd_seq_timer_set_tempo_ppq()
[all...]
H A Dseq_timer.h25 int ppq; /* time resolution, ticks/quarter */ member
119 int snd_seq_timer_set_tempo_ppq(struct snd_seq_timer *tmr, int tempo, int ppq);
H A Dseq_queue.c471 /* change queue tempo and ppq */
485 result = snd_seq_timer_set_tempo_ppq(q->timer, info->tempo, info->ppq); in snd_seq_queue_timer_set_tempo()
764 snd_iprintf(buffer, "timer PPQ : %d\n", tmr->ppq); in snd_seq_info_queues_read()
H A Dseq_clientmgr.c1718 tempo->ppq = tmr->ppq; in snd_seq_ioctl_get_queue_tempo()
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_timer.c119 timer->ppq = timer->oss_timebase; in calc_alsa_tempo()
157 tmprec.ppq = timer->ppq; in snd_seq_oss_timer_start()
H A Dseq_oss_timer.h22 int tempo, ppq; /* ALSA queue */ member
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_timer.c119 timer->ppq = timer->oss_timebase; in calc_alsa_tempo()
157 tmprec.ppq = timer->ppq; in snd_seq_oss_timer_start()
H A Dseq_oss_timer.h22 int tempo, ppq; /* ALSA queue */ member
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasequencer.h506 int ppq; /* time resolution, ticks/quarter */ member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasequencer.h527 int ppq; /* time resolution, ticks/quarter */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasequencer.h336 int ppq; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasequencer.h325 int ppq; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasequencer.h325 int ppq; member
/kernel/linux/linux-5.10/lib/crypto/
H A Dcurve25519-hacl64.c479 static __always_inline void addanddouble_fmonty(u64 *pp, u64 *ppq, u64 *p, in addanddouble_fmonty() argument
485 u64 *x3 = ppq; in addanddouble_fmonty()
486 u64 *z3 = ppq + 5; in addanddouble_fmonty()
/kernel/linux/linux-6.6/lib/crypto/
H A Dcurve25519-hacl64.c477 static __always_inline void addanddouble_fmonty(u64 *pp, u64 *ppq, u64 *p, in addanddouble_fmonty() argument
483 u64 *x3 = ppq; in addanddouble_fmonty()
484 u64 *z3 = ppq + 5; in addanddouble_fmonty()
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c1506 unsigned int ppq, ppq_extra, prio, prio_queues; in xlgmac_config_queue_mapping() local
1551 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xlgmac_config_queue_mapping()
1558 for (j = 0; j < ppq; j++) { in xlgmac_config_queue_mapping()
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c1506 unsigned int ppq, ppq_extra, prio, prio_queues; in xlgmac_config_queue_mapping() local
1551 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xlgmac_config_queue_mapping()
1558 for (j = 0; j < ppq; j++) { in xlgmac_config_queue_mapping()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c2611 unsigned int ppq, ppq_extra, prio; in xgbe_config_queue_mapping() local
2641 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xgbe_config_queue_mapping()
2648 for (j = 0; j < ppq; j++) { in xgbe_config_queue_mapping()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c2661 unsigned int ppq, ppq_extra, prio; in xgbe_config_queue_mapping() local
2691 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xgbe_config_queue_mapping()
2698 for (j = 0; j < ppq; j++) { in xgbe_config_queue_mapping()

Completed in 36 milliseconds