| /linux-6.15/Documentation/admin-guide/blockdev/drbd/ |
| H A D | figures.rst | 10 :align: center 14 :align: center 22 :align: center 26 :align: center 30 :align: center
|
| /linux-6.15/scripts/ |
| H 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.15/drivers/md/persistent-data/ |
| H 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 …]
|
| /linux-6.15/Documentation/sound/designs/ |
| H 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.15/drivers/input/joystick/iforce/ |
| H A D | iforce-ff.c | 126 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) in make_condition_modifier() argument 146 center = (500 * center) >> 15; in make_condition_modifier() 147 data[4] = LO(center); in make_condition_modifier() 148 data[5] = HI(center); in make_condition_modifier() 196 || old->u.condition[i].center != new->u.condition[i].center; in need_condition_modifier() 485 effect->u.condition[0].center); in iforce_upload_condition() 497 effect->u.condition[1].center); in iforce_upload_condition()
|
| /linux-6.15/Documentation/networking/ |
| H 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.15/drivers/hid/ |
| H A D | hid-nintendo.c | 328 s32 center; member 1089 if (cal_x->min >= cal_x->center || cal_x->center >= cal_x->max || in joycon_read_stick_calibration() 1090 cal_y->min >= cal_y->center || cal_y->center >= cal_y->max) in joycon_read_stick_calibration() 1108 cal_x->center = cal_y->center = DFLT_STICK_CAL_CEN; in joycon_use_default_calibration() 1164 ctlr->left_stick_cal_x.center, in joycon_request_calibration() 1167 ctlr->left_stick_cal_y.center, in joycon_request_calibration() 1170 ctlr->right_stick_cal_x.center, in joycon_request_calibration() 1322 s32 center = cal->center; in joycon_map_stick_val() local 1327 if (val > center) { in joycon_map_stick_val() 1329 new_val /= (max - center); in joycon_map_stick_val() [all …]
|
| /linux-6.15/drivers/phy/realtek/ |
| H A D | Kconfig | 16 The DHC (digital home center) RTD series SoCs used the Synopsys 28 The DHC (digital home center) RTD series SoCs used the Synopsys
|
| /linux-6.15/net/wireless/ |
| H A D | chan.c | 306 static bool cfg80211_valid_center_freq(u32 center, in cfg80211_valid_center_freq() argument 313 if (center < 5955 || center > 7115) in cfg80211_valid_center_freq() 321 if (center - bw / 2 < 5945 || center + bw / 2 > 7125) in cfg80211_valid_center_freq() 334 return (center - bw / 2 - 5945) % step == 0; in cfg80211_valid_center_freq() 475 u32 center = c->center_freq1; in cfg80211_chandef_primary() local 493 if (control > center) { in cfg80211_chandef_primary() 494 center += width / 4; in cfg80211_chandef_primary() 497 center -= width / 4; in cfg80211_chandef_primary() 503 return center; in cfg80211_chandef_primary()
|
| /linux-6.15/drivers/media/tuners/ |
| H 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.15/drivers/clk/ |
| H A D | clk-si544.c | 345 unsigned long center; in si544_set_rate() local 359 center = si544_calc_center_rate(&settings); in si544_set_rate() 360 max_delta = si544_max_delta(center); in si544_set_rate() 361 delta = rate - center; in si544_set_rate()
|
| /linux-6.15/Documentation/devicetree/bindings/interconnect/ |
| H A D | qcom,x1e80100-rpmh.yaml | 38 - qcom,x1e80100-pcie-center-anoc 42 - qcom,x1e80100-usb-center-anoc
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | ti,cdce925.yaml | 67 spread-spectrum-center: 100 spread-spectrum-center;
|
| H A D | st,stm32-rcc.yaml | 73 - center-spread 132 st,ssc-modmethod = "center-spread";
|
| /linux-6.15/Documentation/sound/cards/ |
| H 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.15/Documentation/userspace-api/media/v4l/ |
| H A D | selection-api-targets.rst | 12 :align: center
|
| H A D | hsv-formats.rst | 12 and the distance to the center is the SATURATION. This is a very
|
| /linux-6.15/tools/verification/models/sched/ |
| H A D | sncid.dot | 2 center = true;
|
| H A D | tss.dot | 2 center = true;
|
| H A D | snroc.dot | 2 center = true;
|
| H A D | sco.dot | 2 center = true;
|
| H A D | snep.dot | 2 center = true;
|
| H A D | scpd.dot | 2 center = true;
|
| /linux-6.15/drivers/iio/magnetometer/ |
| H A D | yamaha-yas530.c | 1181 static s8 yas530_adjust_offset(s8 old, int bit, u16 center, u16 measure) in yas530_adjust_offset() argument 1183 if (measure > center) in yas530_adjust_offset() 1185 if (measure < center) in yas530_adjust_offset() 1195 u16 center; in yas530_measure_offsets() local 1208 center = YAS530_DATA_CENTER; in yas530_measure_offsets() 1211 center = YAS532_DATA_CENTER; in yas530_measure_offsets() 1245 ox = yas530_adjust_offset(ox, i, center, x); in yas530_measure_offsets() 1246 oy1 = yas530_adjust_offset(oy1, i, center, y1); in yas530_measure_offsets() 1247 oy2 = yas530_adjust_offset(oy2, i, center, y2); in yas530_measure_offsets()
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | adc-joystick.yaml | 89 Axial "deadzone", or area around the center position, where the axis 92 the center position.
|