/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | si476x.rst | 41 0x01 hblend_int Flag, set when HiBlend cutoff 43 0x02 hicut_int Flag, set when HiCut cutoff 54 0x08 hicut HiCut cutoff frequency in units of 56 0x09 hiblend HiBlend cutoff frequency in units
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stv6111.c | 523 u32 freq, cutoff; in set_params() local 530 cutoff = 5000000 + muldiv32(p->symbol_rate, 135, 200); in set_params() 535 set_lof(state, freq, cutoff); in set_params()
|
/Linux-v4.19/include/uapi/sound/ |
D | sfnt_info.h | 107 unsigned char cutoff; /* initial cutoff (0xff) */ member
|
/Linux-v4.19/sound/isa/sb/ |
D | emu8000_callback.c | 387 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-v4.19/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 512 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-v4.19/sound/synth/emux/ |
D | emux_synth.c | 590 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()
|
D | emux_proc.c | 85 vp->reg.parm.cutoff, in snd_emux_proc_info_read()
|
D | emux_effect.c | 86 {PARM_BYTE, 0, 0xff, parm_offset(cutoff), SNDRV_EMUX_UPDATE_VOLUME}, /* cutoff */
|
D | soundfont.c | 655 pp->cutoff = 0xff; in init_voice_parm()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4layouts.c | 657 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()
|
D | nfs4state.c | 4730 time_t cutoff = get_seconds() - nn->nfsd4_lease; in nfs4_laundromat() local 4744 if (time_after((unsigned long)clp->cl_time, (unsigned long)cutoff)) { in nfs4_laundromat() 4745 t = clp->cl_time - cutoff; in nfs4_laundromat() 4767 if (time_after((unsigned long)dp->dl_time, (unsigned long)cutoff)) { in nfs4_laundromat() 4768 t = dp->dl_time - cutoff; in nfs4_laundromat() 4788 (unsigned long)cutoff)) { in nfs4_laundromat() 4789 t = oo->oo_time - cutoff; in nfs4_laundromat() 4819 (unsigned long)cutoff)) { in nfs4_laundromat() 4820 t = nbl->nbl_time - cutoff; in nfs4_laundromat()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 604 int cutoff; in tcp_bound_to_half_wnd() local 614 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 616 cutoff = tp->max_window; in tcp_bound_to_half_wnd() 618 if (cutoff && pktsize > cutoff) in tcp_bound_to_half_wnd() 619 return max_t(int, cutoff, 68U - tp->tcp_header_len); in tcp_bound_to_half_wnd()
|
/Linux-v4.19/drivers/input/misc/ |
D | kxtj9.c | 71 unsigned int cutoff; member 187 if (poll_interval < kxtj9_odr_table[i].cutoff) in kxtj9_update_odr()
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 99 If present, the noise-shaping technique on the DC cutoff filter are
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | qcom_smbb.txt | 80 will restart charging after end-of-charge; The high cutoff
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 56 to the sequential cutoff). Expressed as bytes in human
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | omap3-n950-n9.dtsi | 326 st,highpass-cutoff-hz = <2>;
|
/Linux-v4.19/Documentation/admin-guide/ |
D | bcache.rst | 33 average is above the cutoff it will skip all IO from that task - instead of 441 cutoff. This is necessary if the sequential cutoff value is greater than the
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 3164 unsigned long cutoff = jiffies - opts->osd_keepalive_timeout; in handle_timeout() local 3187 if (time_before(req->r_stamp, cutoff)) { in handle_timeout()
|