Home
last modified time | relevance | path

Searched refs:adjustment (Results 1 – 25 of 173) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dptp.c32 u64 adjustment; in e1000e_phc_adjfreq() local
53 adjustment = incvalue; in e1000e_phc_adjfreq()
54 adjustment *= delta; in e1000e_phc_adjfreq()
55 adjustment = div_u64(adjustment, 1000000000); in e1000e_phc_adjfreq()
57 incvalue = neg_adj ? (incvalue - adjustment) : (incvalue + adjustment); in e1000e_phc_adjfreq()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Drwsem.c402 long oldcount, woken = 0, adjustment = 0; in rwsem_mark_wake() local
443 adjustment = RWSEM_READER_BIAS; in rwsem_mark_wake()
444 oldcount = atomic_long_fetch_add(adjustment, &sem->count); in rwsem_mark_wake()
453 adjustment -= RWSEM_FLAG_HANDOFF; in rwsem_mark_wake()
457 atomic_long_add(-adjustment, &sem->count); in rwsem_mark_wake()
513 adjustment = woken * RWSEM_READER_BIAS - adjustment; in rwsem_mark_wake()
517 adjustment -= RWSEM_FLAG_WAITERS; in rwsem_mark_wake()
525 adjustment -= RWSEM_FLAG_HANDOFF; in rwsem_mark_wake()
527 if (adjustment) in rwsem_mark_wake()
528 atomic_long_add(adjustment, &sem->count); in rwsem_mark_wake()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstrtod.h165 int adjustment = dExp - actualExp - 1; in StrtodDiyFp() local
166 RAPIDJSON_ASSERT(adjustment >= 0 && adjustment < 7); in StrtodDiyFp()
167 v = v * kPow10[adjustment]; in StrtodDiyFp()
168 …if (length + static_cast<unsigned>(adjustment)> 19u) // has more digits than decimal digits in 64-… in StrtodDiyFp()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6t_NPT.c35 npt->adjustment = ~csum_fold(csum_sub(src_sum, dst_sum)); in ip6t_npt_checkentry()
72 csum_unfold(npt->adjustment))); in ip6t_npt_map_pfx()
151 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
163 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c306 unsigned adjustment = 0; in sm_metadata_get_count() local
322 adjustment++; in sm_metadata_get_count()
326 adjustment--; in sm_metadata_get_count()
335 *result += adjustment; in sm_metadata_get_count()
343 int r, adjustment = 0; in sm_metadata_count_is_more_than_one() local
363 adjustment++; in sm_metadata_count_is_more_than_one()
367 adjustment--; in sm_metadata_count_is_more_than_one()
372 if (adjustment > 1) { in sm_metadata_count_is_more_than_one()
387 *result = rc + adjustment > 1; in sm_metadata_count_is_more_than_one()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dila.rst137 adjustment can be precomputed and saved with the mapping.
139 Note that the checksum neutral adjustment affects the low order sixteen
184 adjustment value are not present so an identifier is considered an
193 The checksum neutral adjustment may be configured to always be
195 checksum adjustment is in the low order 16 bits. The identifier is
201 | | Checksum-neutral adjustment |
210 | | Checksum-neutral adjustment |
215 configuration. The checksum neutral adjustment may automatically
221 | | Checksum-neutral adjustment |
230 | | Checksum-neutral adjustment |
/OK3568_Linux_fs/kernel/sound/soc/sti/
H A Duniperif_player.c157 int adjustment = player->clk_adj; in uni_player_clk_set_rate() local
174 if (adjustment < 0) { in uni_player_clk_set_rate()
177 adjustment = -adjustment; in uni_player_clk_set_rate()
183 (uint64_t)adjustment + 500000, 1000000); in uni_player_clk_set_rate()
207 adjustment = -1; in uni_player_clk_set_rate()
209 adjustment = 1; in uni_player_clk_set_rate()
212 adjustment *= (int)div64_u64((uint64_t)delta * 1000000 + rate / 2, in uni_player_clk_set_rate()
214 player->clk_adj = adjustment; in uni_player_clk_set_rate()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dst,sta350.txt42 - st,thermal-warning-adjustment:
43 If present, thermal warning adjustment is enabled.
63 - st,overcurrent-warning-adjustment:
64 If present, overcurrent warning adjustment is enabled.
H A Dst,sta32x.txt49 - st,thermal-warning-adjustment:
50 If present, thermal warning adjustment is enabled.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-mt8183.txt56 duty cycle when asserted (high pulse width adjustment). Valid arguments
59 duty cycle when asserted (high pulse width adjustment). Valid arguments
67 adjustment in generic driving setup. But in specific driving setup,
68 they can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
H A Dpinctrl-mt6797.txt53 duty cycle when asserted (high pulse width adjustment). Valid arguments
56 duty cycle when asserted (high pulse width adjustment). Valid arguments
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_ipv6/
H A Dip6t_NPT.h14 __sum16 adjustment; member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv6/
H A Dip6t_NPT.h14 __sum16 adjustment; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_ipv6/
H A Dip6t_NPT.h14 __sum16 adjustment; member
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-light-tsl277212 Causes a recalculation and adjustment to the
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/cvr_res/string/
H A Dstring.txt9 RES_STR_SETTINGS_VOL 音量调节 音量調節 Volume adjustment 音量調節
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1046a.dtsi658 snps,quirk-frame-length-adjustment = <0x20>;
660 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
668 snps,quirk-frame-length-adjustment = <0x20>;
670 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
678 snps,quirk-frame-length-adjustment = <0x20>;
680 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
H A Dfsl-ls1043a.dtsi759 snps,quirk-frame-length-adjustment = <0x20>;
761 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
770 snps,quirk-frame-length-adjustment = <0x20>;
772 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
781 snps,quirk-frame-length-adjustment = <0x20>;
783 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Delan_i2c_i2c.c450 int *adjustment) in elan_i2c_get_pressure_adjustment() argument
463 *adjustment = 0; in elan_i2c_get_pressure_adjustment()
465 *adjustment = ETP_PRESSURE_OFFSET; in elan_i2c_get_pressure_adjustment()
H A Delan_i2c.h109 int *adjustment);
H A Delan_i2c_smbus.c287 int *adjustment) in elan_smbus_get_pressure_adjustment() argument
289 *adjustment = ETP_PRESSURE_OFFSET; in elan_smbus_get_pressure_adjustment()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dsysinfo.h70 unsigned short adjustment[0]; member
/OK3568_Linux_fs/buildroot/package/json-for-modern-cpp/
H A DConfig.in16 should require no adjustment of compiler flags or project
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1109-38-v10-spi-nand.dts87 * pwm1 is reserved as voltage adjustment in hardware
88 * use fixed regulator to avoid voltage adjustment by software
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dphy-rockchip-inno-hdmi.txt21 for adjustment to some frequency settings

1234567