Home
last modified time | relevance | path

Searched full:balance (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/linux/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()
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst266 .. _v4l2-auto-n-preset-white-balance:
272 Sets white balance to automatic, manual or a preset. The presets
274 white balance adjustments resulting in most accurate color
275 representation. The following white balance presets are listed in
285 - Manual white balance.
287 - Automatic white balance adjustments.
289 - White balance setting for incandescent (tungsten) lighting. It
293 - White balance preset for fluorescent lighting. It corresponds
299 - White balance setting for horizon daylight. It corresponds
302 - 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.
175 This control specifies the white balance settings as a color
/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.818 .RB "value: # | default | performance | balance-performance | balance-power | power"
82 Set a policy with a normal balance between performance and energy efficiency.
92 .I balance-performance
96 .I balance-power
111 balance-performance 4 128
113 balance-power 8 192
/linux/Documentation/networking/
H A Dbonding.rst173 (active-backup, balance-alb and balance-tlb). Possible values
604 balance-rr (round robin). Possible values are:
606 balance-rr or 0
634 balance-xor or 2
678 balance-tlb or 5
700 balance-alb or 6
702 Adaptive load balancing: includes balance-tlb plus
784 has effect only in balance-rr mode.
803 for active-backup(1), balance-tlb (5) and balance-alb (6) mode.
818 balance-tlb (5) and balance-alb (6) mode.
[all …]
H A Dnexthop-group-resilient.rst112 of balance until idle buckets do appear, possibly never. If set to a
114 permitted to stay out of balance.
120 been out of balance exceeds the unbalanced timer, if that is non-zero,
194 of balance, in units of clock_t.
252 least 60 seconds, and if the table remains out of balance for 300 seconds,
253 it will be forcefully brought into balance.
/linux/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
/linux/drivers/media/i2c/
H A Dtda7432.c5 * Handles audio functions: volume, balance, tone, loudness
71 /* mute/balance cluster */
73 struct v4l2_ctrl *balance; member
93 * The TDA7432 controls basic audio functions like volume, balance,
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()
299 /* Mute & update balance*/ in tda7432_s_ctrl()
364 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()
203 state->balance = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops, in wm8739_probe()
/linux/drivers/media/usb/gspca/
H A Dspca561.c162 {0x0000, 0x8611}, /* R offset for white balance */
163 {0x00fd, 0x8612}, /* Gr offset for white balance */
164 {0x0003, 0x8613}, /* B offset for white balance */
165 {0x0000, 0x8614}, /* Gb offset for white balance */
167 {0x0035, 0x8651}, /* R gain for white balance */
168 {0x0040, 0x8652}, /* Gr gain for white balance */
169 {0x005f, 0x8653}, /* B gain for white balance */
170 {0x0040, 0x8654}, /* Gb gain for white balance */
223 {0x00, 0x8102}, /* white balance - new */
244 {0x07, 0x8601}, /* white balance - new */
[all …]
H A Dspca508.c340 {0x0001, 0x8611}, /* R offset for white balance ... */
344 {0x005b, 0x8651}, /* R gain for white balance ... */
427 {0x00ff, 0x8615}, /* High lum thresh for white balance */
428 {0x0000, 0x8616}, /* Low lum thresh for white balance */
459 {0x002f, 0x8651}, /* R gain for white balance ... */
540 /* {0x0000, 0x8611}, * 0 R Offset for white Balance */
541 /* {0x0000, 0x8612}, * 1 Gr Offset for white Balance */
542 /* {0x0000, 0x8613}, * 1f B Offset for white Balance */
543 /* {0x0000, 0x8614}, * f0 Gb Offset for white Balance */
545 {0x0040, 0x8651}, /* 2b BLUE gain for white balance good at all 60 */
[all …]
/linux/include/linux/sched/
H A Dsd_flags.h46 * Balance when about to become idle
54 * Balance on exec
62 * Balance on fork, clone
70 * Balance on wakeup
H A Dtopology.h92 unsigned long min_interval; /* Minimum balance interval ms */
93 unsigned long max_interval; /* Maximum balance interval ms */
95 unsigned int imbalance_pct; /* No balance until over watermark */
/linux/Documentation/mm/
H A Dbalance.rst49 Another possible solution is that we balance only when the free memory
60 deciding whether to balance the regular zone. The first solution
72 kswapd also needs to know about the zones it should balance. kswapd is
76 need to balance the highmem zone, since intr context does not request
/linux/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-regs.h134 /* ISC White Balance Control Register */
137 /* ISC White Balance Configuration Register */
140 /* ISC White Balance Offset for R, GR Register */
143 /* ISC White Balance Offset for B, GB Register */
146 /* ISC White Balance Gain for R, GR Register */
149 /* ISC White Balance Gain for B, GB Register */
/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc-regs.h134 /* ISC White Balance Control Register */
137 /* ISC White Balance Configuration Register */
140 /* ISC White Balance Offset for R, GR Register */
143 /* ISC White Balance Offset for B, GB Register */
146 /* ISC White Balance Gain for R, GR Register */
149 /* ISC White Balance Gain for B, GB Register */
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_macvlan.sh4 # Test macvlan over balance-alb
93 modes="active-backup balance-tlb balance-alb"
/linux/Documentation/ABI/testing/
H A Dsysfs-platform_profile12 balanced Balance between low power consumption
14 balanced-performance Balance between performance and low
/linux/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/
H A Dia_css_wb_types.h20 * CSS-API header file for White Balance parameters.
23 /* White Balance configuration (Gain Adjust).
/linux/drivers/platform/x86/
H A Dinspur_platform_profile.c23 * 0x0: Balance Mode
79 * 0x0: Balance Mode
131 * 0x0: Balance Mode
/linux/include/uapi/linux/
H A Domap3isp.h253 __u8 wg[OMAP3ISP_HIST_MAX_WG]; /* White Balance Gain */
526 * struct omap3isp_prev_wbal - White Balance
528 * @coef3: White balance gain - COEF 3 (U8Q5).
529 * @coef2: White balance gain - COEF 2 (U8Q5).
530 * @coef1: White balance gain - COEF 1 (U8Q5).
531 * @coef0: White balance gain - COEF 0 (U8Q5).
647 * @wbal: Pointer to structure for White Balance.
/linux/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
/linux/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
/linux/arch/s390/pci/
H A Dpci_iov.c90 /* balance pci_get_slot() */ in zpci_iov_setup_virtfn()
94 /* balance pci_get_slot() */ in zpci_iov_setup_virtfn()
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_ioctl32.h129 compat_uptr_t wb_config; /* White Balance config */
184 compat_uptr_t awb_2500_config; /* Skylake: auto white balance config */
186 awb_fr_2500_config; /* Skylake: auto white balance filter response config */

12345678910>>...16