Home
last modified time | relevance | path

Searched refs:center (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/scripts/
Dmarkup_oops.pl217 my $center = -1;
257 $center = $counter;
273 if ($center == -1) {
284 $start = $center;
303 $finish = $center;
331 $i = $center;
333 $reglines[$i] = process_x86_regs($lines[$i], $center - $i);
340 if ($i == $center) {
351 if ($i == $center) {
Danalyze_suspend.py2035 ….stamp {width: 100%;text-align:center;background-color:#495E09;line-height:30px;color:white;font: …
2039 td {text-align: center;}\n\
2350 ….stamp {width: 100%;text-align:center;background-color:gray;line-height:30px;color:white;font: 25p…
2366 td {text-align: center;}\n\
2377 …ght+'%; overflow: hidden; line-height: 30px; border:1px solid;text-align:center;white-space:nowrap…
2380 …3f'%thread_height+'%;width:0;overflow:hidden;line-height:30px;text-align:center;white-space:nowrap…
2381 .phase {position: absolute;overflow: hidden;border:0px;text-align:center;}\n\
2382 ….phaselet {position:absolute;overflow:hidden;border:0px;text-align:center;height:100px;font-size:2…
2384 .legend {position: relative; width: 100%; height: 40px; text-align: center;margin-bottom:20px}\n\
/linux-4.4.14/drivers/md/persistent-data/
Ddm-btree-remove.c265 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node() argument
272 node_copy(left, center, -shift); in delete_center_node()
279 node_copy(center, right, shift); in delete_center_node()
296 struct btree_node *left, struct btree_node *center, struct btree_node *right, in redistribute3() argument
314 shift(left, center, -nr_center); in redistribute3()
319 shift(left, center, s); in redistribute3()
321 shift(center, right, target_right - nr_right); in redistribute3()
327 shift(center, right, nr_center); in redistribute3()
332 shift(center, right, s); in redistribute3()
334 shift(left, center, nr_left - target_left); in redistribute3()
[all …]
/linux-4.4.14/Documentation/sound/alsa/
DChannel-Mapping-API.txt22 from rear. Or, some devices secretly assume that center/LFE is the
87 SNDRV_CHMAP_FC, /* front center */
91 SNDRV_CHMAP_RC, /* rear center */
93 SNDRV_CHMAP_FLC, /* front left center */
94 SNDRV_CHMAP_FRC, /* front right center */
95 SNDRV_CHMAP_RLC, /* rear left center */
96 SNDRV_CHMAP_RRC, /* rear right center */
100 SNDRV_CHMAP_FCH, /* front center high */
102 SNDRV_CHMAP_TC, /* top center */
105 SNDRV_CHMAP_TFC, /* top front center */
[all …]
DAudigy-mixer.txt56 This control is used to attenuate samples for center PCM FX-bus accumulator.
57 ALSA uses accumulator 6 for center PCM sample for 5.1 playback. The result sample
58 is forwarded to the center DAC PCM slot of the Philips DAC.
169 All stereo signals are mixed together and mirrored to surround, center and LFE.
175 All stereo signals are mixed together and mirrored to surround, center and LFE.
181 All stereo signals are mixed together and mirrored to surround, center and LFE.
182 This control is used to attenuate sample for center speaker of this mix.
186 All stereo signals are mixed together and mirrored to surround, center and LFE.
192 and center / LFE outputs are affected.
208 This control is used to attenuate samples for front, surround, center and
DSB-Live-mixer.txt121 This control is used to attenuate sample for center PCM FX-bus accumulator.
122 ALSA uses accumulator 6 for center PCM sample. The result sample is forwarded
127 This control is used to attenuate sample for center PCM FX-bus accumulator.
128 ALSA uses accumulator 6 for center PCM sample. The result sample is forwarded
216 and center / LFE outputs are affected.
242 If this switch is on, then the sample for the center PCM is put to the
243 left headphone output (useful for SB Live cards without separate center/LFE
248 If this switch is on, then the sample for the center PCM is put to the
249 right headphone output (useful for SB Live cards without separate center/LFE
DHD-Audio-Controls.txt41 Swaps the center and LFE channel order. Normally, the left
42 corresponds to the center and the right to the LFE. When this is
43 ON, the left to the LFE and the right to the center.
Demu10k1-jack.txt45 the second and third input ports are wired to the center/LFE output. You will
DCMIPCI.txt101 When "Center/LFE Output" is chosen, the center and bass
/linux-4.4.14/Documentation/networking/
Ddctcp.txt5 center networks and leverages Explicit Congestion Notification (ECN) in
6 the data center network to provide multi-bit feedback to the end hosts.
13 All switches in the data center network running DCTCP must support ECN
Dswitchdev.txt12 an example setup using a data-center-class switch ASIC chip. Other setups
/linux-4.4.14/drivers/input/joystick/iforce/
Diforce-ff.c148 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() argument
169 center = (500 * center) >> 15; in make_condition_modifier()
170 data[4] = LO(center); in make_condition_modifier()
171 data[5] = HI(center); in make_condition_modifier()
219 || old->u.condition[i].center != new->u.condition[i].center; in need_condition_modifier()
508 effect->u.condition[0].center); in iforce_upload_condition()
520 effect->u.condition[1].center); in iforce_upload_condition()
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dti,cdce925.txt24 - spread-spectrum-center: Use "centered" mode instead of "max" mode. When
40 spread-spectrum-center;
/linux-4.4.14/drivers/media/platform/s5p-tv/
Dmixer_vp_layer.c131 static inline unsigned int do_center(unsigned int center, in do_center() argument
139 lower = center - min(center, size / 2); in do_center()
Dmixer_grp_layer.c136 static inline unsigned int do_center(unsigned int center, in do_center() argument
144 lower = center - min(center, size / 2); in do_center()
/linux-4.4.14/drivers/media/tuners/
Dmt2063.c490 u32 center; in MT2063_ResetExclZones() local
498 center = in MT2063_ResetExclZones()
502 while (center < in MT2063_ResetExclZones()
507 center - pAS_Info->f_LO1_FracN_Avoid, in MT2063_ResetExclZones()
508 center - 1); in MT2063_ResetExclZones()
509 MT2063_AddExclZone(pAS_Info, center + 1, in MT2063_ResetExclZones()
510 center + pAS_Info->f_LO1_FracN_Avoid); in MT2063_ResetExclZones()
511 center += pAS_Info->f_ref; in MT2063_ResetExclZones()
514 center = in MT2063_ResetExclZones()
518 while (center < in MT2063_ResetExclZones()
[all …]
/linux-4.4.14/Documentation/input/
Dinteractive.fig42 4 0 0 50 0 0 12 0.0000 4 105 480 5400 4425 center\001
Dmulti-touch-protocol.txt173 the perimeter of the finger. The center of the touching region (a) is
174 ABS_MT_POSITION_X/Y and the center of the approaching finger (b) is
268 quarter of a revolution clockwise around the touch center. The signed value
288 The surface X coordinate of the center of the touching ellipse.
292 The surface Y coordinate of the center of the touching ellipse.
296 The surface X coordinate of the center of the approaching tool. Omit if
302 The surface Y coordinate of the center of the approaching tool. Omit if the
Dff.txt179 perror("set auto-center");
181 A value of 0 means "no auto-center".
Dinput-programming.txt214 max values), with noise in the data up to +- 4, and with a center flat
218 that the thing is precise and always returns to exactly the center position
Djoystick.txt123 joystick is in the center position. They should not jitter by themselves to
260 joystick will also re-center itself, taking the position it was in during
261 this time as a new center position. Use it if you want, but think first.
Diforce-protocol.txt127 04+05 Offset (center)
Djoystick-api.txt298 center, and 255 maximum value.
Delantech.txt547 3 finger touch only reports the position of the center of all three fingers.
/linux-4.4.14/Documentation/fb/
Dtridentfb.txt43 center - for flat panels and resolutions smaller than native size center the
/linux-4.4.14/include/uapi/linux/
Dinput.h354 __s16 center; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dcore.c692 u32 center = hw->conf.chandef.center_freq1; in rtl_op_config() local
700 if (center > primary) { in rtl_op_config()
703 if (center - primary == 10) { in rtl_op_config()
708 } else if (center - primary == 30) { in rtl_op_config()
717 if (primary - center == 10) { in rtl_op_config()
722 } else if (primary - center == 30) { in rtl_op_config()
/linux-4.4.14/Documentation/hwmon/
Dvia686a8 Datasheet: On request through web form (http://www.via.com.tw/en/resources/download-center/)
Dw83781d433 P3B-F actually output variable DC voltage on fan header center pin,
/linux-4.4.14/drivers/hid/usbhid/
Dhid-pidff.c391 effect->u.condition[i].center); in pidff_set_condition_report()
420 ret |= cond->center != old_cond->center || in pidff_needs_set_condition()
/linux-4.4.14/drivers/video/fbdev/
Dtridentfb.c67 static int center; variable
82 module_param(center, int, 0);
1189 if (center) in tridentfb_set_par()
1797 center = 1; in tridentfb_setup()
/linux-4.4.14/arch/arm/boot/dts/
Darmada-xp-netgear-rn2120.dts115 /* Controller for rear (center) fan #2 of 3 */
/linux-4.4.14/net/ipv4/
DKconfig595 All switches in the data center network running DCTCP must support