Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/media/i2c/
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()
372 t->balance = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops, in tda7432_probe()
Dwm8739.c60 struct v4l2_ctrl *balance; member
115 work_l = (min(65536 - state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl()
116 work_r = (min(state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl()
224 state->balance = v4l2_ctrl_new_std(&state->hdl, &wm8739_ctrl_ops, in wm8739_probe()
Dwm8775.c100 u16 balance = (u16)state->bal->val; in wm8775_set_audio() local
103 vol_l = (min(65536 - balance, 32768) * volume) >> 23; in wm8775_set_audio()
104 vol_r = (min(balance, (u16)32768) * volume) >> 23; in wm8775_set_audio()
Dtvaudio.c120 struct v4l2_ctrl *balance; member
1709 u32 volume, balance; in tvaudio_s_ctrl() local
1713 balance = chip->balance->val; in tvaudio_s_ctrl()
1714 left = (min(65536U - balance, 32768U) * volume) / 32768U; in tvaudio_s_ctrl()
1715 right = (min(balance, 32768U) * volume) / 32768U; in tvaudio_s_ctrl()
1968 chip->balance = v4l2_ctrl_new_std(&chip->hdl, in tvaudio_probe()
/linux-4.1.27/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-4.1.27/arch/x86/mm/kmemcheck/
Dkmemcheck.c124 int balance; member
145 return data->balance > 0; in kmemcheck_active()
192 if (unlikely(data->balance != 0)) { in kmemcheck_show()
195 data->balance = 0; in kmemcheck_show()
206 ++data->balance; in kmemcheck_show()
234 if (unlikely(data->balance != 1)) { in kmemcheck_hide()
238 data->balance = 0; in kmemcheck_hide()
255 --data->balance; in kmemcheck_hide()
/linux-4.1.27/Documentation/networking/
Dbonding.txt167 (active-backup, balance-alb and balance-tlb). Possible values
511 balance-rr (round robin). Possible values are:
513 balance-rr or 0
541 balance-xor or 2
585 balance-tlb or 5
607 balance-alb or 6
609 Adaptive load balancing: includes balance-tlb plus
691 has effect only in balance-rr mode.
703 balance-tlb (5) and balance-alb (6) mode.
800 balance-xor, 802.3ad, and tlb modes. Possible values are:
[all …]
Deql.txt6 that lets you load-balance IP serial links (SLIP or uncompressed PPP)
DLICENSE.qlge221 any particular circumstance, the balance of the section is intended to
DLICENSE.qlcnic221 any particular circumstance, the balance of the section is intended to
/linux-4.1.27/Documentation/vm/
Dbalance43 Another possible solution is that we balance only when the free memory
54 deciding whether to balance the regular zone. The first solution
66 kswapd also needs to know about the zones it should balance. kswapd is
70 need to balance the highmem zone, since intr context does not request
D00-INDEX5 balance
Dhugetlbpage.txt130 smaller value. The kernel will attempt to balance the freeing of huge pages
136 it becomes less than the number of huge pages in use will convert the balance
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-av-audio.c373 static void set_balance(struct cx18 *cx, int balance) in set_balance() argument
375 int bal = balance >> 8; in set_balance()
/linux-4.1.27/drivers/media/i2c/cx25840/
Dcx25840-audio.c501 static void set_balance(struct i2c_client *client, int balance) in set_balance() argument
503 int bal = balance >> 8; in set_balance()
/linux-4.1.27/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
Dlog-writes.txt129 btrfs filesystem balance /mnt/btrfs-test
/linux-4.1.27/arch/powerpc/platforms/pseries/
DKconfig110 balance memory across many LPARs.
122 balance memory across many LPARs.
/linux-4.1.27/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.
Dsched-design-CFS.txt37 would ever get "out of balance" from the "ideal" share of CPU time. ]
/linux-4.1.27/arch/powerpc/kernel/
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-4.1.27/drivers/net/team/
DKconfig66 tristate "Load-balance mode support"
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h370 VCREATE_DATA(balance);
Dpvrusb2-hdw.c986 VCREATE_FUNCS(balance)
1041 DEFREF(balance),
2922 PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_AUDIO_BALANCE, balance); in pvr2_subdev_update()
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110_av.c285 int err, vol, val, balance = 0; in av7110_set_volume() local
315 balance = ((volright - volleft) * 127) / vol; in av7110_set_volume()
316 msp_writereg(av7110, MSP_WR_DSP, 0x0001, balance << 8); in av7110_set_volume()
325 balance = ((volright - volleft) * 127) / vol; in av7110_set_volume()
326 msp_writereg(av7110, MSP_WR_DSP, 0x0001, balance << 8); in av7110_set_volume()
/linux-4.1.27/drivers/staging/iio/
DTODO29 1) Open question of userspace vs kernel space balance when
/linux-4.1.27/Documentation/block/
Ddeadline-iosched.txt41 This parameter tunes the balance between per-request latency and aggregate
Dbiodoc.txt1035 balance between when to plug and when to open up. Also now that we have
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid-wiimote51 balance board. It provides a single line with 3 calibration
/linux-4.1.27/Documentation/scsi/
Dqlogicfas.txt37 configuration. As shipped, it provides a balance between speed and
DLICENSE.qla4xxx222 any particular circumstance, the balance of the section is intended to
DLICENSE.qla2xxx223 any particular circumstance, the balance of the section is intended to
DChangeLog.megaraid_sas47 3. Update balance count in driver to be in sync of firmware.
/linux-4.1.27/Documentation/filesystems/
Dbtrfs.txt181 Skip automatic resume of interrupted balance operation after mount.
182 May be resumed with "btrfs balance resume."
/linux-4.1.27/Documentation/cgroups/
Dcpusets.txt180 - cpuset.sched_load_balance flag: if set, load balance within CPUs on that cpuset
391 Put simply, it costs less to balance between two smaller sched domains
479 ensure that it can load balance across all the CPUs in that cpuset
526 balance on tick, and at time of some schedule events.
542 while the load balance on tick searches all.
547 As the result, task B on CPU X need to wait task A or wait load balance
/linux-4.1.27/drivers/usb/host/
Dohci-q.c108 static int balance (struct ohci_hcd *ohci, int interval, int load) in balance() function
247 branch = balance (ohci, ed->interval, ed->load); in ed_schedule()
Disp116x-hcd.c650 static int balance(struct isp116x *isp116x, u16 period, u16 load) in balance() function
782 ep->branch = ret = balance(isp116x, ep->period, ep->load); in isp116x_urb_enqueue()
Dsl811-hcd.c763 static int balance(struct sl811 *sl811, u16 period, u16 load) in balance() function
911 retval = balance(sl811, ep->period, ep->load); in sl811h_urb_enqueue()
Disp1362-hcd.c1182 static int balance(struct isp1362_hcd *isp1362_hcd, u16 interval, u16 load) in balance() function
1326 retval = balance(isp1362_hcd, ep->interval, ep->load); in isp1362_urb_enqueue()
/linux-4.1.27/Documentation/console/
Dconsole.txt126 false(), then it's safe to release the resources. This balance has to be
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-tape.1995-2002130 * Ver 1.8 Sep 26 96 Attempt to find a better balance between good
/linux-4.1.27/Documentation/
Drbtree.txt18 three rotations, respectively, to balance the tree), with slightly slower
DHOWTO547 It may be challenging to keep the balance between presenting an elegant
DIPMI.txt466 value sets a balance between performance and CPU waste and needs to be
Dkernel-parameters.txt234 ACPI will balance active IRQs
/linux-4.1.27/Documentation/video4linux/
Dv4l2-controls.txt561 autowhitebalance/red balance/blue balance. In all cases you have one control
/linux-4.1.27/arch/s390/
DKconfig698 allows an external monitor to balance memory of many systems.
/linux-4.1.27/tools/usb/usbip/
DCOPYING211 any particular circumstance, the balance of the section is intended to
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense213 particular circumstance, the balance of the section is intended to apply
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying211 any particular circumstance, the balance of the section is intended to
/linux-4.1.27/
DCOPYING227 any particular circumstance, the balance of the section is intended to
/linux-4.1.27/kernel/sched/
Dfair.c1342 goto balance; in task_numa_compare()
1353 balance: in task_numa_compare()
/linux-4.1.27/init/
DKconfig144 The old and tried gzip compression. It provides a good balance
634 Without RCU_FANOUT_EXACT, the code will balance the hierarchy.