Home
last modified time | relevance | path

Searched refs:cutoff (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/Documentation/video4linux/
Dsi476x.txt35 0x01 | hblend_int | Flag, set when HiBlend cutoff
38 0x02 | hicut_int | Flag, set when HiCut cutoff
55 0x08 | hicut | HiCut cutoff frequency in units of
58 0x09 | hiblend | HiBlend cutoff frequency in units
/linux-4.4.14/include/uapi/sound/
Dsfnt_info.h106 unsigned char cutoff; /* initial cutoff (0xff) */ member
/linux-4.4.14/sound/isa/sb/
Demu8000_callback.c387 unsigned char cutoff; in set_fmmod() local
391 cutoff = (vp->reg.parm.fmmod & 0xff); in set_fmmod()
395 fmmod = ((unsigned char)pitch<<8) | cutoff; in set_fmmod()
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_callback.c512 unsigned char cutoff; in set_fmmod() local
516 cutoff = (vp->reg.parm.fmmod & 0xff); in set_fmmod()
520 fmmod = ((unsigned char)pitch<<8) | cutoff; in set_fmmod()
/linux-4.4.14/sound/synth/emux/
Demux_synth.c590 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe); in setup_voice()
594 vp->ftarget = parm->cutoff; in setup_voice()
809 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7; in calc_volume()
811 vp->acutoff = vp->reg.parm.cutoff; in calc_volume()
Demux_proc.c85 vp->reg.parm.cutoff, in snd_emux_proc_info_read()
Demux_effect.c86 {PARM_BYTE, 0, 0xff, parm_offset(cutoff), SNDRV_EMUX_UPDATE_VOLUME}, /* cutoff */
Dsoundfont.c655 pp->cutoff = 0xff; in init_voice_parm()
/linux-4.4.14/include/net/
Dtcp.h587 int cutoff; in tcp_bound_to_half_wnd() local
597 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()
599 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
601 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd()
602 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()
/linux-4.4.14/drivers/input/misc/
Dkxtj9.c71 unsigned int cutoff; member
187 if (poll_interval < kxtj9_odr_table[i].cutoff) in kxtj9_update_odr()
/linux-4.4.14/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt55 - st,highpass-cutoff-hz=: 1, 2, 4 or 8 for 1Hz, 2Hz, 4Hz or 8Hz of
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dqcom_smbb.txt80 will restart charging after end-of-charge; The high cutoff
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dst,sta350.txt99 If present, the noise-shaping technique on the DC cutoff filter are
/linux-4.4.14/Documentation/
Dbcache.txt28 average is above the cutoff it will skip all IO from that task - instead of
240 cutoff. This is necessary if the sequential cutoff value is greater than the
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block-bcache56 to the sequential cutoff). Expressed as bytes in human
/linux-4.4.14/fs/nfsd/
Dnfs4state.c4466 time_t cutoff = get_seconds() - nn->nfsd4_lease; in nfs4_laundromat() local
4475 if (time_after((unsigned long)clp->cl_time, (unsigned long)cutoff)) { in nfs4_laundromat()
4476 t = clp->cl_time - cutoff; in nfs4_laundromat()
4498 if (time_after((unsigned long)dp->dl_time, (unsigned long)cutoff)) { in nfs4_laundromat()
4499 t = dp->dl_time - cutoff; in nfs4_laundromat()
4519 (unsigned long)cutoff)) { in nfs4_laundromat()
4520 t = oo->oo_time - cutoff; in nfs4_laundromat()