Searched refs:cutoff (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/uapi/sound/
H A Dsfnt_info.h88 unsigned short pefe; /* modulation pitch & cutoff (0x0000) */
89 unsigned short fmmod; /* LFO1 pitch & cutoff (0x0000) */
92 unsigned char cutoff; /* initial cutoff (0xff) */ member in struct:soundfont_voice_parm
/linux-master/lib/reed_solomon/
H A Dtest_rslib.c412 int errs, eras, cutoff; local
422 cutoff = nroots <= len - errs ? nroots : len - errs;
423 for (; eras <= cutoff; eras++)
/linux-master/sound/pci/emu10k1/
H A Demu10k1_callback.c399 /* cutoff and volume */
409 /* lfo1 pitch & cutoff shift */
479 /* calculate lfo1 modulation height and cutoff register */
484 unsigned char cutoff; local
488 cutoff = (vp->reg.parm.fmmod & 0xff);
492 return ((unsigned char)pitch << 8) | cutoff;
/linux-master/sound/synth/emux/
H A Demux_proc.c71 snd_iprintf(buf, "cutoff=%x, filterQ=%x, chorus=%x, reverb=%x\n",
72 vp->reg.parm.cutoff,
H A Demux_effect.c63 {PARM_BYTE_LO, 0, 0xff, parm_offset(fmmod), SNDRV_EMUX_UPDATE_FMMOD}, /* lfo1 cutoff */
72 {PARM_BYTE, 0, 0xff, parm_offset(cutoff), SNDRV_EMUX_UPDATE_VOLUME}, /* cutoff */
H A Demux_synth.c576 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe);
580 vp->ftarget = parm->cutoff;
795 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7;
797 vp->acutoff = vp->reg.parm.cutoff;
H A Dsoundfont.c646 pp->cutoff = 0xff;
/linux-master/sound/isa/sb/
H A Demu8000_callback.c252 /* cutoff and volume */
262 /* lfo1 pitch & cutoff shift */
374 unsigned char cutoff; local
378 cutoff = (vp->reg.parm.fmmod & 0xff);
382 fmmod = ((unsigned char)pitch<<8) | cutoff;
/linux-master/drivers/media/dvb-frontends/
H A Dstv6111.c514 u32 freq, cutoff; local
521 cutoff = 5000000 + muldiv32(p->symbol_rate, 135, 200);
526 set_lof(state, freq, cutoff);
/linux-master/drivers/input/misc/
H A Dkxtj9.c57 unsigned int cutoff; member in struct:__anon164
170 if (poll_interval < kxtj9_odr_table[i].cutoff)
/linux-master/fs/nfsd/
H A Dnfs4layouts.c672 ktime_t now, cutoff; local
693 cutoff = ktime_add_ns(task->tk_start,
696 if (ktime_before(now, cutoff)) {
H A Dnfs4state.c6229 time64_t cutoff; member in struct:laundry_time
6237 if (last_refresh < lt->cutoff)
6239 time_remaining = last_refresh - lt->cutoff;
6436 nn->nfs40_last_revoke > lt->cutoff) {
6475 .cutoff = ktime_get_boottime_seconds() - nn->nfsd4_lease,
/linux-master/drivers/net/
H A Dmacvlan.c793 struct macvlan_dev *vlan, int cutoff)
803 if (!vlan && ha->synced <= cutoff)
853 static void update_port_bc_cutoff(struct macvlan_dev *vlan, int cutoff) argument
855 if (vlan->port->bc_cutoff == cutoff)
858 vlan->port->bc_cutoff = cutoff;
791 macvlan_compute_filter(unsigned long *mc_filter, struct net_device *dev, struct macvlan_dev *vlan, int cutoff) argument
/linux-master/include/net/
H A Dtcp.h709 int cutoff; local
719 cutoff = (tp->max_window >> 1);
721 cutoff = tp->max_window;
723 if (cutoff && pktsize > cutoff)
724 return max_t(int, cutoff, 68U - tp->tcp_header_len);
/linux-master/drivers/block/zram/
H A Dzram_drv.c287 * Mark all pages which are older than or equal to cutoff as IDLE.
290 static void mark_idle(struct zram *zram, ktime_t cutoff) argument
305 is_idle = !cutoff || ktime_after(cutoff,
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c2299 unsigned long cutoff = jiffies - timeout_jiffies; local
2304 if (cutoff <= context->submission_jiffies) {
/linux-master/lib/zstd/compress/
H A Dzstd_compress.c1950 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; local
1953 || ( ( pledgedSrcSize <= cutoff
/linux-master/net/ceph/
H A Dosd_client.c3451 unsigned long cutoff = jiffies - opts->osd_keepalive_timeout; local
3474 if (time_before(req->r_stamp, cutoff)) {

Completed in 355 milliseconds