| /kernel/linux/linux-6.6/Documentation/netlink/ |
| D | genetlink-legacy.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_]+( - 1)?$ 21 required: [ name, doc, attribute-sets, operations ] 24 name: 25 description: Name of the genetlink family. 35 enum: [ genetlink, genetlink-c, genetlink-legacy ] # Trim [all …]
|
| D | netlink-raw.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/netlink-raw.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_]+( - 1)?$ 21 required: [ name, doc, attribute-sets, operations ] 24 name: 25 description: Name of the netlink family. 31 enum: [ netlink-raw ] # Trim [all …]
|
| D | genetlink-c.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-c.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_]+( - 1)?$ 21 required: [ name, doc, attribute-sets, operations ] 24 name: 25 description: Name of the genetlink family. 35 enum: [ genetlink, genetlink-c ] [all …]
|
| D | genetlink.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_]+( - 1)?$ 21 required: [ name, doc, attribute-sets, operations ] 24 name: 25 description: Name of the genetlink family. 35 enum: [ genetlink ] [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | counter.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 13 enum counter_count_direction { 19 enum counter_count_mode { 31 * struct counter_signal_ext - Counter Signal extensions 32 * @name: attribute name 38 const char *name; member 48 * struct counter_signal - Counter Signal node 50 * @name: device-specific Signal name; ideally, this should match the name 58 const char *name; member 67 * struct counter_signal_enum_ext - Signal enum extension attribute [all …]
|
| D | cpuhotplug.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 * CPU-up CPU-down 15 * BRINGUP_CPU->AP_OFFLINE BRINGUP_CPU <- AP_IDLE_DEAD (idle thread/play_dead) 17 * v (IRQ-off) ,---------------^ 19 * | TEARDOWN_CPU <- AP_ONLINE_IDLE 25 enum cpuhp_state { 26 CPUHP_INVALID = -1, 206 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke, 210 int __cpuhp_setup_state_cpuslocked(enum cpuhp_state state, const char *name, 216 * cpuhp_setup_state - Setup hotplug state callbacks with calling the callbacks [all …]
|
| D | leds.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 11 #include <dt-bindings/leds/common.h> 29 enum led_brightness { 41 * with in-driver hard-coded LED names used as a fallback when 48 * either for label based LED name composition path or for fwnode 53 * indicates if LED name should always comprise devicename section; 54 * only LEDs exposed by drivers of hot-pluggable devices should 65 const char *name; member 66 enum led_brightness brightness; 67 enum led_brightness max_brightness; [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
| D | nf_tables.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 14 * enum nft_registers - nf_tables registers 18 * of size 4. For compatibility reasons, the NFT_REG_[1-4] registers still 20 * NFT_REG32_00 - NFT_REG32_15. 22 enum nft_registers { 47 #define NFT_REG_MAX (__NFT_REG_MAX - 1) 51 #define NFT_REG32_COUNT (NFT_REG32_15 - NFT_REG32_00 + 1) 54 * enum nft_verdicts - nf_tables internal verdicts 64 enum nft_verdicts { 65 NFT_CONTINUE = -1, [all …]
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/ |
| D | event-parse.h | 1 /* SPDX-License-Identifier: LGPL-2.1 */ 15 #include "trace-seq.h" 43 /* ----------------------- tep ----------------------- */ 60 char *name; member 72 * The function name to initialized the plugin. 86 * .name = "option-name", 87 * .plugin_alias = "override-file-name", (optional) 91 * .name = NULL, 95 * Array must end with .name = NULL; 98 * .plugin_alias is used to give a shorter name to access [all …]
|
| /kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
| D | inst.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited 36 enum reg0i15_op { 40 enum reg0i26_op { 45 enum reg1i20_op { 54 enum reg1i21_op { 61 enum reg2_op { 70 enum reg2i5_op { 76 enum reg2i6_op { 82 enum reg2i12_op { [all …]
|
| /kernel/linux/linux-6.6/include/linux/mfd/ |
| D | lp8788.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 18 #define LP8788_DEV_BUCK "lp8788-buck" 19 #define LP8788_DEV_DLDO "lp8788-dldo" 20 #define LP8788_DEV_ALDO "lp8788-aldo" 21 #define LP8788_DEV_CHARGER "lp8788-charger" 22 #define LP8788_DEV_RTC "lp8788-rtc" 23 #define LP8788_DEV_BACKLIGHT "lp8788-backlight" 24 #define LP8788_DEV_VIBRATOR "lp8788-vibrator" 25 #define LP8788_DEV_KEYLED "lp8788-keyled" 26 #define LP8788_DEV_ADC "lp8788-adc" [all …]
|
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| D | lp8788.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 18 #define LP8788_DEV_BUCK "lp8788-buck" 19 #define LP8788_DEV_DLDO "lp8788-dldo" 20 #define LP8788_DEV_ALDO "lp8788-aldo" 21 #define LP8788_DEV_CHARGER "lp8788-charger" 22 #define LP8788_DEV_RTC "lp8788-rtc" 23 #define LP8788_DEV_BACKLIGHT "lp8788-backlight" 24 #define LP8788_DEV_VIBRATOR "lp8788-vibrator" 25 #define LP8788_DEV_KEYLED "lp8788-keyled" 26 #define LP8788_DEV_ADC "lp8788-adc" [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
| D | nf_tables.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 14 * enum nft_registers - nf_tables registers 18 * of size 4. For compatibility reasons, the NFT_REG_[1-4] registers still 20 * NFT_REG32_00 - NFT_REG32_15. 22 enum nft_registers { 47 #define NFT_REG_MAX (__NFT_REG_MAX - 1) 51 #define NFT_REG32_COUNT (NFT_REG32_15 - NFT_REG32_00 + 1) 54 * enum nft_verdicts - nf_tables internal verdicts 64 enum nft_verdicts { 65 NFT_CONTINUE = -1, [all …]
|
| /kernel/linux/linux-6.6/Documentation/netlink/specs/ |
| D | ovs_vport.yaml | 1 # 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 …]
|
| D | handshake.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 8 name: handshake 15 - 16 type: enum 17 name: handler-class 18 value-start: 0 20 - 21 type: enum 22 name: msg-type 23 value-start: 0 [all …]
|
| D | ovs_flow.yaml | 1 # 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 …]
|
| D | rt_addr.yaml | 1 # 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 …]
|
| D | ovs_datapath.yaml | 1 # 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 …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/netlink/ |
| D | c-code-gen.rst | 1 .. SPDX-License-Identifier: BSD-3-Clause 9 allowed in older families by the ``genetlink-c`` protocol level, 12 For brevity this document refers to ``name`` properties of various 14 of ``name`` in an attribute, and ``$family`` is the name of the 15 family (the global ``name`` property). 17 The upper case is used to denote literal values, e.g. ``$family-CMD`` 21 The names of ``#defines`` and enum values are always converted to upper case, 22 and with dashes (``-``) replaced by underscores (``_``). 24 If the constructed name is a C keyword, an extra underscore is 25 appended (``do`` -> ``do_``). [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | cpuhotplug.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 * CPU-up CPU-down 15 * BRINGUP_CPU->AP_OFFLINE BRINGUP_CPU <- AP_IDLE_DEAD (idle thread/play_dead) 17 * v (IRQ-off) ,---------------^ 19 * | TEARDOWN_CPU <- AP_ONLINE_IDLE 30 * CPU_ONLINE - 1 down to CPUHP_OFFLINE. 43 * Adding explicit states to this enum is only necessary when: 54 * See Documentation/core-api/cpu_hotplug.rst for further information and 57 enum cpuhp_state { 58 CPUHP_INVALID = -1, [all …]
|
| /kernel/linux/linux-6.6/include/rv/ |
| D | automata.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (C) 2019-2022 Red Hat, Inc. Daniel Bristot de Oliveira <bristot@kernel.org> 10 * DECLARE_AUTOMATA_HELPERS - define a set of helper functions for automata 12 * Define a set of helper functions for automata. The 'name' argument is used 16 #define DECLARE_AUTOMATA_HELPERS(name, type) \ argument 19 * model_get_state_name_##name - return the (string) name of the given state \ 21 static char *model_get_state_name_##name(enum states_##name state) \ 23 if ((state < 0) || (state >= state_max_##name)) \ 26 return automaton_##name.state_names[state]; \ 30 * model_get_event_name_##name - return the (string) name of the given event \ [all …]
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| D | afs.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 21 enum afs_call_trace { 30 enum afs_server_trace { 55 enum afs_volume_trace { 72 enum afs_cell_trace { 112 enum afs_fs_operation { 128 afs_FS_GetRootVolume = 151, /* AFS Get root volume name */ 169 enum afs_vl_operation { 170 afs_VL_GetEntryByNameU = 527, /* AFS Get Vol Entry By Name operation ID */ 173 afs_YFSVL_GetCellName = 64014, /* YFS Get actual cell name */ [all …]
|
| /kernel/linux/linux-6.6/include/trace/events/ |
| D | afs.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 21 enum afs_fs_operation { 37 afs_FS_GetRootVolume = 151, /* AFS Get root volume name */ 78 enum afs_vl_operation { 79 afs_VL_GetEntryByNameU = 527, /* AFS Get Vol Entry By Name operation ID */ 82 afs_YFSVL_GetCellName = 64014, /* YFS Get actual cell name */ 86 enum afs_cm_operation { 98 enum yfs_cm_operation { 141 EM(afs_server_trace_give_up_cb, "giveup-cb") \ 145 EM(afs_server_trace_put_find_rsq, "PUT f-rsq") \ [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_kms.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 62 * - REG_MDP5_DISP_INTF_SEL 102 enum mdp_mixer_stage_id stage; 132 * encoder has changed this is set to true, since encoder->enable() 135 * writing CTL[n].START until encoder->enable() 142 enum mdp5_intf_mode { 157 enum mdp5_intf_type type; 158 enum mdp5_intf_mode mode; 174 WARN_ON(mdp5_kms->enable_count <= 0); in mdp5_write() 175 msm_writel(data, mdp5_kms->mmio + reg); in mdp5_write() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
| D | mdp5_kms.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 62 * - REG_MDP5_DISP_INTF_SEL 107 enum mdp_mixer_stage_id stage; 132 * encoder has changed this is set to true, since encoder->enable() 135 * writing CTL[n].START until encoder->enable() 142 enum mdp5_intf_mode { 157 enum mdp5_intf_type type; 158 enum mdp5_intf_mode mode; 174 WARN_ON(mdp5_kms->enable_count <= 0); in mdp5_write() 175 msm_writel(data, mdp5_kms->mmio + reg); in mdp5_write() [all …]
|