/linux-6.12.1/Documentation/admin-guide/media/ |
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-6.12.1/drivers/media/dvb-frontends/ |
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-6.12.1/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 489 unsigned char cutoff; in make_fmmod() local 493 cutoff = (vp->reg.parm.fmmod & 0xff); in make_fmmod() 497 return ((unsigned char)pitch << 8) | cutoff; in make_fmmod()
|
/linux-6.12.1/lib/reed_solomon/ |
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-6.12.1/sound/isa/sb/ |
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-6.12.1/include/uapi/sound/ |
D | sfnt_info.h | 92 unsigned char cutoff; /* initial cutoff (0xff) */ member
|
/linux-6.12.1/sound/synth/emux/ |
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()
|
D | emux_proc.c | 72 vp->reg.parm.cutoff, in snd_emux_proc_info_read()
|
D | emux_effect.c | 72 {PARM_BYTE, 0, 0xff, parm_offset(cutoff), SNDRV_EMUX_UPDATE_VOLUME}, /* cutoff */
|
D | soundfont.c | 649 pp->cutoff = 0xff; in init_voice_parm()
|
/linux-6.12.1/fs/nfsd/ |
D | nfs4layouts.c | 672 ktime_t now, cutoff; in nfsd4_cb_layout_done() local 693 cutoff = ktime_add_ns(task->tk_start, in nfsd4_cb_layout_done() 696 if (ktime_before(now, cutoff)) { in nfsd4_cb_layout_done()
|
D | nfs4state.c | 6299 time64_t cutoff; member 6307 if (last_refresh < lt->cutoff) in state_expired() 6309 time_remaining = last_refresh - lt->cutoff; in state_expired() 6505 nn->nfs40_last_revoke > lt->cutoff) { in nfs40_clean_admin_revoked() 6544 .cutoff = ktime_get_boottime_seconds() - nn->nfsd4_lease, in nfs4_laundromat()
|
/linux-6.12.1/drivers/input/misc/ |
D | kxtj9.c | 57 unsigned int cutoff; member 170 if (poll_interval < kxtj9_odr_table[i].cutoff) in kxtj9_update_odr()
|
/linux-6.12.1/drivers/net/ |
D | macvlan.c | 793 struct macvlan_dev *vlan, int cutoff) in macvlan_compute_filter() argument 803 if (!vlan && ha->synced <= cutoff) in macvlan_compute_filter() 853 static void update_port_bc_cutoff(struct macvlan_dev *vlan, int cutoff) in update_port_bc_cutoff() argument 855 if (vlan->port->bc_cutoff == cutoff) in update_port_bc_cutoff() 858 vlan->port->bc_cutoff = cutoff; in update_port_bc_cutoff()
|
/linux-6.12.1/include/net/ |
D | tcp.h | 706 int cutoff; in tcp_bound_to_half_wnd() local 716 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 718 cutoff = tp->max_window; in tcp_bound_to_half_wnd() 720 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd() 721 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/accel/ |
D | lis302.txt | 55 - st,highpass-cutoff-hz=: 1, 2, 4 or 8 for 1Hz, 2Hz, 4Hz or 8Hz of
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 99 If present, the noise-shaping technique on the DC cutoff filter are
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 56 to the sequential cutoff). Expressed as bytes in human
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | omap3-n950-n9.dtsi | 315 st,highpass-cutoff-hz = <2>;
|
/linux-6.12.1/Documentation/admin-guide/ |
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-6.12.1/drivers/block/zram/ |
D | zram_drv.c | 291 static void mark_idle(struct zram *zram, ktime_t cutoff) in mark_idle() argument 306 is_idle = !cutoff || ktime_after(cutoff, in mark_idle()
|
/linux-6.12.1/drivers/md/dm-vdo/ |
D | dedupe.c | 2296 unsigned long cutoff = jiffies - timeout_jiffies; in timeout_index_operations_callback() local 2301 if (cutoff <= context->submission_jiffies) { in timeout_index_operations_callback()
|
/linux-6.12.1/net/ceph/ |
D | osd_client.c | 3451 unsigned long cutoff = jiffies - opts->osd_keepalive_timeout; in handle_timeout() local 3474 if (time_before(req->r_stamp, cutoff)) { in handle_timeout()
|
/linux-6.12.1/lib/zstd/compress/ |
D | zstd_compress.c | 1950 size_t cutoff = attachDictSizeCutoffs[cdict->matchState.cParams.strategy]; in ZSTD_shouldAttachDict() local 1953 || ( ( pledgedSrcSize <= cutoff in ZSTD_shouldAttachDict()
|