/linux/Documentation/admin-guide/media/ |
A D | si476x.rst | 43 0x01 hblend_int Flag, set when HiBlend cutoff 45 0x02 hicut_int Flag, set when HiCut cutoff 56 0x08 hicut HiCut cutoff frequency in units of 58 0x09 hiblend HiBlend cutoff frequency in units
|
/linux/drivers/media/dvb-frontends/ |
A D | stv6111.c | 514 u32 freq, cutoff; in set_params() local 521 cutoff = 5000000 + muldiv32(p->symbol_rate, 135, 200); in set_params() 526 set_lof(state, freq, cutoff); in set_params()
|
/linux/lib/reed_solomon/ |
A D | test_rslib.c | 412 int errs, eras, cutoff; in exercise_rs_bc() local 422 cutoff = nroots <= len - errs ? nroots : len - errs; in exercise_rs_bc() 423 for (; eras <= cutoff; eras++) in exercise_rs_bc()
|
/linux/sound/isa/sb/ |
A D | emu8000_callback.c | 374 unsigned char cutoff; in set_fmmod() local 378 cutoff = (vp->reg.parm.fmmod & 0xff); in set_fmmod() 382 fmmod = ((unsigned char)pitch<<8) | cutoff; in set_fmmod()
|
/linux/sound/pci/emu10k1/ |
A D | emu10k1_callback.c | 500 unsigned char cutoff; in set_fmmod() local 504 cutoff = (vp->reg.parm.fmmod & 0xff); in set_fmmod() 508 fmmod = ((unsigned char)pitch<<8) | cutoff; in set_fmmod()
|
/linux/sound/synth/emux/ |
A D | emux_synth.c | 576 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe); in setup_voice() 580 vp->ftarget = parm->cutoff; in setup_voice() 795 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7; in calc_volume() 797 vp->acutoff = vp->reg.parm.cutoff; in calc_volume()
|
A D | emux_proc.c | 72 vp->reg.parm.cutoff, in snd_emux_proc_info_read()
|
A D | emux_effect.c | 72 {PARM_BYTE, 0, 0xff, parm_offset(cutoff), SNDRV_EMUX_UPDATE_VOLUME}, /* cutoff */
|
A D | soundfont.c | 646 pp->cutoff = 0xff; in init_voice_parm()
|
/linux/include/uapi/sound/ |
A D | sfnt_info.h | 107 unsigned char cutoff; /* initial cutoff (0xff) */ member
|
/linux/fs/nfsd/ |
A D | nfs4layouts.c | 658 ktime_t now, cutoff; in nfsd4_cb_layout_done() local 678 cutoff = ktime_add_ns(task->tk_start, in nfsd4_cb_layout_done() 681 if (ktime_before(now, cutoff)) { in nfsd4_cb_layout_done()
|
A D | nfs4state.c | 5502 time64_t cutoff; member 5510 if (last_refresh < lt->cutoff) in state_expired() 5512 time_remaining = last_refresh - lt->cutoff; in state_expired() 5590 .cutoff = ktime_get_boottime_seconds() - nn->nfsd4_lease, in nfs4_laundromat()
|
/linux/drivers/input/misc/ |
A D | kxtj9.c | 57 unsigned int cutoff; member 170 if (poll_interval < kxtj9_odr_table[i].cutoff) in kxtj9_update_odr()
|
/linux/include/net/ |
A D | tcp.h | 644 int cutoff; in tcp_bound_to_half_wnd() local 654 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 656 cutoff = tp->max_window; in tcp_bound_to_half_wnd() 658 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd() 659 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()
|
/linux/Documentation/devicetree/bindings/iio/accel/ |
A D | lis302.txt | 55 - st,highpass-cutoff-hz=: 1, 2, 4 or 8 for 1Hz, 2Hz, 4Hz or 8Hz of
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | st,sta350.txt | 99 If present, the noise-shaping technique on the DC cutoff filter are
|
/linux/Documentation/devicetree/bindings/power/supply/ |
A D | qcom,pm8941-charger.yaml | 88 after end-of-charge; The high cutoff limit for auto-recharge is 5% above this value.
|
/linux/Documentation/devicetree/bindings/i2c/ |
A D | i2c.txt | 62 - i2c-analog-filter-cutoff-frequency
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-block-bcache | 56 to the sequential cutoff). Expressed as bytes in human
|
/linux/drivers/block/zram/ |
A D | zram_drv.c | 298 static void mark_idle(struct zram *zram, ktime_t cutoff) in mark_idle() argument 313 is_idle = !cutoff || ktime_after(cutoff, zram->table[index].ac_time); in mark_idle()
|
/linux/arch/arm/boot/dts/ |
A D | omap3-n950-n9.dtsi | 315 st,highpass-cutoff-hz = <2>;
|
/linux/Documentation/admin-guide/ |
A D | bcache.rst | 36 average is above the cutoff it will skip all IO from that task - instead of 448 cutoff. This is necessary if the sequential cutoff value is greater than the
|
/linux/lib/zstd/compress/ |
A D | zstd_compress.c | 1753 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; in ZSTD_shouldAttachDict() local 1756 || ( ( pledgedSrcSize <= cutoff in ZSTD_shouldAttachDict()
|
/linux/net/ceph/ |
A D | osd_client.c | 3336 unsigned long cutoff = jiffies - opts->osd_keepalive_timeout; in handle_timeout() local 3359 if (time_before(req->r_stamp, cutoff)) { in handle_timeout()
|