/linux/Documentation/netlink/ |
H A 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 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 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 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 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 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/adreno/ |
H A D | adreno_common.xml | 1 <?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"> 7 <enum name="chip" bare="yes"> 8 <value name="A2XX" value="2"/> 9 <value name="A3XX" value="3"/> 10 <value name="A4XX" value="4"/> 11 <value name="A5XX" value="5"/> 12 <value name="A6XX" value="6"/> 13 <value name="A7XX" value="7"/> [all …]
|
H A D | a2xx.xml | 1 <?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 D | adreno_pm4.xml | 1 <?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 <enum name="vgt_event_type" varset="chip"> 9 <value name="VS_DEALLOC" value="0"/> 10 <value name="PS_DEALLOC" value="1" variants="A2XX-A6XX"/> 11 <value name="VS_DONE_TS" value="2"/> 12 <value name="PS_DONE_TS" value="3"/> 17 <value name="CACHE_FLUSH_TS" value="4"/> 18 <value name="CONTEXT_DONE" value="5"/> [all …]
|
H A D | a3xx.xml | 1 <?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="a3xx_tile_mode"> 10 <value name="LINEAR" value="0"/> 11 <value name="TILE_4X4" value="1"/> <!-- "normal" case for textures --> 12 <value name="TILE_32X32" value="2"/> <!-- only used in GMEM --> 13 <value name="TILE_4X2" value="3"/> <!-- only used for CrCb --> 14 </enum> 16 <enum name="a3xx_state_block_id"> [all …]
|
/linux/drivers/gpu/drm/msm/registers/display/ |
H A D | mdp_common.xml | 1 <?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 D | dsi.xml | 1 <?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"> 7 <domain name="DSI" width="32"> 8 <enum name="dsi_traffic_mode"> 9 <value name="NON_BURST_SYNCH_PULSE" value="0"/> 10 <value name="NON_BURST_SYNCH_EVENT" value="1"/> 11 <value name="BURST_MODE" value="2"/> 12 </enum> 13 <enum name="dsi_vid_dst_format"> [all …]
|
/linux/Documentation/netlink/specs/ |
H A D | nlctrl.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 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 18 - cmd-cap-do [all …]
|
H A D | dpll.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: dpll 8 - 9 type: enum 10 name: mode 16 - 17 name: manual 20 - 21 name: automatic 23 render-max: true [all …]
|
H A D | devlink.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: devlink 5 protocol: genetlink-legacy 10 - 11 type: enum 12 name: sb-pool-type 14 - 15 name: ingress 16 - 17 name: egress [all …]
|
H A D | nftables.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: nftables 4 protocol: netlink-raw 11 - 12 name: nfgenmsg 15 - 16 name: nfgen-family 18 - 19 name: version 21 - [all …]
|
H A D | rt-link.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: rt-link 4 protocol: netlink-raw 5 uapi-header: linux/rtnetlink.h 12 - 13 name: ifinfo-flags 16 enum-name: net-device-flags 17 name-prefix: iff- 19 - 20 name: up [all …]
|
H A 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 …]
|
H A D | conntrack.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: conntrack 4 protocol: netlink-raw 11 - 12 name: nfgenmsg 15 - 16 name: nfgen-family 18 - 19 name: version 21 - [all …]
|
H A 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 …]
|
H A 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 …]
|
/linux/include/uapi/linux/netfilter/ |
H A 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_register [all...] |
/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited 37 enum reg0i15_op { 41 enum reg0i26_op { 46 enum reg1i20_op { 55 enum reg1i21_op { 62 enum reg2_op { 82 enum reg2i5_op { 88 enum reg2i6_op { 94 enum reg2i12_op { [all …]
|
/linux/include/rv/ |
H A 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 …]
|
H A D | da_monitor.h | 1 /* 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 …]
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_kms.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 61 * - REG_MDP5_DISP_INTF_SEL 101 enum mdp_mixer_stage_id stage; 131 * encoder has changed this is set to true, since encoder->enable() 134 * writing CTL[n].START until encoder->enable() 141 enum mdp5_intf_mode { 156 enum mdp5_intf_type type; 157 enum mdp5_intf_mode mode; 173 WARN_ON(mdp5_kms->enable_count <= 0); in mdp5_write() 174 writel(data, mdp5_kms->mmio + reg); in mdp5_write() [all …]
|
/linux/include/trace/events/ |
H A D | dma.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 #include <linux/dma-direction.h> 10 #include <linux/dma-mapping.h> 38 size_t size, enum dma_data_direction dir, unsigned long attrs), 46 __field(enum dma_data_direction, dir) 52 __entry->phys_addr = phys_addr; 53 __entry->dma_addr = dma_addr; 54 __entry->size = size; 55 __entry->dir = dir; 56 __entry->attrs = attrs; [all …]
|
/linux/drivers/leds/ |
H A D | leds-sunfire.c | 1 // 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 …]
|