Home
last modified time | relevance | path

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

12

/drivers/tty/
Dtty_ldsem.c125 long adjust, count; in __ldsem_wake_readers() local
131 adjust = sem->wait_readers * (LDSEM_ACTIVE_BIAS - LDSEM_WAIT_BIAS); in __ldsem_wake_readers()
132 count = ldsem_atomic_update(adjust, sem); in __ldsem_wake_readers()
136 if (ldsem_cmpxchg(&count, count - adjust, sem)) in __ldsem_wake_readers()
204 long adjust = -LDSEM_ACTIVE_BIAS + LDSEM_WAIT_BIAS; in down_read_failed() local
213 if (ldsem_cmpxchg(&count, count + adjust, sem)) in down_read_failed()
271 long adjust = -LDSEM_ACTIVE_BIAS; in down_write_failed() local
281 if (ldsem_cmpxchg(&count, count + adjust, sem)) in down_write_failed()
/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 …]
Dfimc-is-param.h695 struct param_isp_adjust adjust; member
/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()
/drivers/net/ethernet/intel/igb/
Digb_ptp.c772 int adjust = 0; in igb_ptp_tx_hwtstamp() local
782 adjust = IGB_I210_TX_LATENCY_10; in igb_ptp_tx_hwtstamp()
785 adjust = IGB_I210_TX_LATENCY_100; in igb_ptp_tx_hwtstamp()
788 adjust = IGB_I210_TX_LATENCY_1000; in igb_ptp_tx_hwtstamp()
794 ktime_add_ns(shhwtstamps.hwtstamp, adjust); in igb_ptp_tx_hwtstamp()
824 int adjust = 0; in igb_ptp_rx_pktstamp() local
837 adjust = IGB_I210_RX_LATENCY_10; in igb_ptp_rx_pktstamp()
840 adjust = IGB_I210_RX_LATENCY_100; in igb_ptp_rx_pktstamp()
843 adjust = IGB_I210_RX_LATENCY_1000; in igb_ptp_rx_pktstamp()
848 ktime_sub_ns(skb_hwtstamps(skb)->hwtstamp, adjust); in igb_ptp_rx_pktstamp()
[all …]
/drivers/ata/
Dpata_hpt37x.c982 int dpll, adjust; in hpt37x_init_one() local
997 for (adjust = 0; adjust < 8; adjust++) { in hpt37x_init_one()
1004 if (adjust & 1) in hpt37x_init_one()
1005 f_low -= adjust >> 1; in hpt37x_init_one()
1007 f_high += adjust >> 1; in hpt37x_init_one()
1011 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()
/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()
/drivers/nvdimm/
Dpfn_devs.c612 resource_size_t adjust, size; in trim_pfn_device() local
617 adjust = start - PHYS_SECTION_ALIGN_DOWN(start); in trim_pfn_device()
618 size = resource_size(&nsio->res) + adjust; in trim_pfn_device()
619 if (region_intersects(start - adjust, size, IORESOURCE_SYSTEM_RAM, in trim_pfn_device()
621 || nd_region_conflict(nd_region, start - adjust, size)) in trim_pfn_device()
625 adjust = PHYS_SECTION_ALIGN_UP(end) - end; in trim_pfn_device()
626 size = resource_size(&nsio->res) + adjust; in trim_pfn_device()
/drivers/ide/
Dhpt366.c1059 int adjust; in init_chipset_hpt366() local
1088 for (adjust = 0; adjust < 8; adjust++) { in init_chipset_hpt366()
1095 if (adjust & 1) in init_chipset_hpt366()
1096 f_low -= adjust >> 1; in init_chipset_hpt366()
1098 f_low += adjust >> 1; in init_chipset_hpt366()
1100 if (adjust == 8) { in init_chipset_hpt366()
/drivers/rtc/
Drtc-sysfs.c165 int adjust = 0; in wakealarm_store() local
182 adjust = 1; in wakealarm_store()
187 if (adjust) { in wakealarm_store()
/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()
/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()
/drivers/platform/x86/
Dintel_ips.c301 struct task_struct *adjust; member
1041 wake_up_process(ips->adjust); in ips_monitor()
1638 ips->adjust = kthread_create(ips_adjust, ips, "ips-adjust"); in ips_probe()
1639 if (IS_ERR(ips->adjust)) { in ips_probe()
1673 kthread_stop(ips->adjust); in ips_probe()
1713 if (ips->adjust) in ips_remove()
1714 kthread_stop(ips->adjust); in ips_remove()
/drivers/media/platform/
Drcar_jpu.c1090 struct jpu_q_data *q_data, adjust; in jpu_buf_queue() local
1104 adjust = *q_data; in jpu_buf_queue()
1105 adjust.format.width = width; in jpu_buf_queue()
1106 adjust.format.height = height; in jpu_buf_queue()
1108 __jpu_try_fmt(ctx, &adjust.fmtinfo, &adjust.format, in jpu_buf_queue()
1111 if (adjust.format.width != q_data->format.width || in jpu_buf_queue()
1112 adjust.format.height != q_data->format.height) in jpu_buf_queue()
/drivers/gpu/drm/omapdrm/dss/
DKconfig102 This can be used to adjust the minimum FCK/PCK ratio.
/drivers/video/fbdev/omap2/omapfb/dss/
DKconfig108 This can be used to adjust the minimum FCK/PCK ratio.
/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c41 nvkm_clk_adjust(struct nvkm_clk *clk, bool adjust, in nvkm_clk_adjust() argument
63 if (adjust) in nvkm_clk_adjust()
/drivers/bus/
DKconfig184 configuration. Allows to adjust the priorities of all master
/drivers/input/touchscreen/
Dads7846.c424 #define SHOW(name, var, adjust) static ssize_t \ argument
432 return sprintf(buf, "%u\n", adjust(ts, v)); \
/drivers/media/i2c/
Dks0127.c187 struct adjust { struct
/drivers/gpu/drm/i915/
Dintel_display.c11115 bool adjust) in intel_compare_link_m_n() argument
11119 m2_n2->gmch_m, m2_n2->gmch_n, !adjust) && in intel_compare_link_m_n()
11121 m2_n2->link_m, m2_n2->link_n, !adjust)) { in intel_compare_link_m_n()
11122 if (adjust) in intel_compare_link_m_n()
11132 pipe_config_err(bool adjust, const char *name, const char *format, ...) in pipe_config_err() argument
11139 if (adjust) { in pipe_config_err()
11160 bool adjust) in intel_pipe_config_compare() argument
11166 pipe_config_err(adjust, __stringify(name), \ in intel_pipe_config_compare()
11175 pipe_config_err(adjust, __stringify(name), \ in intel_pipe_config_compare()
11184 pipe_config_err(adjust, __stringify(name), \ in intel_pipe_config_compare()
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc191 // wait for it to complete, and adjust context size
/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c100 int adjust; member
/drivers/staging/speakup/
Dspkguide.txt701 Your synth should now start talking, and you should be able to adjust
734 Your DecTalk PC should start talking, and then you can adjust the pitch,

12