Home
last modified time | relevance | path

Searched refs:balance (Results 1 – 25 of 169) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-sf16fmr2.c36 struct v4l2_ctrl *balance; member
153 int volume, balance, left, right; in fmr2_s_ctrl() local
158 balance = fmr2->balance->cur.val; in fmr2_s_ctrl()
161 balance = ctrl->val; in fmr2_s_ctrl()
169 if (balance < 0) in fmr2_s_ctrl()
170 right = max(0, right + balance); in fmr2_s_ctrl()
171 if (balance > 0) in fmr2_s_ctrl()
172 left = max(0, left - balance); in fmr2_s_ctrl()
191 …fmr2->balance = v4l2_ctrl_new_std(&tea->ctrl_handler, &fmr2_ctrl_ops, V4L2_CID_AUDIO_BALANCE, -68,… in fmr2_tea_ext_init()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtda7432.c73 struct v4l2_ctrl *balance; member
280 if (t->balance->val < 0) { in tda7432_s_ctrl()
282 rr = rf = -t->balance->val; in tda7432_s_ctrl()
284 } else if (t->balance->val > 0) { in tda7432_s_ctrl()
287 lr = lf = t->balance->val; in tda7432_s_ctrl()
365 t->balance = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops, in tda7432_probe()
H A Dwm8739.c47 struct v4l2_ctrl *balance; member
102 work_l = (min(65536 - state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl()
103 work_r = (min(state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl()
204 state->balance = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops, in wm8739_probe()
H A Dwm8775.c87 u16 balance = (u16)state->bal->val; in wm8775_set_audio() local
90 vol_l = (min(65536 - balance, 32768) * volume) >> 23; in wm8775_set_audio()
91 vol_r = (min(balance, (u16)32768) * volume) >> 23; in wm8775_set_audio()
H A Dtvaudio.c118 struct v4l2_ctrl *balance; member
1759 u32 volume, balance; in tvaudio_s_ctrl() local
1763 balance = chip->balance->val; in tvaudio_s_ctrl()
1764 left = (min(65536U - balance, 32768U) * volume) / 32768U; in tvaudio_s_ctrl()
1765 right = (min(balance, 32768U) * volume) / 32768U; in tvaudio_s_ctrl()
2012 chip->balance = v4l2_ctrl_new_std(&chip->hdl, in tvaudio_probe()
/OK3568_Linux_fs/buildroot/package/irqbalance/
H A DConfig.in8 Irqbalance is a daemon to help balance the cpu load generated
24 bool "use core balance level"
27 Force using core balance level for all irqs.
/OK3568_Linux_fs/kernel/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-adc-ad7280a5 Writing 1 enables the cell balance output switch corresponding
16 individual times for each cell balance output. The AD7280A
20 timer value is set 0, the timer is disabled. The cell balance
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst265 .. _v4l2-auto-n-preset-white-balance:
271 Sets white balance to automatic, manual or a preset. The presets
273 white balance adjustments resulting in most accurate color
274 representation. The following white balance presets are listed in
284 - Manual white balance.
286 - Automatic white balance adjustments.
288 - White balance setting for incandescent (tungsten) lighting. It
292 - White balance preset for fluorescent lighting. It corresponds
298 - White balance setting for horizon daylight. It corresponds
301 - White balance preset for daylight (with clear sky). It corresponds
[all …]
H A Dcontrol.rst78 Hue or color balance.
85 Audio stereo balance. Minimum corresponds to all the way left,
109 Automatic white balance (cameras).
113 device will do a white balance and then hold the current setting.
115 which, when activated, keeps adjusting the white balance.
118 Red chroma balance.
121 Blue chroma balance.
168 This control specifies the white balance settings as a color
H A Dpixfmt-meta-vivid.rst36 - Image color balance, the value is in the range -128 to 128, with the default value as 0.
H A Dpixfmt-meta-rkisp1.rst39 The statistics collected are Exposure, AWB (Auto-white balance), Histogram and
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dbonding.rst173 (active-backup, balance-alb and balance-tlb). Possible values
557 balance-rr (round robin). Possible values are:
559 balance-rr or 0
587 balance-xor or 2
631 balance-tlb or 5
653 balance-alb or 6
655 Adaptive load balancing: includes balance-tlb plus
737 has effect only in balance-rr mode.
759 balance-tlb (5) and balance-alb (6) mode.
856 balance-xor, 802.3ad, and tlb modes. Possible values are:
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dintel_epb.rst31 with one of the strings: "performance", "balance-performance", "normal",
32 "balance-power", "power" that represent values reflected by their
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dbalance.rst51 Another possible solution is that we balance only when the free memory
62 deciding whether to balance the regular zone. The first solution
74 kswapd also needs to know about the zones it should balance. kswapd is
78 need to balance the highmem zone, since intr context does not request
H A Dindex.rst33 balance
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-av-audio.c359 static void set_balance(struct cx18 *cx, int balance) in set_balance() argument
361 int bal = balance >> 8; in set_balance()
/OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/
H A Dcx25840-audio.c488 static void set_balance(struct i2c_client *client, int balance) in set_balance() argument
490 int bal = balance >> 8; in set_balance()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dswitch.rst31 member as needed to balance the load.
52 Lower Tier - Load balance amongst paths to a particular member.
57 selectors to load balance amongst these paths. We also build a
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/restinio/
H A Drestinio_0.6.13.bb4 right balance between performance and ease of use"
/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/sys/
H A Daudioio.h80 uchar_t balance; /* stereo channel balance */ member
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dstop_task.c126 .balance = balance_stop,
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A DKconfig112 balance memory across many LPARs.
125 balance memory across many LPARs.
H A Dvio.c194 int balance = 0; in vio_cmo_dealloc() local
223 balance = 1; in vio_cmo_dealloc()
239 balance = 1; in vio_cmo_dealloc()
253 balance = 1; in vio_cmo_dealloc()
260 if (balance) in vio_cmo_dealloc()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-domains.rst16 explicitly set. A sched domain's span means "balance process load among these
32 out of balance are tasks moved between groups.
/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dintel_powerclamp.c428 goto balance; in clamp_idle_injection_func()
432 balance: in clamp_idle_injection_func()

1234567