/linux-4.1.27/drivers/media/radio/ |
D | radio-sf16fmr2.c | 35 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/ |
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() 372 t->balance = v4l2_ctrl_new_std(&t->hdl, &tda7432_ctrl_ops, in tda7432_probe()
|
D | wm8739.c | 60 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()
|
D | wm8775.c | 100 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()
|
D | tvaudio.c | 120 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/ |
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-4.1.27/arch/x86/mm/kmemcheck/ |
D | kmemcheck.c | 124 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/ |
D | bonding.txt | 167 (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 …]
|
D | eql.txt | 6 that lets you load-balance IP serial links (SLIP or uncompressed PPP)
|
D | LICENSE.qlge | 221 any particular circumstance, the balance of the section is intended to
|
D | LICENSE.qlcnic | 221 any particular circumstance, the balance of the section is intended to
|
/linux-4.1.27/Documentation/vm/ |
D | balance | 43 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
|
D | 00-INDEX | 5 balance
|
D | hugetlbpage.txt | 130 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/ |
D | cx18-av-audio.c | 373 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/ |
D | cx25840-audio.c | 501 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/ |
D | switch.txt | 30 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
|
D | log-writes.txt | 129 btrfs filesystem balance /mnt/btrfs-test
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | Kconfig | 110 balance memory across many LPARs. 122 balance memory across many LPARs.
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-domains.txt | 12 explicitly set. A sched domain's span means "balance process load among these 26 out of balance are tasks moved between groups.
|
D | sched-design-CFS.txt | 37 would ever get "out of balance" from the "ideal" share of CPU time. ]
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | vio.c | 197 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/ |
D | Kconfig | 66 tristate "Load-balance mode support"
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw-internal.h | 370 VCREATE_DATA(balance);
|
D | pvrusb2-hdw.c | 986 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/ |
D | av7110_av.c | 285 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/ |
D | TODO | 29 1) Open question of userspace vs kernel space balance when
|
/linux-4.1.27/Documentation/block/ |
D | deadline-iosched.txt | 41 This parameter tunes the balance between per-request latency and aggregate
|
D | biodoc.txt | 1035 balance between when to plug and when to open up. Also now that we have
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-wiimote | 51 balance board. It provides a single line with 3 calibration
|
/linux-4.1.27/Documentation/scsi/ |
D | qlogicfas.txt | 37 configuration. As shipped, it provides a balance between speed and
|
D | LICENSE.qla4xxx | 222 any particular circumstance, the balance of the section is intended to
|
D | LICENSE.qla2xxx | 223 any particular circumstance, the balance of the section is intended to
|
D | ChangeLog.megaraid_sas | 47 3. Update balance count in driver to be in sync of firmware.
|
/linux-4.1.27/Documentation/filesystems/ |
D | btrfs.txt | 181 Skip automatic resume of interrupted balance operation after mount. 182 May be resumed with "btrfs balance resume."
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpusets.txt | 180 - 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/ |
D | ohci-q.c | 108 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()
|
D | isp116x-hcd.c | 650 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()
|
D | sl811-hcd.c | 763 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()
|
D | isp1362-hcd.c | 1182 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/ |
D | console.txt | 126 false(), then it's safe to release the resources. This balance has to be
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 130 * Ver 1.8 Sep 26 96 Attempt to find a better balance between good
|
/linux-4.1.27/Documentation/ |
D | rbtree.txt | 18 three rotations, respectively, to balance the tree), with slightly slower
|
D | HOWTO | 547 It may be challenging to keep the balance between presenting an elegant
|
D | IPMI.txt | 466 value sets a balance between performance and CPU waste and needs to be
|
D | kernel-parameters.txt | 234 ACPI will balance active IRQs
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 561 autowhitebalance/red balance/blue balance. In all cases you have one control
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 698 allows an external monitor to balance memory of many systems.
|
/linux-4.1.27/tools/usb/usbip/ |
D | COPYING | 211 any particular circumstance, the balance of the section is intended to
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | license | 213 particular circumstance, the balance of the section is intended to apply
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | copying | 211 any particular circumstance, the balance of the section is intended to
|
/linux-4.1.27/ |
D | COPYING | 227 any particular circumstance, the balance of the section is intended to
|
/linux-4.1.27/kernel/sched/ |
D | fair.c | 1342 goto balance; in task_numa_compare() 1353 balance: in task_numa_compare()
|
/linux-4.1.27/init/ |
D | Kconfig | 144 The old and tried gzip compression. It provides a good balance 634 Without RCU_FANOUT_EXACT, the code will balance the hierarchy.
|