Home
last modified time | relevance | path

Searched +full:name +full:- (Results 1 – 25 of 1408) sorted by relevance

12345678910>>...57

/kernel/linux/linux-6.6/Documentation/netlink/specs/
Drt_link.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: rt-link
4 protocol: netlink-raw
11 -
12 name: ifinfo-flags
15 -
16 name: up
17 -
18 name: broadcast
19 -
[all …]
Dethtool.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: ethtool
5 protocol: genetlink-legacy
10 -
11 name: udp-tunnel-type
12 enum-name:
14 entries: [ vxlan, geneve, vxlan-gpe ]
15 -
16 name: stringset
20 attribute-sets:
[all …]
Dovs_flow.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: ovs_flow
5 protocol: genetlink-legacy
6 uapi-header: linux/openvswitch.h
12 -
13 name: ovs-header
18 -
19 name: dp-ifindex
24 -
25 name: ovs-flow-stats
[all …]
Drt_route.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: rt-route
4 protocol: netlink-raw
11 -
12 name: rtm-type
13 name-prefix: rtn-
16 - unspec
17 - unicast
18 - local
19 - broadcast
[all …]
Dovs_vport.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: ovs_vport
5 protocol: genetlink-legacy
6 uapi-header: linux/openvswitch.h
12 -
13 name: ovs-header
16 -
17 name: dp-ifindex
19 -
20 name: vport-type
[all …]
Ddevlink.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: devlink
5 protocol: genetlink-legacy
10 -
12 name: sb-pool-type
14 -
15 name: ingress
16 -
17 name: egress
19 attribute-sets:
[all …]
Dovs_datapath.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: ovs_datapath
5 protocol: genetlink-legacy
6 uapi-header: linux/openvswitch.h
12 -
13 name: ovs-header
16 -
17 name: dp-ifindex
19 -
20 name: user-features
[all …]
Drt_addr.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
3 name: rt-addr
4 protocol: netlink-raw
11 -
12 name: ifaddrmsg
15 -
16 name: ifa-family
18 -
19 name: ifa-prefixlen
21 -
[all …]
/kernel/linux/linux-6.6/include/rv/
Dda_monitor.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2019-2022 Red Hat, Inc. Daniel Bristot de Oliveira <bristot@kernel.org>
21 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
22 static char REACT_MSG_##name[1024]; \
24 static inline char *format_react_msg_##name(type curr_state, type event) \
26 snprintf(REACT_MSG_##name, 1024, \
28 #name, \
29 model_get_event_name_##name(event), \
30 model_get_state_name_##name(curr_state)); \
31 return REACT_MSG_##name; \
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/
Dgconf.glade1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
3 <glade-interface>
6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Gtk Kernel Configurator</property>
8 <property name="type">GTK_WINDOW_TOPLEVEL</property>
9 <property name="window_position">GTK_WIN_POS_NONE</property>
10 <property name="modal">False</property>
11 <property name="default_width">640</property>
12 <property name="default_height">480</property>
13 <property name="resizable">True</property>
[all …]
/kernel/linux/linux-6.6/scripts/kconfig/
Dgconf.glade1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
3 <glade-interface>
6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Gtk Kernel Configurator</property>
8 <property name="type">GTK_WINDOW_TOPLEVEL</property>
9 <property name="window_position">GTK_WIN_POS_NONE</property>
10 <property name="modal">False</property>
11 <property name="default_width">640</property>
12 <property name="default_height">480</property>
13 <property name="resizable">True</property>
[all …]
/kernel/linux/linux-6.6/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
24 <policy name="projectPolicy" desc="">
25 <policyitem type="compatibility" name="GPL-1.0+" path=".*" desc="linux kernel license"/>
26 <policyitem type="compatibility" name="GPL-2.0+" path=".*" desc="linux kernel license"/>
27 <policyitem type="compatibility" name="SPDX:LGPL-2.1" path=".*" desc="linux kernel license"/>
28 <policyitem type="compatibility" name="SPDX:GPL-2.0+" path=".*" desc="linux kernel license"/>
29 <policyitem type="compatibility" name="GPLStyleLicense" path=".*" desc="linux kernel license"/>
[all …]
/kernel/linux/linux-5.10/drivers/clk/bcm/
Dclk-bcm63xx-gate.c1 // SPDX-License-Identifier: GPL-2.0
3 #include <linux/clk-provider.h>
9 #include <dt-bindings/clock/bcm3368-clock.h>
10 #include <dt-bindings/clock/bcm6318-clock.h>
11 #include <dt-bindings/clock/bcm6328-clock.h>
12 #include <dt-bindings/clock/bcm6358-clock.h>
13 #include <dt-bindings/clock/bcm6362-clock.h>
14 #include <dt-bindings/clock/bcm6368-clock.h>
15 #include <dt-bindings/clock/bcm63268-clock.h>
18 const char * const name; member
[all …]
/kernel/linux/linux-6.6/drivers/clk/bcm/
Dclk-bcm63xx-gate.c1 // SPDX-License-Identifier: GPL-2.0
3 #include <linux/clk-provider.h>
8 #include <dt-bindings/clock/bcm3368-clock.h>
9 #include <dt-bindings/clock/bcm6318-clock.h>
10 #include <dt-bindings/clock/bcm6328-clock.h>
11 #include <dt-bindings/clock/bcm6358-clock.h>
12 #include <dt-bindings/clock/bcm6362-clock.h>
13 #include <dt-bindings/clock/bcm6368-clock.h>
14 #include <dt-bindings/clock/bcm63268-clock.h>
17 const char * const name; member
[all …]
/kernel/linux/linux-5.10/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
24 <policy name="projectPolicy" desc="">
25 <policyitem type="compatibility" name="GPL-1.0+" path=".*" desc="linux kernel license"/>
26 <policyitem type="compatibility" name="GPL-2.0+" path=".*" desc="linux kernel license"/>
27 <policyitem type="compatibility" name="SPDX:LGPL-2.1" path=".*" desc="linux kernel license"/>
28 <policyitem type="compatibility" name="SPDX:GPL-2.0+" path=".*" desc="linux kernel license"/>
29 <policyitem type="compatibility" name="GPLStyleLicense" path=".*" desc="linux kernel license"/>
[all …]
/kernel/linux/linux-6.6/drivers/clk/st/
Dclk-flexgen.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * clk-flexgen.c
5 * Copyright (C) ST-Microelectronics SA 2013
6 * Author: Maxime Coquelin <maxime.coquelin@st.com> for ST-Microelectronics.
10 #include <linux/clk-provider.h>
20 const char *name; member
36 /* Pre-divisor's gate */
38 /* Pre-divisor */
56 struct clk_hw *pgate_hw = &flexgen->pgate.hw; in flexgen_enable()
57 struct clk_hw *fgate_hw = &flexgen->fgate.hw; in flexgen_enable()
[all …]
/kernel/linux/linux-6.6/arch/riscv/include/asm/
Dgdb_xml.h1 /* SPDX-License-Identifier: GPL-2.0-only */
13 "qXfer:features:read:riscv-64bit-cpu.xml";
17 "<!DOCTYPE target SYSTEM \"gdb-target.dtd\">"
19 "<xi:include href=\"riscv-64bit-cpu.xml\"/>"
24 "<!DOCTYPE feature SYSTEM \"gdb-target.dtd\">"
25 "<feature name=\"org.gnu.gdb.riscv.cpu\">"
26 "<reg name=\""DBG_REG_ZERO"\" bitsize=\"64\" type=\"int\" regnum=\"0\"/>"
27 "<reg name=\""DBG_REG_RA"\" bitsize=\"64\" type=\"code_ptr\"/>"
28 "<reg name=\""DBG_REG_SP"\" bitsize=\"64\" type=\"data_ptr\"/>"
29 "<reg name=\""DBG_REG_GP"\" bitsize=\"64\" type=\"data_ptr\"/>"
[all …]
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dgdb_xml.h1 /* SPDX-License-Identifier: GPL-2.0-only */
13 "qXfer:features:read:riscv-64bit-cpu.xml";
17 "<!DOCTYPE target SYSTEM \"gdb-target.dtd\">"
19 "<xi:include href=\"riscv-64bit-cpu.xml\"/>"
24 "<!DOCTYPE feature SYSTEM \"gdb-target.dtd\">"
25 "<feature name=\"org.gnu.gdb.riscv.cpu\">"
26 "<reg name=\""DBG_REG_ZERO"\" bitsize=\"64\" type=\"int\" regnum=\"0\"/>"
27 "<reg name=\""DBG_REG_RA"\" bitsize=\"64\" type=\"code_ptr\"/>"
28 "<reg name=\""DBG_REG_SP"\" bitsize=\"64\" type=\"data_ptr\"/>"
29 "<reg name=\""DBG_REG_GP"\" bitsize=\"64\" type=\"data_ptr\"/>"
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsyscall_wrapper.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * syscall_wrapper.h - x86 specific wrappers to syscall definitions
17 * __x64_sys_*() - 64-bit native syscall
18 * __ia32_sys_*() - 32-bit native syscall or common compat syscall
19 * __ia32_compat_sys_*() - 32-bit compat syscall
20 * __x32_compat_sys_*() - 64-bit X32 compat syscall
23 * 64-bit: RDI, RSI, RDX, R10, R8, R9
24 * 32-bit: EBX, ECX, EDX, ESI, EDI, EBP
27 * perform sign-extension (omitted for zero-argument syscalls). Finally the
32 * Example assembly (slightly re-ordered for better readability):
[all …]
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/
Dinstructions.c1 // SPDX-License-Identifier: GPL-2.0
3 { .name = "adc", .ops = &mov_ops, },
4 { .name = "adcb", .ops = &mov_ops, },
5 { .name = "adcl", .ops = &mov_ops, },
6 { .name = "add", .ops = &mov_ops, },
7 { .name = "addl", .ops = &mov_ops, },
8 { .name = "addq", .ops = &mov_ops, },
9 { .name = "addsd", .ops = &mov_ops, },
10 { .name = "addw", .ops = &mov_ops, },
11 { .name = "and", .ops = &mov_ops, },
[all …]
/kernel/linux/linux-6.6/include/linux/
Dlinkage.h1 /* SPDX-License-Identifier: GPL-2.0 */
33 #define SYSCALL_ALIAS(alias, name) asm( \ argument
36 __stringify(name))
54 * The argument stack may be owned by the assembly-language
64 /* Assembly files may be compiled with -traditional .. */
78 /* SYM_T_FUNC -- type used by assembler to mark functions */
83 /* SYM_T_OBJECT -- type used by assembler to mark data */
88 /* SYM_T_NONE -- type used by assembler to mark entries of unknown type */
93 /* SYM_A_* -- align the symbol? */
97 /* SYM_L_* -- linkage of symbols */
[all …]
/kernel/linux/linux-6.6/tools/perf/arch/x86/annotate/
Dinstructions.c1 // SPDX-License-Identifier: GPL-2.0
4 * This table is searched twice - one for exact match and another for
11 { .name = "adc", .ops = &mov_ops, },
12 { .name = "add", .ops = &mov_ops, },
13 { .name = "addsd", .ops = &mov_ops, },
14 { .name = "and", .ops = &mov_ops, },
15 { .name = "andpd", .ops = &mov_ops, },
16 { .name = "andps", .ops = &mov_ops, },
17 { .name = "bsr", .ops = &mov_ops, },
18 { .name = "bt", .ops = &mov_ops, },
[all …]
/kernel/linux/linux-5.10/include/linux/
Dlinkage.h1 /* SPDX-License-Identifier: GPL-2.0 */
33 #define SYSCALL_ALIAS(alias, name) asm( \ argument
36 __stringify(name))
54 * The argument stack may be owned by the assembly-language
64 /* Assembly files may be compiled with -traditional .. */
78 /* SYM_T_FUNC -- type used by assembler to mark functions */
83 /* SYM_T_OBJECT -- type used by assembler to mark data */
88 /* SYM_T_NONE -- type used by assembler to mark entries of unknown type */
93 /* SYM_A_* -- align the symbol? */
97 /* SYM_L_* -- linkage of symbols */
[all …]
/kernel/linux/linux-5.10/fs/nilfs2/
Dsysfs.h1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * sysfs.h - sysfs support declarations.
5 * Copyright (C) 2005-2014 Nippon Telegraph and Telephone Corporation.
19 * struct nilfs_sysfs_dev_subgroups - device subgroup kernel objects
53 #define NILFS_COMMON_ATTR_STRUCT(name) \ argument
54 struct nilfs_##name##_attr { \
64 #define NILFS_DEV_ATTR_STRUCT(name) \ argument
65 struct nilfs_##name##_attr { \
67 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \
69 ssize_t (*store)(struct nilfs_##name##_attr *, struct the_nilfs *, \
[all …]
/kernel/linux/linux-5.10/include/trace/events/
Dregulator.h1 /* SPDX-License-Identifier: GPL-2.0 */
12 * Events which just log themselves and the regulator name for enable/disable
17 TP_PROTO(const char *name),
19 TP_ARGS(name),
22 __string( name, name )
26 __assign_str(name, name);
29 TP_printk("name=%s", __get_str(name))
35 TP_PROTO(const char *name),
37 TP_ARGS(name)
43 TP_PROTO(const char *name),
[all …]

12345678910>>...57