| /linux/drivers/media/radio/ |
| H A D | radio-sf16fmr2.c | 36 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/drivers/media/i2c/ |
| H A D | tda7432.c | 73 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() 364 t->balance = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops, in tda7432_probe()
|
| H A D | tvaudio.c | 118 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() 2013 chip->balance = v4l2_ctrl_new_std(&chip->hdl, in tvaudio_probe()
|
| /linux/drivers/staging/iio/Documentation/ |
| H A D | sysfs-bus-iio-adc-ad7280a | 5 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/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 267 .. _v4l2-auto-n-preset-white-balance: 273 Sets white balance to automatic, manual or a preset. The presets 275 white balance adjustments resulting in most accurate color 276 representation. The following white balance presets are listed in 286 - Manual white balance. 288 - Automatic white balance adjustments. 290 - White balance setting for incandescent (tungsten) lighting. It 294 - White balance preset for fluorescent lighting. It corresponds 300 - White balance setting for horizon daylight. It corresponds 303 - White balance preset for daylight (with clear sky). It corresponds [all …]
|
| H A D | control.rst | 79 Hue or color balance. 86 Audio stereo balance. Minimum corresponds to all the way left, 110 Automatic white balance (cameras). 114 device will do a white balance and then hold the current setting. 116 which, when activated, keeps adjusting the white balance. 119 Red chroma balance. 122 Blue chroma balance. 176 This control specifies the white balance settings as a color
|
| H A D | metafmt-vivid.rst | 37 - Image color balance, the value is in the range -128 to 128, with the default value as 0.
|
| H A D | metafmt-intel-ipu3.rst | 22 The statistics collected are AWB (Auto-white balance) RGBS (Red, Green, Blue and
|
| H A D | metafmt-c3-isp.rst | 21 The statistics collected are Auto-white balance,
|
| H A D | metafmt-rkisp1.rst | 80 The statistics collected are Exposure, AWB (Auto-white balance), Histogram and
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | netcons_over_bonding.sh | 64 if ! ip -n "${TXNS}" link add "${BOND_TX_MAIN_IF}" type bond mode balance-rr 89 link add "${BOND_RX_MAIN_IF}" type bond mode balance-rr 237 link add "${BOND_TX_MAIN_IF}" type bond mode balance-rr
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_epb.rst | 31 with one of the strings: "performance", "balance-performance", "normal", 32 "balance-power", "power" that represent values reflected by their
|
| /linux/Documentation/networking/ |
| H A D | nexthop-group-resilient.rst | 112 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/media/i2c/cx25840/ |
| H A D | cx25840-audio.c | 488 static void set_balance(struct i2c_client *client, int balance) in set_balance() argument 490 int bal = balance >> 8; in set_balance()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-ad7280a | 12 Time in seconds for which balance switch will be turned on.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | switch.rst | 31 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/kernel/sched/ |
| H A D | stop_task.c | 110 .balance = balance_stop,
|
| H A D | idle.c | 560 .balance = balance_idle,
|
| /linux/Documentation/mm/ |
| H A D | index.rst | 43 balance
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | vio.c | 196 int balance = 0; in vio_cmo_dealloc() local 225 balance = 1; in vio_cmo_dealloc() 241 balance = 1; in vio_cmo_dealloc() 255 balance = 1; in vio_cmo_dealloc() 262 if (balance) in vio_cmo_dealloc()
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_av.c | 271 unsigned int vol, val, balance = 0; in av7110_set_volume() local 303 balance = ((volright - volleft) * 127) / vol; in av7110_set_volume() 304 msp_writereg(av7110, MSP_WR_DSP, 0x0001, balance << 8); in av7110_set_volume() 313 balance = ((volright - volleft) * 127) / vol; in av7110_set_volume() 314 msp_writereg(av7110, MSP_WR_DSP, 0x0001, balance << 8); in av7110_set_volume()
|
| /linux/drivers/net/team/ |
| H A D | Kconfig | 67 tristate "Load-balance mode support"
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw-internal.h | 355 VCREATE_DATA(balance);
|
| /linux/Documentation/block/ |
| H A D | deadline-iosched.rst | 40 This parameter tunes the balance between per-request latency and aggregate
|
| /linux/Documentation/core-api/ |
| H A D | union_find.rst | 65 larger rank to maintain balance.
|