/Linux-v4.19/net/ipv6/ila/ |
D | ila_common.c | 43 __sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3]; in ila_csum_do_neutral_fmt() local 53 *adjust = ~csum_fold(csum_add(diff, csum_unfold(*adjust))); in ila_csum_do_neutral_fmt() 66 __sum16 *adjust = (__force __sum16 *)&iaddr->ident.v16[3]; in ila_csum_do_neutral_nofmt() local 71 *adjust = ~csum_fold(csum_add(diff, csum_unfold(*adjust))); in ila_csum_do_neutral_nofmt()
|
/Linux-v4.19/drivers/tty/ |
D | tty_ldsem.c | 101 long adjust, count; in __ldsem_wake_readers() local 108 adjust = sem->wait_readers * (LDSEM_ACTIVE_BIAS - LDSEM_WAIT_BIAS); in __ldsem_wake_readers() 109 count = atomic_long_add_return(adjust, &sem->count); in __ldsem_wake_readers() 113 if (atomic_long_try_cmpxchg(&sem->count, &count, count - adjust)) in __ldsem_wake_readers() 183 long adjust = -LDSEM_ACTIVE_BIAS + LDSEM_WAIT_BIAS; in down_read_failed() local 194 if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust)) { in down_read_failed() 195 count += adjust; in down_read_failed() 256 long adjust = -LDSEM_ACTIVE_BIAS; in down_write_failed() local 268 if (atomic_long_try_cmpxchg(&sem->count, &count, count + adjust)) in down_write_failed()
|
/Linux-v4.19/tools/testing/selftests/kvm/ |
D | vmx_tsc_adjust_test.c | 67 int64_t adjust; in check_ia32_tsc_adjust() local 69 adjust = rdmsr(MSR_IA32_TSC_ADJUST); in check_ia32_tsc_adjust() 70 GUEST_SYNC(adjust); in check_ia32_tsc_adjust() 71 GUEST_ASSERT(adjust <= max); in check_ia32_tsc_adjust()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | radiotrack.rst | 128 radio enable, tuner adjust disable) 131 radio disable, tuner adjust disable) 137 radio enable, tuner adjust disable) 142 radio enable, tuner adjust disable) 147 radio enable, tuner adjust disable) 159 disable, "zero" bit phase 1, tuner adjust) 161 disable, "zero" bit phase 2, tuner adjust) 164 disable, "one" bit phase 1, tuner adjust) 166 disable, "one" bit phase 2, tuner adjust)
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 143 u64 adjust; in xgbe_adjfreq() local 152 adjust = pdata->tstamp_addend; in xgbe_adjfreq() 153 adjust *= delta; in xgbe_adjfreq() 154 diff = div_u64(adjust, 1000000000UL); in xgbe_adjfreq()
|
/Linux-v4.19/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.c | 102 __hw_param_copy(&par->isp.adjust, &cfg->isp.adjust); in __fimc_is_hw_update_param() 375 isp->adjust.contrast = val; in __is_set_isp_adjust() 378 isp->adjust.saturation = val; in __is_set_isp_adjust() 381 isp->adjust.sharpness = val; in __is_set_isp_adjust() 384 isp->adjust.exposure = val; in __is_set_isp_adjust() 387 isp->adjust.brightness = val; in __is_set_isp_adjust() 390 isp->adjust.hue = val; in __is_set_isp_adjust() 393 isp->adjust.contrast = 0; in __is_set_isp_adjust() 394 isp->adjust.saturation = 0; in __is_set_isp_adjust() 395 isp->adjust.sharpness = 0; in __is_set_isp_adjust() [all …]
|
/Linux-v4.19/security/apparmor/ |
D | match.c | 629 unsigned int *adjust) in is_loop() argument 639 *adjust = i; in is_loop() 647 *adjust = i; in is_loop() 676 unsigned int adjust; in leftmatch_fb() local 684 if (is_loop(wb, state, &adjust)) { in leftmatch_fb() 686 *count -= adjust; in leftmatch_fb() 695 unsigned int adjust; in leftmatch_fb() local 703 if (is_loop(wb, state, &adjust)) { in leftmatch_fb() 705 *count -= adjust; in leftmatch_fb()
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 752 int adjust = 0; in igb_ptp_tx_hwtstamp() local 762 adjust = IGB_I210_TX_LATENCY_10; in igb_ptp_tx_hwtstamp() 765 adjust = IGB_I210_TX_LATENCY_100; in igb_ptp_tx_hwtstamp() 768 adjust = IGB_I210_TX_LATENCY_1000; in igb_ptp_tx_hwtstamp() 774 ktime_add_ns(shhwtstamps.hwtstamp, adjust); in igb_ptp_tx_hwtstamp() 804 int adjust = 0; in igb_ptp_rx_pktstamp() local 817 adjust = IGB_I210_RX_LATENCY_10; in igb_ptp_rx_pktstamp() 820 adjust = IGB_I210_RX_LATENCY_100; in igb_ptp_rx_pktstamp() 823 adjust = IGB_I210_RX_LATENCY_1000; in igb_ptp_rx_pktstamp() 828 ktime_sub_ns(skb_hwtstamps(skb)->hwtstamp, adjust); in igb_ptp_rx_pktstamp() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | sun4i-gpadc.txt | 35 - allwinner,tp-sensitive-adjust : integer (4 bits) 36 adjust sensitivity of pen down detection 57 allwinner,tp-sensitive-adjust = <0>;
|
/Linux-v4.19/drivers/media/tuners/ |
D | tda9887.c | 310 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-v4.19/drivers/ata/ |
D | pata_hpt37x.c | 979 int dpll, adjust; in hpt37x_init_one() local 994 for (adjust = 0; adjust < 8; adjust++) { in hpt37x_init_one() 1001 if (adjust & 1) in hpt37x_init_one() 1002 f_low -= adjust >> 1; in hpt37x_init_one() 1004 f_high += adjust >> 1; in hpt37x_init_one() 1008 if (adjust == 8) { in hpt37x_init_one()
|
D | pata_hpt3x2n.c | 497 int adjust; in hpt3x2n_init_one() local 575 for (adjust = 0; adjust < 8; adjust++) { in hpt3x2n_init_one() 580 if (adjust == 8) { in hpt3x2n_init_one()
|
/Linux-v4.19/kernel/time/ |
D | ntp.c | 534 struct timespec64 adjust, now; in sync_rtc_clock() local 542 adjust = now; in sync_rtc_clock() 544 adjust.tv_sec -= (sys_tz.tz_minuteswest * 60); in sync_rtc_clock() 550 rc = rtc_set_ntp_time(adjust, &target_nsec); in sync_rtc_clock() 576 struct timespec64 adjust; in sync_cmos_clock() local 595 if (rtc_tv_nsec_ok(-1 * target_nsec, &adjust, &now)) { in sync_cmos_clock() 597 adjust.tv_sec -= (sys_tz.tz_minuteswest * 60); in sync_cmos_clock() 598 rc = update_persistent_clock64(adjust); in sync_cmos_clock()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
D | usernv04.c | 47 u64 adjust = dmaobj->base.start & 0x00000fff; in nv04_dmaobj_bind() local 65 nvkm_wo32(*pgpuobj, 0x00, dmaobj->flags0 | (adjust << 20)); in nv04_dmaobj_bind()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-selection.rst | 67 must be filled with zeros. The driver may adjust coordinates of the 72 - ``0`` - The driver can adjust the rectangle size freely and shall 85 Please refer to :ref:`sel-const-adjust`. 119 .. _sel-const-adjust: 184 It is not possible to adjust struct :c:type:`v4l2_rect`
|
D | selection-api-configuration.rst | 17 Therefore, as usual, drivers are expected to adjust the requested 40 The driver may further adjust the requested size and/or position 59 bounds rectangle. The driver must adjust the composing rectangle to fit 100 further adjust the requested size and/or position according to hardware 111 driver must adjust the area to fit to the bounding limits. Moreover, the
|
/Linux-v4.19/drivers/ide/ |
D | hpt366.c | 1060 int adjust; in init_chipset_hpt366() local 1089 for (adjust = 0; adjust < 8; adjust++) { in init_chipset_hpt366() 1096 if (adjust & 1) in init_chipset_hpt366() 1097 f_low -= adjust >> 1; in init_chipset_hpt366() 1099 f_low += adjust >> 1; in init_chipset_hpt366() 1101 if (adjust == 8) { in init_chipset_hpt366()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-hid-picolcd | 31 Description: Make it possible to adjust defio refresh rate. 40 it only makes sense to adjust this value if only one or two
|
/Linux-v4.19/kernel/sched/ |
D | loadavg.c | 79 long calc_load_fold_active(struct rq *this_rq, long adjust) in calc_load_fold_active() argument 83 nr_active = this_rq->nr_running - adjust; in calc_load_fold_active()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-sysfs.c | 166 int adjust = 0; in wakealarm_store() local 183 adjust = 1; in wakealarm_store() 188 if (adjust) { in wakealarm_store()
|
/Linux-v4.19/scripts/ |
D | makelst | 32 $3 -r --source --adjust-vma=${t6:-0} $1
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_eeprom.c | 114 static u8 flash_csum(struct qib_flash *ifp, int adjust) in flash_csum() argument 131 if (adjust) in flash_csum()
|
/Linux-v4.19/net/netfilter/ |
D | nf_nat_helper.c | 99 unsigned int rep_len, bool adjust) in __nf_nat_mangle_tcp_packet() argument 127 if (adjust && rep_len != match_len) in __nf_nat_mangle_tcp_packet()
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_nat_helper.h | 15 unsigned int rep_len, bool adjust);
|
/Linux-v4.19/include/linux/ |
D | page-flags-layout.h | 24 #error ZONES_SHIFT -- too many zones configured adjust calculation
|