/Linux-v5.15/Documentation/admin-guide/blockdev/drbd/ |
D | figures.rst | 10 :align: center 14 :align: center 22 :align: center 26 :align: center 30 :align: center
|
/Linux-v5.15/scripts/ |
D | markup_oops.pl | 214 my $center = -1; 254 $center = $counter; 270 if ($center == -1) { 281 $start = $center; 300 $finish = $center; 328 $i = $center; 330 $reglines[$i] = process_x86_regs($lines[$i], $center - $i); 337 if ($i == $center) { 348 if ($i == $center) {
|
/Linux-v5.15/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 271 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node() argument 278 node_copy(left, center, -shift); in delete_center_node() 285 node_copy(center, right, shift); in delete_center_node() 302 struct btree_node *left, struct btree_node *center, struct btree_node *right, in redistribute3() argument 320 shift(left, center, -nr_center); in redistribute3() 325 shift(left, center, s); in redistribute3() 327 shift(center, right, target_right - nr_right); in redistribute3() 333 shift(center, right, nr_center); in redistribute3() 338 shift(center, right, s); in redistribute3() 340 shift(left, center, nr_left - target_left); in redistribute3() [all …]
|
D | dm-btree.c | 574 static void redistribute3(struct btree_node *left, struct btree_node *center, in redistribute3() argument 578 unsigned nr_center = le32_to_cpu(center->header.nr_entries); in redistribute3() 592 copy_entries(center, 0, right, left_short, target_center); in redistribute3() 597 copy_entries(center, 0, left, target_left, left_to_center); in redistribute3() 598 copy_entries(center, left_to_center, right, 0, target_center - left_to_center); in redistribute3() 605 copy_entries(center, 0, left, target_left, nr_left - target_left); in redistribute3() 609 center->header.nr_entries = cpu_to_le32(target_center); in redistribute3()
|
/Linux-v5.15/Documentation/sound/designs/ |
D | channel-mapping-api.rst | 24 from rear. Or, some devices secretly assume that center/LFE is the 93 SNDRV_CHMAP_FC, /* front center */ 97 SNDRV_CHMAP_RC, /* rear center */ 99 SNDRV_CHMAP_FLC, /* front left center */ 100 SNDRV_CHMAP_FRC, /* front right center */ 101 SNDRV_CHMAP_RLC, /* rear left center */ 102 SNDRV_CHMAP_RRC, /* rear right center */ 106 SNDRV_CHMAP_FCH, /* front center high */ 108 SNDRV_CHMAP_TC, /* top center */ 111 SNDRV_CHMAP_TFC, /* top front center */ [all …]
|
/Linux-v5.15/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 129 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() argument 150 center = (500 * center) >> 15; in make_condition_modifier() 151 data[4] = LO(center); in make_condition_modifier() 152 data[5] = HI(center); in make_condition_modifier() 200 || old->u.condition[i].center != new->u.condition[i].center; in need_condition_modifier() 489 effect->u.condition[0].center); in iforce_upload_condition() 501 effect->u.condition[1].center); in iforce_upload_condition()
|
/Linux-v5.15/Documentation/networking/ |
D | dctcp.rst | 8 center networks and leverages Explicit Congestion Notification (ECN) in 9 the data center network to provide multi-bit feedback to the end hosts. 16 All switches in the data center network running DCTCP must support ECN
|
/Linux-v5.15/drivers/iio/magnetometer/ |
D | yamaha-yas530.c | 714 static s8 yas5xx_adjust_offset(s8 old, int bit, u16 center, u16 measure) in yas5xx_adjust_offset() argument 716 if (measure > center) in yas5xx_adjust_offset() 718 if (measure < center) in yas5xx_adjust_offset() 726 u16 center; in yas5xx_meaure_offsets() local 739 center = YAS530_DATA_CENTER; in yas5xx_meaure_offsets() 742 center = YAS532_DATA_CENTER; in yas5xx_meaure_offsets() 776 ox = yas5xx_adjust_offset(ox, i, center, x); in yas5xx_meaure_offsets() 777 oy1 = yas5xx_adjust_offset(oy1, i, center, y1); in yas5xx_meaure_offsets() 778 oy2 = yas5xx_adjust_offset(oy2, i, center, y2); in yas5xx_meaure_offsets()
|
/Linux-v5.15/Documentation/sound/cards/ |
D | audigy-mixer.rst | 63 This control is used to attenuate samples for center PCM FX-bus accumulator. 64 ALSA uses accumulator 6 for center PCM sample for 5.1 playback. The result sample 65 is forwarded to the center DAC PCM slot of the Philips DAC. 176 All stereo signals are mixed together and mirrored to surround, center and LFE. 182 All stereo signals are mixed together and mirrored to surround, center and LFE. 188 All stereo signals are mixed together and mirrored to surround, center and LFE. 189 This control is used to attenuate sample for center speaker of this mix. 193 All stereo signals are mixed together and mirrored to surround, center and LFE. 199 and center / LFE outputs are affected. 215 This control is used to attenuate samples for front, surround, center and
|
D | sb-live-mixer.rst | 125 This control is used to attenuate sample for center PCM FX-bus accumulator. 126 ALSA uses accumulator 6 for center PCM sample. The result sample is forwarded 131 This control is used to attenuate sample for center PCM FX-bus accumulator. 132 ALSA uses accumulator 6 for center PCM sample. The result sample is forwarded 219 and center / LFE outputs are affected. 245 If this switch is on, then the sample for the center PCM is put to the 246 left headphone output (useful for SB Live cards without separate center/LFE 251 If this switch is on, then the sample for the center PCM is put to the 252 right headphone output (useful for SB Live cards without separate center/LFE
|
/Linux-v5.15/drivers/media/tuners/ |
D | mt2063.c | 481 u32 center; in MT2063_ResetExclZones() local 489 center = in MT2063_ResetExclZones() 493 while (center < in MT2063_ResetExclZones() 498 center - pAS_Info->f_LO1_FracN_Avoid, in MT2063_ResetExclZones() 499 center - 1); in MT2063_ResetExclZones() 500 MT2063_AddExclZone(pAS_Info, center + 1, in MT2063_ResetExclZones() 501 center + pAS_Info->f_LO1_FracN_Avoid); in MT2063_ResetExclZones() 502 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 505 center = in MT2063_ResetExclZones() 509 while (center < in MT2063_ResetExclZones() [all …]
|
/Linux-v5.15/drivers/clk/ |
D | clk-si544.c | 365 unsigned long center; in si544_set_rate() local 379 center = si544_calc_center_rate(&settings); in si544_set_rate() 380 max_delta = si544_max_delta(center); in si544_set_rate() 381 delta = rate - center; in si544_set_rate()
|
/Linux-v5.15/Documentation/devicetree/bindings/clock/ |
D | ti,cdce925.txt | 33 - spread-spectrum-center: Use "centered" mode instead of "max" mode. When 51 spread-spectrum-center;
|
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | selection-api-targets.rst | 12 :align: center
|
D | hsv-formats.rst | 12 and the distance to the center is the SATURATION. This is a very
|
D | crop.rst | 66 :align: center 97 :c:type:`v4l2_cropcap`. The center of this rectangle 98 shall align with the center of the active picture area of the video 142 easily propose another offset to center the cropping rectangle. 245 and center the output. */
|
D | selection-api-examples.rst | 29 placed at a center of a display.
|
/Linux-v5.15/Documentation/fb/ |
D | tridentfb.rst | 50 center for flat panels and resolutions smaller than native size center the
|
/Linux-v5.15/Documentation/sound/hd-audio/ |
D | controls.rst | 46 Swaps the center and LFE channel order. Normally, the left 47 corresponds to the center and the right to the LFE. When this is 48 ON, the left to the LFE and the right to the center.
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/ |
D | mount-matrix.txt | 49 - Accelerometers have their world frame of reference toward the center of 52 device relative to the center of the planet, i.e. relative to its surface at 73 center of center of
|
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,sdm660-pinctrl.txt | 15 Definition: the base address and size of the north, center and south 21 Definition: names for the cells of reg, must contain "north", "center" 184 reg-names = "south", "center", "north";
|
/Linux-v5.15/Documentation/input/ |
D | multi-touch-protocol.rst | 180 the perimeter of the finger. The center of the touching region (a) is 181 ABS_MT_POSITION_X/Y and the center of the approaching finger (b) is 274 quarter of a revolution clockwise around the touch center. The signed value 294 The surface X coordinate of the center of the touching ellipse. 297 The surface Y coordinate of the center of the touching ellipse. 300 The surface X coordinate of the center of the approaching tool. Omit if 305 The surface Y coordinate of the center of the approaching tool. Omit if the
|
D | interactive.svg | 23 …-serif" font-size="144px" stroke="#000000" stroke-width=".025in" xml:space="preserve">center</text>
|
/Linux-v5.15/Documentation/userspace-api/media/ |
D | intro.rst | 18 :align: center
|
/Linux-v5.15/include/uapi/linux/ |
D | input.h | 380 __s16 center; member
|