Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/media/radio/
Dradio-sf16fmr2.c35 struct v4l2_ctrl *balance; member
152 int volume, balance, left, right; in fmr2_s_ctrl() local
157 balance = fmr2->balance->cur.val; in fmr2_s_ctrl()
160 balance = ctrl->val; in fmr2_s_ctrl()
168 if (balance < 0) in fmr2_s_ctrl()
169 right = max(0, right + balance); in fmr2_s_ctrl()
170 if (balance > 0) in fmr2_s_ctrl()
171 left = max(0, left - balance); in fmr2_s_ctrl()
190 …fmr2->balance = v4l2_ctrl_new_std(&tea->ctrl_handler, &fmr2_ctrl_ops, V4L2_CID_AUDIO_BALANCE, -68,… in fmr2_tea_ext_init()
/Linux-v4.19/drivers/media/i2c/
Dtda7432.c72 struct v4l2_ctrl *balance; member
279 if (t->balance->val < 0) { in tda7432_s_ctrl()
281 rr = rf = -t->balance->val; in tda7432_s_ctrl()
283 } else if (t->balance->val > 0) { in tda7432_s_ctrl()
286 lr = lf = t->balance->val; in tda7432_s_ctrl()
364 t->balance = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops, in tda7432_probe()
Dwm8739.c56 struct v4l2_ctrl *balance; member
111 work_l = (min(65536 - state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl()
112 work_r = (min(state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl()
213 state->balance = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops, in wm8739_probe()
Dwm8775.c96 u16 balance = (u16)state->bal->val; in wm8775_set_audio() local
99 vol_l = (min(65536 - balance, 32768) * volume) >> 23; in wm8775_set_audio()
100 vol_r = (min(balance, (u16)32768) * volume) >> 23; in wm8775_set_audio()
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()
/Linux-v4.19/drivers/staging/iio/Documentation/
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
/Linux-v4.19/Documentation/networking/
Dbonding.txt168 (active-backup, balance-alb and balance-tlb). Possible values
548 balance-rr (round robin). Possible values are:
550 balance-rr or 0
578 balance-xor or 2
622 balance-tlb or 5
644 balance-alb or 6
646 Adaptive load balancing: includes balance-tlb plus
728 has effect only in balance-rr mode.
740 balance-tlb (5) and balance-alb (6) mode.
837 balance-xor, 802.3ad, and tlb modes. Possible values are:
[all …]
/Linux-v4.19/Documentation/media/uapi/v4l/
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
Dextended-controls.rst2676 .. _v4l2-auto-n-preset-white-balance:
2682 Sets white balance to automatic, manual or a preset. The presets
2684 white balance adjustments resulting in most accurate color
2685 representation. The following white balance presets are listed in
2695 - Manual white balance.
2697 - Automatic white balance adjustments.
2699 - White balance setting for incandescent (tungsten) lighting. It
2703 - White balance preset for fluorescent lighting. It corresponds
2709 - White balance setting for horizon daylight. It corresponds
2712 - White balance preset for daylight (with clear sky). It corresponds
[all …]
/Linux-v4.19/Documentation/vm/
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
Dindex.rst30 balance
D00-INDEX5 balance.rst
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-audio.c368 static void set_balance(struct cx18 *cx, int balance) in set_balance() argument
370 int bal = balance >> 8; in set_balance()
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-audio.c497 static void set_balance(struct i2c_client *client, int balance) in set_balance() argument
499 int bal = balance >> 8; in set_balance()
/Linux-v4.19/Documentation/device-mapper/
Dswitch.txt30 member as needed to balance the load.
51 Lower Tier - Load balance amongst paths to a particular member.
56 selectors to load balance amongst these paths. We also build a
/Linux-v4.19/arch/powerpc/platforms/pseries/
DKconfig107 balance memory across many LPARs.
119 balance memory across many LPARs.
Dvio.c197 int balance = 0; in vio_cmo_dealloc() local
226 balance = 1; in vio_cmo_dealloc()
242 balance = 1; in vio_cmo_dealloc()
256 balance = 1; in vio_cmo_dealloc()
263 if (balance) in vio_cmo_dealloc()
/Linux-v4.19/Documentation/scheduler/
Dsched-domains.txt12 explicitly set. A sched domain's span means "balance process load among these
26 out of balance are tasks moved between groups.
/Linux-v4.19/drivers/net/team/
DKconfig66 tristate "Load-balance mode support"
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h365 VCREATE_DATA(balance);
/Linux-v4.19/drivers/thermal/
Dintel_powerclamp.c446 goto balance; in clamp_idle_injection_func()
450 balance: in clamp_idle_injection_func()
/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110_av.c283 unsigned int vol, val, balance = 0; in av7110_set_volume() local
314 balance = ((volright - volleft) * 127) / vol; in av7110_set_volume()
315 msp_writereg(av7110, MSP_WR_DSP, 0x0001, balance << 8); in av7110_set_volume()
324 balance = ((volright - volleft) * 127) / vol; in av7110_set_volume()
325 msp_writereg(av7110, MSP_WR_DSP, 0x0001, balance << 8); in av7110_set_volume()
/Linux-v4.19/Documentation/block/
Ddeadline-iosched.txt41 This parameter tunes the balance between per-request latency and aggregate
/Linux-v4.19/Documentation/scsi/
Dqlogicfas.txt37 configuration. As shipped, it provides a balance between speed and
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-wiimote51 balance board. It provides a single line with 3 calibration

123