| /linux/rust/quote/ |
| H A D | runtime.rs | 311 TokenTree::Punct(Punct::new('\'', Spacing::Joint)), in push_lifetime() 320 let mut apostrophe = Punct::new('\'', Spacing::Joint); in push_lifetime_spanned() 344 tokens.append(Punct::new($char1, Spacing::Joint)); 349 let mut punct = Punct::new($char1, Spacing::Joint); 360 tokens.append(Punct::new($char1, Spacing::Joint)); 361 tokens.append(Punct::new($char2, Spacing::Joint)); 366 let mut punct = Punct::new($char1, Spacing::Joint); 369 let mut punct = Punct::new($char2, Spacing::Joint);
|
| H A D | to_tokens.rs | 36 /// tokens.append(Punct::new(':', Spacing::Joint));
|
| /linux/rust/syn/ |
| H A D | tt.rs | 39 (Spacing::Alone, Spacing::Alone) | (Spacing::Joint, Spacing::Joint) => true, in eq() 74 Spacing::Joint => 1u8.hash(h), in hash()
|
| H A D | lifetime.rs | 152 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens()
|
| H A D | error.rs | 287 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error() 298 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error()
|
| H A D | buffer.rs | 226 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => { in lifetime() 359 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => { in skip()
|
| H A D | token.rs | 1024 } else if punct.spacing() != Spacing::Joint { in punct_helper() 1046 } else if punct.spacing() != Spacing::Joint { in peek_punct() 1074 let mut op = Punct::new(ch, Spacing::Joint); in punct()
|
| H A D | scan_expr.rs | 214 Some((punct, rest)) if punct.spacing() == Spacing::Joint => { in scan_expr()
|
| /linux/include/media/ |
| H A D | v4l2-vp9.h | 18 * @joint: motion vector joint probabilities. 31 u8 joint[3]; member 102 * @mv_joint: motion vector joint counts.
|
| /linux/drivers/media/test-drivers/visl/ |
| H A D | visl-trace-vp9.h | 222 TP_printk("\n joint %s\n" 231 __print_array(__entry->p.joint, 232 ARRAY_SIZE(__entry->p.joint), 233 sizeof(__entry->p.joint[0])),
|
| /linux/drivers/leds/flash/ |
| H A D | leds-mt6370-flash.c | 124 * There're two flash channels in MT6370. If joint flash output is used, in mt6370_torch_brightness_set() 176 * There're two flash channels in MT6370. If joint flash output is used, storbe in _mt6370_flash_brightness_set() 463 /* If both channels are specified in 'led-sources', joint flash output mode is used */ in mt6370_init_flash_properties()
|
| H A D | leds-max77693.c | 186 /* Span the mode on FLED2 for joint iouts case */ in max77693_add_mode() 224 /* Clear mode also on FLED2 for joint iouts case */ in max77693_clear_mode()
|
| H A D | leds-sy7802.c | 360 /* If both channels are specified in 'led-sources', joint flash output mode is used */ in sy7802_init_flash_properties()
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | imx7ulp-scg-clock.yaml | 13 i.MX7ULP Clock functions are under joint control of the System
|
| H A D | imx7ulp-pcc-clock.yaml | 13 i.MX7ULP Clock functions are under joint control of the System
|
| /linux/samples/pktgen/ |
| H A D | README.rst | 50 # run joint traffic on two devs
|
| /linux/drivers/media/platform/verisilicon/ |
| H A D | hantro_vp9.h | 9 u8 joint[3]; member
|
| /linux/rust/proc-macro2/ |
| H A D | fallback.rs | 220 let mut joint = false; in fmt() localVariable 222 if i != 0 && !joint { in fmt() 225 joint = false; in fmt() 230 joint = tt.spacing() == Spacing::Joint; in fmt()
|
| H A D | wrapper.rs | 168 Spacing::Joint => proc_macro::Spacing::Joint, in into_compiler_token() 347 proc_macro::Spacing::Joint => Spacing::Joint, in next()
|
| H A D | lib.rs | 788 /// E.g. `+` is `Joint` in `+=` or `'` is `Joint` in `'#`. 792 Joint, enumerator 825 /// (`Joint`), or it's followed by some other token or whitespace (`Alone`)
|
| H A D | parse.rs | 882 Ok((rest, Punct::new('\'', Spacing::Joint))) in punct() 886 Ok(_) => Spacing::Joint, in punct()
|
| /linux/rust/macros/ |
| H A D | pin_data.rs | |
| H A D | paste.rs | 96 if a.as_char() == ':' && a.spacing() == Spacing::Joint && b.as_char() == ':' in expand()
|
| H A D | quote.rs | 97 $v.extend([::proc_macro::Spacing::Joint, ::proc_macro::Spacing::Alone].map(|spacing| {
|
| /linux/Documentation/security/ |
| H A D | lsm.rst | 38 such a framework. LSM was a joint development effort by several security
|