Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/net/ipv6/ila/
Dila_common.c43 __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/
Dtty_ldsem.c101 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/
Dvmx_tsc_adjust_test.c67 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/
Dradiotrack.rst128 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/
Dxgbe-ptp.c143 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/
Dfimc-is-param.c102 __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/
Dmatch.c629 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/
Digb_ptp.c752 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/
Dsun4i-gpadc.txt35 - 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/
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-v4.19/drivers/ata/
Dpata_hpt37x.c979 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()
Dpata_hpt3x2n.c497 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/
Dntp.c534 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/
Dusernv04.c47 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/
Dvidioc-g-selection.rst67 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`
Dselection-api-configuration.rst17 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/
Dhpt366.c1060 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/
Dsysfs-driver-hid-picolcd31 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/
Dloadavg.c79 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/
Drtc-sysfs.c166 int adjust = 0; in wakealarm_store() local
183 adjust = 1; in wakealarm_store()
188 if (adjust) { in wakealarm_store()
/Linux-v4.19/scripts/
Dmakelst32 $3 -r --source --adjust-vma=${t6:-0} $1
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_eeprom.c114 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/
Dnf_nat_helper.c99 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/
Dnf_nat_helper.h15 unsigned int rep_len, bool adjust);
/Linux-v4.19/include/linux/
Dpage-flags-layout.h24 #error ZONES_SHIFT -- too many zones configured adjust calculation

12345678