Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/admin-guide/media/
Dsi476x.rst43 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-v6.6/drivers/media/dvb-frontends/
Dstv6111.c514 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-v6.6/lib/reed_solomon/
Dtest_rslib.c412 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-v6.6/sound/pci/emu10k1/
Demu10k1_callback.c487 unsigned char cutoff; in make_fmmod() local
491 cutoff = (vp->reg.parm.fmmod & 0xff); in make_fmmod()
495 return ((unsigned char)pitch << 8) | cutoff; in make_fmmod()
/Linux-v6.6/sound/isa/sb/
Demu8000_callback.c374 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-v6.6/include/uapi/sound/
Dsfnt_info.h92 unsigned char cutoff; /* initial cutoff (0xff) */ member
/Linux-v6.6/sound/synth/emux/
Demux_synth.c576 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()
Demux_proc.c72 vp->reg.parm.cutoff, in snd_emux_proc_info_read()
Demux_effect.c72 {PARM_BYTE, 0, 0xff, parm_offset(cutoff), SNDRV_EMUX_UPDATE_VOLUME}, /* cutoff */
Dsoundfont.c646 pp->cutoff = 0xff; in init_voice_parm()
/Linux-v6.6/drivers/input/misc/
Dkxtj9.c57 unsigned int cutoff; member
170 if (poll_interval < kxtj9_odr_table[i].cutoff) in kxtj9_update_odr()
/Linux-v6.6/fs/nfsd/
Dnfs4layouts.c658 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()
Dnfs4state.c5931 time64_t cutoff; member
5939 if (last_refresh < lt->cutoff) in state_expired()
5941 time_remaining = last_refresh - lt->cutoff; in state_expired()
6140 .cutoff = ktime_get_boottime_seconds() - nn->nfsd4_lease, in nfs4_laundromat()
/Linux-v6.6/drivers/net/
Dmacvlan.c792 struct macvlan_dev *vlan, int cutoff) in macvlan_compute_filter() argument
802 if (!vlan && ha->synced <= cutoff) in macvlan_compute_filter()
852 static void update_port_bc_cutoff(struct macvlan_dev *vlan, int cutoff) in update_port_bc_cutoff() argument
854 if (vlan->port->bc_cutoff == cutoff) in update_port_bc_cutoff()
857 vlan->port->bc_cutoff = cutoff; in update_port_bc_cutoff()
/Linux-v6.6/include/net/
Dtcp.h652 int cutoff; in tcp_bound_to_half_wnd() local
662 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()
664 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
666 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd()
667 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()
/Linux-v6.6/Documentation/devicetree/bindings/iio/accel/
Dlis302.txt55 - st,highpass-cutoff-hz=: 1, 2, 4 or 8 for 1Hz, 2Hz, 4Hz or 8Hz of
/Linux-v6.6/Documentation/devicetree/bindings/sound/
Dst,sta350.txt99 If present, the noise-shaping technique on the DC cutoff filter are
/Linux-v6.6/Documentation/devicetree/bindings/i2c/
Di2c.txt62 - i2c-analog-filter-cutoff-frequency
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-block-bcache56 to the sequential cutoff). Expressed as bytes in human
/Linux-v6.6/arch/arm/boot/dts/ti/omap/
Domap3-n950-n9.dtsi315 st,highpass-cutoff-hz = <2>;
/Linux-v6.6/drivers/block/zram/
Dzram_drv.c282 static void mark_idle(struct zram *zram, ktime_t cutoff) in mark_idle() argument
297 is_idle = !cutoff || ktime_after(cutoff, zram->table[index].ac_time); in mark_idle()
/Linux-v6.6/Documentation/admin-guide/
Dbcache.rst36 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-v6.6/net/ceph/
Dosd_client.c3451 unsigned long cutoff = jiffies - opts->osd_keepalive_timeout; in handle_timeout() local
3474 if (time_before(req->r_stamp, cutoff)) { in handle_timeout()
/Linux-v6.6/lib/zstd/compress/
Dzstd_compress.c1950 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; in ZSTD_shouldAttachDict() local
1953 || ( ( pledgedSrcSize <= cutoff in ZSTD_shouldAttachDict()