| /linux/rust/syn/ |
| H A D | fixup.rs | 289 if !self.next_operator_can_begin_expr || self.next_operator == Precedence::Range { in leftmost_subexpression_precedence() 362 Precedence::Range | Precedence::Or | Precedence::And => true, in rightmost_subexpression_precedence() 397 | Expr::Range(ExprRange { end: None, .. }) in parenthesize() 431 Expr::Range(e) if e.start.is_none() => return Precedence::Prefix, in precedence() 489 Expr::Range(e) => e.start.is_none() || fixup.previous_operator < Precedence::Assign, in scan_left() 617 Expr::Range(e) if e.attrs.is_empty() => match &e.end { in scan_right() 623 fixup.rightmost_subexpression_fixup(false, true, Precedence::Range); in scan_right() 627 Precedence::Range, in scan_right() 630 Precedence::Assign | Precedence::Range => 0, in scan_right() 636 (Scan::Bailout, Precedence::Assign | Precedence::Range) => false, in scan_right() [all …]
|
| H A D | precedence.rs | 26 Range, enumerator 120 Expr::Range(_) => Precedence::Range, in of()
|
| H A D | classify.rs | 58 | Expr::Range(_) in requires_comma_to_be_match_arm() 148 Expr::Range(e) => match &e.start { in expr_leading_label() 211 Expr::Range(e) => match &e.end { in expr_trailing_brace()
|
| H A D | pat.rs | 57 Range(PatRange), 612 Ok(Pat::Range(ExprRange { in pat_range() 628 Ok(Pat::Range(ExprRange { in pat_range_half_open() 692 Ok(Pat::Range(ExprRange { in pat_lit_or_range() 769 Pat::Range(pat) if pat.start.is_none() || pat.end.is_none() => { in pat_slice()
|
| H A D | expr.rs | 207 Range(ExprRange), 955 | Expr::Range(ExprRange { attrs, .. }) in replace_attrs() 1320 if let Expr::Range(_) = lhs { in parse_expr() 1329 if let Expr::Range(_) = lhs { in parse_expr() 1352 Expr::Range(_) => false, in parse_expr() 1364 } else if Precedence::Range >= base && input.peek(Token![..]) { in parse_expr() 1367 lhs = Expr::Range(ExprRange { in parse_expr() 1476 Precedence::Range in peek_precedence() 1605 if let Expr::Range(range) = e { in trailer_expr() 1638 Expr::Range(_) => false, in trailer_helper() [all …]
|
| /linux/Documentation/input/devices/ |
| H A D | cma3000_d0x.rst | 122 2000: 2000 mg or 2G Range 123 8000: 8000 mg or 8G Range 127 X: X * 71mg (8G Range) 128 X: X * 18mg (2G Range) 138 X: (X >> 2) * 18mg (2G Range) 139 X: (X & 0x0F) * 71 mg (8G Range)
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-prodikeys | 8 Range: 0..15 18 Range: 0..5000 (milliseconds) 28 Range: -2..2 (minus 2 to plus 2)
|
| H A D | configfs-stp-policy | 38 Range of masters from which to allocate for users of this node. 45 Range of channels from which to allocate for users of this node.
|
| H A D | sysfs-class-powercap | 69 Range of the above energy counter in micro-joules. 84 Range of the above power value in micro-watts.
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-lm3601x.txt | 20 - flash-max-microamp : Range from 11mA - 1.5A 21 - flash-max-timeout-us : Range from 40ms - 1600ms 22 - led-max-microamp : Range from 2.4mA - 376mA
|
| H A D | leds-lm3532.txt | 29 Range for ramp settings: 8us - 65536us 38 Range for impedance select: 37000 Ohms - 1190 Ohms 44 Range: 17920us - 2293760us
|
| /linux/rust/proc-macro2/probe/ |
| H A D | proc_macro_span.rs | 11 use core::ops::{Range, RangeBounds}; 15 pub fn byte_range(this: &Span) -> Range<usize> { in byte_range()
|
| /linux/Documentation/ABI/removed/ |
| H A D | sysfs-bus-nfit | 9 When the nfit driver initializes it runs an ARS (Address Range 13 Uncorrectable Error Range Length Unit Size' (see: ACPI 6.2
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | e1000e.rst | 49 :Valid Range: 0,1,3,4,100-100000 117 :Valid Range: 0-65535 (0=off) 135 :Valid Range: 0-65535 (0=off) 146 :Valid Range: 0-65535 (0=off) 157 :Valid Range: 0-65535 (0=off) 168 :Valid Range: 0-xxxxxxx (0=off) 183 :Valid Range: 0,1 191 :Valid Range: 0,1 199 :Valid Range: 0-2 223 :Valid Range: 0,1 [all …]
|
| H A D | e1000.rst | 54 :Valid Range: 0x01-0x0F, 0x20-0x2F 70 :Valid Range: 0-2 (0=auto-negotiate, 1=half, 2=full) 82 :Valid Range: 0-3 (0=none, 1=Rx only, 2=Tx only, 3=Rx&Tx) 93 :Valid Range: 187 :Valid Range: 209 :Valid Range: 0-65535 (0=off) 233 :Valid Range: 0-65535 (0=off) 259 :Valid Range: 276 :Valid Range: 0-65535 (0=off) 290 :Valid Range: 0-65535 (0=off) [all …]
|
| /linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 120 :Valid Range: 5000-None 127 :Valid Range: 0-16 (0=none,...,16=all) 135 :Valid Range: 0-31 142 :Valid Range: 0-3 (0=off,1=rx,2=tx,3=rx/tx) 149 :Valid Range: 0-65535 156 :Valid Range: 64-256 163 :Valid Range: 1536-16384 170 :Valid Range: 0-None 177 :Valid Range: 0-1 (0=off,1=on) 368 6) Fixed CSR Clock Range selection::
|
| /linux/Documentation/hwmon/ |
| H A D | mc13783-adc.rst | 45 Channel Signal Input Range Scaling 71 Channel Signal Input Range Scaling
|
| H A D | lm73.rst | 40 Resolution Conv. Time Input Range
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62.dtsi | 105 /* MCU Domain Range */ 108 /* Wakeup Domain Range */
|
| H A D | k3-am62a.dtsi | 111 /* MCU Domain Range */ 118 /* Wakeup Domain Range */
|
| H A D | k3-am62p.dtsi | 107 /* MCU Domain Range */ 114 /* Wakeup Domain Range */
|
| H A D | k3-j722s.dtsi | 190 /* MCU Domain Range */ 197 /* Wakeup Domain Range */
|
| /linux/Documentation/edac/ |
| H A D | scrub.rst | 53 RAS2 memory scrubbing, and ACPI NVDIMM ARS (Address Range Scrub). 69 ACPI RAS2 memory scrubbing features, ACPI NVDIMM ARS (Address Range Scrub), 161 ACPI Address Range Scrubbing (ARS) 164 ACPI spec 6.5 [2]_ section 9.19.7.2 describes Address Range Scrubbing (ARS). 175 2. Start ARS triggers an Address Range Scrub for the given memory range.
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | ti-lmu.txt | 31 Range from 2048 us - 117.44 s 34 Range from 2048 us - 117.44 s
|
| /linux/drivers/android/binder/range_alloc/ |
| H A D | tree.rs | 14 use crate::range_alloc::{DescriptorState, FreedRange, Range}; 36 ranges: &mut KVec<Range<T>>, in from_array()
|