| /linux/net/ipv6/netfilter/ |
| H A D | ip6t_NPT.c | 35 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),
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-space-map-metadata.c | 308 unsigned int adjustment = 0; in sm_metadata_get_count() local 324 adjustment++; in sm_metadata_get_count() 328 adjustment--; in sm_metadata_get_count() 337 *result += adjustment; in sm_metadata_get_count() 345 int r, adjustment = 0; in sm_metadata_count_is_more_than_one() local 365 adjustment++; in sm_metadata_count_is_more_than_one() 369 adjustment--; in sm_metadata_count_is_more_than_one() 374 if (adjustment > 1) { in sm_metadata_count_is_more_than_one() 389 *result = rc + adjustment > 1; in sm_metadata_count_is_more_than_one()
|
| /linux/Documentation/networking/ |
| H A D | ila.rst | 137 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 |
|
| /linux/sound/soc/sti/ |
| H A D | uniperif_player.c | 157 int adjustment = player->clk_adj; in uni_player_clk_set_rate() local 170 * a - adjustment in ppm (parts per milion) in uni_player_clk_set_rate() 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() 200 * Using ALSA's adjustment control, we can modify the rate to be up 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 * in uni_player_clk_set_rate() [all...] |
| /linux/arch/riscv/boot/dts/starfive/ |
| H A D | jh7100-starfive-visionfive-v1.dts | 27 * manual adjustment of the RX internal delay to work properly. The default 31 * It is worth noting the adjustment is not necessary on BeagleV Starlight SBC,
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | st,sta350.txt | 42 - 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 D | st,sta32x.txt | 49 - st,thermal-warning-adjustment: 50 If present, thermal warning adjustment is enabled.
|
| /linux/include/uapi/linux/netfilter_ipv6/ |
| H A D | ip6t_NPT.h | 14 __sum16 adjustment; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-light-tsl2772 | 12 Causes a recalculation and adjustment to the
|
| H A D | sysfs-class-rtc | 75 adjustment. The unit is parts per billion, i.e. The number of
|
| H A D | sysfs-ptp | 33 frequency adjustment value (a positive integer) in
|
| /linux/Documentation/userspace-api/media/drivers/ |
| H A D | thp7312.rst | 9 Enable/Disable auto-adjustment, based on lighting conditions, of the frame
|
| /linux/drivers/input/mouse/ |
| H A D | elan_i2c.h | 115 int *adjustment);
|
| H A D | elan_i2c_i2c.c | 450 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 D | elan_i2c_smbus.c | 287 int *adjustment) in elan_smbus_get_pressure_adjustment() argument 289 *adjustment = ETP_PRESSURE_OFFSET; in elan_smbus_get_pressure_adjustment()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1043a.dtsi | 841 snps,quirk-frame-length-adjustment = <0x20>; 844 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; 854 snps,quirk-frame-length-adjustment = <0x20>; 857 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>; 867 snps,quirk-frame-length-adjustment = <0x20>; 870 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
|
| /linux/arch/arm/boot/dts/amlogic/ |
| H A D | meson8m2.dtsi | 35 clock-names = "stmmaceth", "clkin0", "clkin1", "timing-adjustment";
|
| /linux/Documentation/driver-api/ |
| H A D | ptp.rst | 85 * When other PTP adjustment functions are called, the PHC servo 88 **NOTE:** '.adjphase' is not a simple time adjustment functionality
|
| /linux/Documentation/hwmon/ |
| H A D | pc87427.rst | 62 temperature format, so user-space adjustment (typically by a factor 2)
|
| /linux/arch/arm/boot/dts/intel/pxa/ |
| H A D | pxa300-raumfeld-speaker-one.dts | 111 st,thermal-warning-adjustment;
|
| /linux/tools/testing/selftests/mm/ |
| H A D | run_vmtests.sh | 343 adjustment=$(( (31 < (nr_cpus - 1)) ? 31 : (nr_cpus - 1) )) 344 half_ufd_size_MB=$((((freepgs - adjustment) * hpgsize_KB) / 1024 / 2))
|
| /linux/Documentation/virt/kvm/ |
| H A D | halt-polling.rst | 69 It is worth noting that this adjustment process attempts to hone in on some 72 adjustment of the polling interval.
|
| /linux/Documentation/misc-devices/ |
| H A D | lis3lv02d.rst | 53 to allow adjustment of the limits without a change to the actual driver.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | control.rst | 90 Audio bass adjustment. 93 Audio treble adjustment.
|
| H A D | vidioc-g-selection.rst | 126 Behaviour of rectangle adjustment for different constraint flags.
|