Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 173) sorted by relevance

1234567

/linux/rust/macros/
A Dpaste.rs3 use proc_macro::{Delimiter, Group, Ident, Spacing, Span, TokenTree};
59 if let TokenTree::Group(group) = token { in expand()
74 let mut group = Group::new(delimiter, stream.into_iter().collect()); in expand()
76 *token = TokenTree::Group(group); in expand()
90 TokenTree::Group(group) if group.delimiter() == Delimiter::None => { in expand()
97 TokenTree::Group(group) if group.delimiter() == Delimiter::None => { in expand()
A Dquote.rs17 impl ToTokens for proc_macro::Group { implementation
70 $v.push(::proc_macro::TokenTree::Group(::proc_macro::Group::new(
79 $v.push(::proc_macro::TokenTree::Group(::proc_macro::Group::new(
88 $v.push(::proc_macro::TokenTree::Group(::proc_macro::Group::new(
A Dvtable.rs3 use proc_macro::{Delimiter, Group, TokenStream, TokenTree};
25 Some(TokenTree::Group(group)) if group.delimiter() == Delimiter::Brace => group, in vtable()
94 tokens.push(TokenTree::Group(Group::new(Delimiter::Brace, new_body))); in vtable()
A Dpin_data.rs4 use proc_macro::{Group, Punct, Spacing, TokenStream, TokenTree};
121 TokenTree::Group(g) => vec![TokenTree::Group(Group::new( in replace_self_and_deny_type_defs()
A Dhelpers.rs3 use proc_macro::{token_stream, Group, TokenStream, TokenTree};
59 pub(crate) fn expect_group(it: &mut token_stream::IntoIter) -> Group { in expect_group() argument
60 if let TokenTree::Group(group) = it.next().expect("Reached end of token stream for Group") { in expect_group()
/linux/Documentation/filesystems/ext4/
A Dblocks.rst43 * - Blocks Per Block Group
48 * - Inodes Per Block Group
53 * - Block Group Size
105 * - Blocks Per Block Group
110 * - Inodes Per Block Group
115 * - Block Group Size
/linux/arch/sparc/kernel/
A Dsyscalls.S217 cmp %g1, NR_syscalls ! IEU1 Group
220 sll %g1, 2, %l4 ! IEU0 Group
223 srl %i1, 0, %o1 ! IEU0 Group
227 srl %i2, 0, %o2 ! IEU0 Group
231 5: call %l7 ! CTI Group brk forced
241 cmp %g1, NR_syscalls ! IEU1 Group
244 sll %g1, 2, %l4 ! IEU0 Group
247 4: mov %i2, %o2 ! IEU0 Group
251 mov %i4, %o4 ! IEU0 Group
253 bne,pn %icc, linux_syscall_trace ! CTI Group
[all …]
/linux/Documentation/bpf/standardization/
A Dindex.rst8 standardization effort with the IETF. See the `IETF BPF Working Group`_ page
18 .. _IETF BPF Working Group: https://datatracker.ietf.org/wg/bpf/about/
/linux/Documentation/admin-guide/perf/
A Dalibaba_pmu.rst5 The Yitian 710, custom-built by Alibaba Group's chip development business,
26 - Group 0: PMU Cycle Counter. This group has one pair of counters
30 - Group 1: PMU Bandwidth Counters. This group has 8 counters that are used
35 - Group 2: PMU Retry Counters. This group has 10 counters, that intend to
38 - Group 3: PMU Common Counters. This group has 16 counters, that are used
A Ddwc_pcie_pmu.rst31 - Group#0: Percentage of time the controller stays in LTSSM states.
32 - Group#1: Amount of data processed (Units of 16 bytes).
40 - Group i
41 - Event j within the Group i
/linux/Documentation/devicetree/bindings/perf/
A Darm,smmu-v3-pmcg.yaml7 title: Arm SMMUv3 Performance Monitor Counter Group
14 An SMMUv3 may have several Performance Monitor Counter Group (PMCG).
/linux/scripts/package/
A Dkernel.spec13 Group: System Environment/Kernel
29 Group: Development/System
42 Group: System Environment/Kernel
/linux/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-midi245 first_group The first UMP Group number (0-15)
47 midi1_first_group The first UMP Group number for MIDI 1.0 (0-15)
/linux/Documentation/devicetree/bindings/mailbox/
A Darm,mhuv2.yaml142 mboxes = <&mhu 0 5>; // Channel Window Group 0, doorbell 5.
143 mboxes = <&mhu 1 7>; // Channel Window Group 1, doorbell 7.
144 mboxes = <&mhu 2 0>; // Channel Window Group 2, data transfer protocol with 1 window.
145 mboxes = <&mhu 3 0>; // Channel Window Group 3, data transfer protocol with 5 windows.
146 mboxes = <&mhu 4 0>; // Channel Window Group 4, data transfer protocol with 7 windows.
/linux/Documentation/admin-guide/gpio/
A Dgpio-sim.rst21 **Group:** ``/config/gpio-sim``
25 **Group:** ``/config/gpio-sim/gpio-device``
38 **Group:** ``/config/gpio-sim/gpio-device/gpio-bankX``
49 **Group:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY``
A Dgpio-virtuser.rst25 **Group:** ``/config/gpio-virtuser``
29 **Group:** ``/config/gpio-consumer/example-name``
51 **Group:** ``/config/gpio-consumer/example-name/con_id``
128 **Group:** ``/sys/kernel/debug/gpio-virtuser/$dev_name/gpiod:foo/``
144 **Group:** ``/sys/kernel/debug/gpio-virtuser/$dev_name/gpiod:foo:$index/``
/linux/drivers/clk/starfive/
A DKconfig53 tristate "StarFive JH7110 System-Top-Group clock support"
57 Say yes here to support the System-Top-Group clock controller
/linux/arch/arm64/boot/dts/marvell/
A Darmada-cp110.dtsi3 * Copyright (C) 2019 Marvell Technology Group Ltd.
A Darmada-cp115.dtsi3 * Copyright (C) 2019 Marvell Technology Group Ltd.
A Darmada-8080.dtsi3 * Copyright (C) 2017 Marvell Technology Group Ltd.
A Darmada-7020.dtsi3 * Copyright (C) 2016 Marvell Technology Group Ltd.
A Darmada-common.dtsi3 * Copyright (C) 2016 Marvell Technology Group Ltd.
/linux/Documentation/sound/designs/
A Dmidi-2.0.rst20 the events up to 16 "UMP Groups", where each UMP Group contain up to
75 builds the topology based on Group Terminal Block (GTB) information
106 (0-based) UMP Group. Legacy applications can access to the specified
119 partially from Group Terminal Block (GTB) as defined in USB MIDI 2.0
150 1-based UMP Group numbers (from-to).
216 rest ports from 1 for each UMP Group (e.g. port 1 for Group 1).
220 other UMP Group ports is that UMP Endpoint port sends the events from
221 the all ports on the device ("catch-all"), while each UMP Group port
222 sends only the events from the given UMP Group.
350 which specifies the associated UMP Group Number (1-based).
[all …]
/linux/include/linux/platform_data/
A Dkeypad-omap.h39 #error Group bits in conflict with keynum bits
/linux/arch/arm64/boot/dts/synaptics/
A Dberlin4ct-dmp.dts3 * Copyright (C) 2015 Marvell Technology Group Ltd.

Completed in 17 milliseconds

1234567