Home
last modified time | relevance | path

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

12345678910>>...43

/linux/Documentation/netlink/
H A Dgenetlink-c.yaml1 # 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)?$
16 len-or-limit:
17 # literal int, const name, or limit based on fixed-width type
18 # e.g. u8-min, u16-max, etc.
20 pattern: ^[0-9A-Za-z_-]+$
[all …]
H A Dgenetlink-legacy.yaml1 # 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
9 name:
11 pattern: ^[0-9a-z-]+$
15 len-or-define:
17 pattern: ^[0-9A-Za-z_-]+( - 1)?$
19 len-or-limit:
20 # literal int, const name, or limit based on fixed-width type
[all …]
H A Dnetlink-raw.yaml1 # 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
9 name:
11 pattern: ^[0-9a-z-]+$
12 name-cap:
14 pattern: ^[0-9a-zA-Z-]+$
18 len-or-define:
20 pattern: ^[0-9A-Za-z_-]+( - 1)?$
[all …]
H A Dgenetlink.yaml1 # 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
9 name:
11 pattern: ^[0-9a-z-]+$
15 len-or-define:
17 pattern: ^[0-9A-Za-z_-]+( - 1)?$
19 len-or-limit:
20 # literal int, const name, or limit based on fixed-width type
[all …]
/linux/drivers/gpu/drm/msm/registers/display/
H A Dmdp_common.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
8 <!-- random bits that seem same between mdp4 and mdp5 (ie. not much) -->
10 <enum name="mdp_chroma_samp_type">
11 <value name="CHROMA_FULL" value="0"/>
12 <value name="CHROMA_H2V1" value="1"/>
13 <value name="CHROMA_H1V2" value="2"/>
14 <value name="CHROMA_420" value="3"/>
15 </enum>
[all …]
H A Dmdp4.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
8 <domain name="MDP4" width="32">
9 <enum name="mdp4_pipe">
11 <value name="VG1" value="0"/>
12 <value name="VG2" value="1"/>
13 <value name="RGB1" value="2"/>
14 <value name="RGB2" value="3"/>
15 <value name="RGB3" value="4"/>
[all …]
/linux/Documentation/netlink/specs/
H A Dnlctrl.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
2 ---
3 name: nlctrl
4 protocol: genetlink-legacy
5 uapi-header: linux/genetlink.h
8 genetlink meta-family that exposes information about all genetlink
12 -
13 name: op-flags
15 enum-name:
17 - admin-perm
[all …]
H A Ddpll.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
2 ---
3 name: dpll
8 -
9 type: enum
10 name: mode
16 -
17 name: manual
20 -
21 name: automatic
[all …]
H A Drt-link.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
2 ---
[all...]
H A Ddevlink.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
2 ---
3 name: devlink
5 protocol: genetlink-legacy
10 -
11 type: enum
12 name: sb-pool-type
14 -
15 name: ingress
16 -
[all …]
H A Drt-addr.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
2 ---
3 name: rt-addr
4 protocol: netlink-raw
5 uapi-header: linux/rtnetlink.h
8 doc: >-
12 -
13 name: ifaddrmsg
16 -
17 name: ifa-family
[all …]
H A Drt-route.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
2 ---
3 name: rt-route
4 protocol: netlink-raw
5 uapi-header: linux/rtnetlink.h
8 doc: >-
12 -
13 name: rtm-type
14 name-prefix: rtn-
15 enum-name:
[all …]
H A Dnfsd.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
2 ---
3 name: nfsd
5 uapi-header: linux/nfsd_netlink.h
10 -
12 name: cache-type
14 -
16 name: export-flags
19 - readonly
20 - insecure-port
[all …]
/linux/drivers/gpu/drm/msm/registers/adreno/
H A Da2xx.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
10 <enum name="a2xx_rb_dither_type">
11 <value name="DITHER_PIXEL" value="0"/>
12 <value name="DITHER_SUBPIXEL" value="1"/>
13 </enum>
15 <enum name="a2xx_colorformatx">
16 <value name="COLORX_4_4_4_4" value="0"/>
17 <value name="COLORX_1_5_5_5" value="1"/>
[all …]
H A Da8xx_enums.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
9 <enum name="a8xx_statetype_id">
10 <value value="0" name="A8XX_TP0_NCTX_REG"/>
11 <value value="1" name="A8XX_TP0_CTX0_3D_CVS_REG"/>
12 <value value="2" name="A8XX_TP0_CTX0_3D_CPS_REG"/>
13 <value value="3" name="A8XX_TP0_CTX1_3D_CVS_REG"/>
14 <value value="4" name="A8XX_TP0_CTX1_3D_CPS_REG"/>
15 <value value="5" name="A8XX_TP0_CTX2_3D_CPS_REG"/>
[all …]
H A Da7xx_enums.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
9 <enum name="a7xx_statetype_id">
10 <value value="0" name="A7XX_TP0_NCTX_REG"/>
11 <value value="1" name="A7XX_TP0_CTX0_3D_CVS_REG"/>
12 <value value="2" name="A7XX_TP0_CTX0_3D_CPS_REG"/>
13 <value value="3" name="A7XX_TP0_CTX1_3D_CVS_REG"/>
14 <value value="4" name="A7XX_TP0_CTX1_3D_CPS_REG"/>
15 <value value="5" name="A7XX_TP0_CTX2_3D_CPS_REG"/>
[all …]
/linux/arch/loongarch/include/asm/
H A Dinst.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
37 enum reg0i15_op {
42 enum reg0i26_op {
47 enum reg1i20_op {
56 enum reg1i21_op {
63 enum reg2_op {
87 enum reg2i5_op {
93 enum reg2i6_op {
99 enum reg2i12_op {
[all …]
/linux/rust/syn/
H A Dmacros.rs1 // SPDX-License-Identifier: Apache-2.0 OR MIT
10 $pub:ident $struct:ident $name:ident #full $body:tt
16 $(#[$attr])* $pub $struct $name $body
19 $(#[$attr])* $pub $struct $name {
24 impl ::quote::ToTokens for $name {
33 $pub:ident $struct:ident $name:ident $body:tt
38 $(#[$attr])* $pub $struct $name $body
46 $pub:ident $enum:ident $name:ident $body:tt
49 check_keyword_matches!(enum $enum);
51 $(#[$enum_attr])* $pub $enum $name $body
[all …]
/linux/drivers/platform/x86/intel/telemetry/
H A Dcore.c1 // SPDX-License-Identifier: GPL-2.0
24 static int telemetry_def_get_trace_verbosity(enum telemetry_unit telem_unit, in telemetry_def_get_trace_verbosity()
31 static int telemetry_def_set_trace_verbosity(enum telemetry_unit telem_unit, in telemetry_def_set_trace_verbosity()
37 static int telemetry_def_raw_read_eventlog(enum telemetry_unit telem_unit, in telemetry_def_raw_read_eventlog()
44 static int telemetry_def_read_eventlog(enum telemetry_unit telem_unit, in telemetry_def_read_eventlog()
59 * telemetry_read_events() - Fetches samples as specified by evtlog.telem_evt_id
67 int telemetry_read_events(enum telemetry_unit telem_unit, in telemetry_read_events()
70 return telm_core_conf.telem_ops->read_eventlog(telem_unit, evtlog, in telemetry_read_events()
76 * telemetry_read_eventlog() - Fetch the Telemetry log from PSS or IOSS
83 int telemetry_read_eventlog(enum telemetry_unit telem_unit, in telemetry_read_eventlog()
[all …]
/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c1 // SPDX-License-Identifier: GPL-2.0
26 static char *diag224_cpu_names; /* diag 224 name table */
27 static int diag224_idx2name(int index, char *name);
39 static inline int info_blk_hdr__size(enum diag204_format type) in info_blk_hdr__size()
47 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar()
50 return ((struct diag204_info_blk_hdr *)hdr)->npar; in info_blk_hdr__npar()
52 return ((struct diag204_x_info_blk_hdr *)hdr)->npar; in info_blk_hdr__npar()
55 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags()
58 return ((struct diag204_info_blk_hdr *)hdr)->flags; in info_blk_hdr__flags()
60 return ((struct diag204_x_info_blk_hdr *)hdr)->flags; in info_blk_hdr__flags()
[all …]
/linux/drivers/leds/
H A Dleds-sunfire.c1 // SPDX-License-Identifier: GPL-2.0-only
2 /* leds-sunfire.c: SUNW,Ultra-Enterprise LED driver.
31 enum led_brightness led_val, u8 bit) in __clockboard_set()
34 u8 reg = upa_readb(p->reg); in __clockboard_set()
51 upa_writeb(reg, p->reg); in __clockboard_set()
55 enum led_brightness led_val) in clockboard_left_set()
61 enum led_brightness led_val) in clockboard_middle_set()
67 enum led_brightness led_val) in clockboard_right_set()
73 enum led_brightness led_val, u32 bit) in __fhc_set()
76 u32 reg = upa_readl(p->reg); in __fhc_set()
[all …]
/linux/tools/perf/util/
H A Dhwmon_pmu.h1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
12 * enum hwmon_type:
14 * As described in Documentation/hwmon/sysfs-interface.rst hwmon events are
15 * defined over multiple files of the form <type><num>_<item>. This enum
18 * This enum is exposed for testing.
20 enum hwmon_type {
38 * enum hwmon_item:
40 * Similar to enum hwmon_type but describes the item part of a sysfs filename.
42 * This enum is exposed for testing.
44 enum hwmon_item {
[all …]
/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * sst-atom-controls.h - Intel MID Platform driver header file
5 * Copyright (C) 2013-14 Intel Corp
20 enum {
58 enum sst_path_index {
102 enum sst_swm_inputs {
122 enum sst_swm_outputs {
138 enum sst_ipc_msg {
144 enum sst_cmd_type {
149 enum sst_task {
[all …]
/linux/drivers/clk/imx/
H A Dclk.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 #include <linux/clk-provider.h>
26 enum imx_pllv1_type {
35 enum imx_sscg_pll_type {
40 enum imx_pll14xx_type {
45 enum imx_pllv4_type {
51 enum imx_pfdv2_type {
66 enum imx_pll14xx_type type;
95 struct clk_hw *imx_clk_fracn_gppll(const char *name, const char *parent_name, void __iomem *base,
97 struct clk_hw *imx_clk_fracn_gppll_integer(const char *name, const char *parent_name,
[all …]
/linux/include/trace/events/
H A Dafs.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
21 enum afs_fs_operation {
37 afs_FS_GetRootVolume = 151, /* AFS Get root volume name */
81 enum afs_vl_operation {
82 afs_VL_GetEntryByNameU = 527, /* AFS Get Vol Entry By Name operation ID */
85 afs_YFSVL_GetCellName = 64014, /* YFS Get actual cell name */
89 enum afs_cm_operation {
101 enum yfs_cm_operation {
151 EM(afs_server_trace_use_cm_call, "USE cm-cl") \
160 EM(afs_volume_trace_get_alloc_sbi, "GET sbi-alloc ") \
[all …]

12345678910>>...43