Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/drivers/media/tuners/
Dtda9887.c310 static char *adjust[32] = { in dump_write_message() local
360 adjust[buf[2] & 0x1f]); in dump_write_message()
435 static unsigned int adjust = UNSET; variable
440 module_param(adjust, int, 0644);
467 if (adjust < 0x20) { in tda9887_set_insmod()
469 buf[2] |= adjust; in tda9887_set_insmod()
/linux-4.19.296/drivers/rtc/
Drtc-sysfs.c166 int adjust = 0; in wakealarm_store() local
183 adjust = 1; in wakealarm_store()
188 if (adjust) { in wakealarm_store()
/linux-4.19.296/include/net/netfilter/
Dnf_nat_helper.h15 unsigned int rep_len, bool adjust);
/linux-4.19.296/include/linux/
Dpage-flags-layout.h24 #error ZONES_SHIFT -- too many zones configured adjust calculation
Dhrtimer.h421 extern ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust);
/linux-4.19.296/include/media/i2c/
Dadv7842.h109 bool adjust; member
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c749 enum xfs_refc_adjust_op adjust, in xfs_refcount_merge_extents() argument
786 left.rc_refcount == cleft.rc_refcount + adjust && in xfs_refcount_merge_extents()
787 right.rc_refcount == cleft.rc_refcount + adjust && in xfs_refcount_merge_extents()
797 left.rc_refcount == cleft.rc_refcount + adjust && in xfs_refcount_merge_extents()
816 right.rc_refcount == cright.rc_refcount + adjust && in xfs_refcount_merge_extents()
Dxfs_bmap.c3050 xfs_fsblock_t adjust; /* adjustment to block numbers */ in xfs_bmap_adjacent() local
3081 adjust = ap->offset - in xfs_bmap_adjacent()
3083 if (adjust && in xfs_bmap_adjacent()
3084 ISVALID(ap->blkno + adjust, ap->prev.br_startblock)) in xfs_bmap_adjacent()
3085 ap->blkno += adjust; in xfs_bmap_adjacent()
3110 adjust = prevdiff = ap->offset - in xfs_bmap_adjacent()
3124 prevbno += adjust; in xfs_bmap_adjacent()
3126 prevdiff += adjust; in xfs_bmap_adjacent()
3148 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent()
3163 gotbno -= adjust; in xfs_bmap_adjacent()
[all …]
/linux-4.19.296/drivers/bus/
DKconfig181 configuration. Allows to adjust the priorities of all master
/linux-4.19.296/include/net/
Dcfg80211.h2228 struct cfg80211_bss_select_adjust adjust; member