/linux-6.3-rc2/Documentation/admin-guide/blockdev/drbd/ |
A D | figures.rst | 10 :align: center 14 :align: center 22 :align: center 26 :align: center 30 :align: center
|
/linux-6.3-rc2/scripts/ |
A 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-6.3-rc2/drivers/md/persistent-data/ |
A D | dm-btree-remove.c | 324 node_copy(left, center, -shift); in delete_center_node() 336 node_copy(center, right, shift); in delete_center_node() 371 ret = shift(left, center, -nr_center); in redistribute3() 382 ret = shift(left, center, s); in redistribute3() 394 ret = shift(center, right, nr_center); in redistribute3() 403 ret = shift(center, right, s); in redistribute3() 413 *key_ptr(parent, c->index) = center->keys[0]; in redistribute3() 422 struct btree_node *center = c->n; in __rebalance3() local 451 struct child left, center, right; in rebalance3() local 469 exit_child(info, ¢er); in rebalance3() [all …]
|
A D | dm-btree.c | 582 static void redistribute3(struct btree_node *left, struct btree_node *center, in redistribute3() argument 586 unsigned int nr_center = le32_to_cpu(center->header.nr_entries); in redistribute3() 601 copy_entries(center, 0, right, left_short, target_center); in redistribute3() 607 copy_entries(center, 0, left, target_left, left_to_center); in redistribute3() 608 copy_entries(center, left_to_center, right, 0, target_center - left_to_center); in redistribute3() 616 copy_entries(center, 0, left, target_left, nr_left - target_left); in redistribute3() 620 center->header.nr_entries = cpu_to_le32(target_center); in redistribute3()
|
/linux-6.3-rc2/Documentation/sound/designs/ |
A 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-6.3-rc2/drivers/hid/ |
A D | hid-nintendo.c | 316 s32 center; member 764 if (cal_x->min >= cal_x->center || cal_x->center >= cal_x->max || in joycon_read_stick_calibration() 765 cal_y->min >= cal_y->center || cal_y->center >= cal_y->max) in joycon_read_stick_calibration() 783 cal_x->center = cal_y->center = DFLT_STICK_CAL_CEN; in joycon_use_default_calibration() 839 ctlr->left_stick_cal_x.center, in joycon_request_calibration() 842 ctlr->left_stick_cal_y.center, in joycon_request_calibration() 845 ctlr->right_stick_cal_x.center, in joycon_request_calibration() 984 s32 center = cal->center; in joycon_map_stick_val() local 989 if (val > center) { in joycon_map_stick_val() 991 new_val /= (max - center); in joycon_map_stick_val() [all …]
|
/linux-6.3-rc2/drivers/input/joystick/iforce/ |
A 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-6.3-rc2/Documentation/networking/ |
A 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-6.3-rc2/Documentation/sound/cards/ |
A 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
|
A 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-6.3-rc2/drivers/media/tuners/ |
A D | mt2063.c | 481 u32 center; in MT2063_ResetExclZones() local 489 center = in MT2063_ResetExclZones() 493 while (center < in MT2063_ResetExclZones() 499 center - 1); in MT2063_ResetExclZones() 500 MT2063_AddExclZone(pAS_Info, center + 1, in MT2063_ResetExclZones() 502 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 505 center = in MT2063_ResetExclZones() 509 while (center < in MT2063_ResetExclZones() 515 center - 1); in MT2063_ResetExclZones() 516 MT2063_AddExclZone(pAS_Info, center + 1, in MT2063_ResetExclZones() [all …]
|
/linux-6.3-rc2/drivers/clk/ |
A 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-6.3-rc2/Documentation/devicetree/bindings/clock/ |
A D | ti,cdce925.yaml | 67 spread-spectrum-center: 100 spread-spectrum-center;
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | selection-api-targets.rst | 12 :align: center
|
A D | hsv-formats.rst | 12 and the distance to the center is the SATURATION. This is a very
|
A 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. */
|
/linux-6.3-rc2/drivers/iio/magnetometer/ |
A D | yamaha-yas530.c | 1180 static s8 yas530_adjust_offset(s8 old, int bit, u16 center, u16 measure) in yas530_adjust_offset() argument 1182 if (measure > center) in yas530_adjust_offset() 1184 if (measure < center) in yas530_adjust_offset() 1194 u16 center; in yas530_measure_offsets() local 1207 center = YAS530_DATA_CENTER; in yas530_measure_offsets() 1210 center = YAS532_DATA_CENTER; in yas530_measure_offsets() 1244 ox = yas530_adjust_offset(ox, i, center, x); in yas530_measure_offsets() 1245 oy1 = yas530_adjust_offset(oy1, i, center, y1); in yas530_measure_offsets() 1246 oy2 = yas530_adjust_offset(oy2, i, center, y2); in yas530_measure_offsets()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/input/ |
A D | adc-joystick.yaml | 89 Axial "deadzone", or area around the center position, where the axis 92 the center position.
|
/linux-6.3-rc2/Documentation/fb/ |
A D | tridentfb.rst | 50 center for flat panels and resolutions smaller than native size center the
|
/linux-6.3-rc2/Documentation/accel/ |
A D | introduction.rst | 23 - Inference data-center - single/multi user devices in a large server. This 32 - Training data-center - Similar to Inference data-center cards, but typically
|
/linux-6.3-rc2/Documentation/sound/hd-audio/ |
A 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-6.3-rc2/Documentation/devicetree/bindings/iio/ |
A 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-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | qcom,sdm630-pinctrl.yaml | 31 - const: center 153 reg-names = "south", "center", "north";
|
/linux-6.3-rc2/Documentation/input/ |
A 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
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_refcount.c | 426 struct xfs_refcount_irec *center, in xfs_refcount_merge_center_extents() argument 435 cur->bc_ag.pag->pag_agno, left, center, right); in xfs_refcount_merge_center_extents() 437 ASSERT(left->rc_domain == center->rc_domain); in xfs_refcount_merge_center_extents() 438 ASSERT(right->rc_domain == center->rc_domain); in xfs_refcount_merge_center_extents() 448 error = xfs_refcount_lookup_ge(cur, center->rc_domain, in xfs_refcount_merge_center_extents() 449 center->rc_startblock, &found_rec); in xfs_refcount_merge_center_extents() 465 if (center->rc_refcount > 1) { in xfs_refcount_merge_center_extents()
|