/linux/drivers/gpu/drm/msm/registers/adreno/ |
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"> 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 --> 17 <value name="HLSQ_BLOCK_ID_TP_TEX" value="2"/> 18 <value name="HLSQ_BLOCK_ID_TP_MIPMAP" value="3"/> 19 <value name="HLSQ_BLOCK_ID_SP_VS" value="4"/> [all …]
|
H A D | a4xx.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 <value name="RB4_A8_UNORM" value="0x01"/> 11 <value name="RB4_R8_UNORM" value="0x02"/> 12 <value name="RB4_R8_SNORM" value="0x03"/> 13 <value name="RB4_R8_UINT" value="0x04"/> 14 <value name="RB4_R8_SINT" value="0x05"/> 16 <value name="RB4_R4G4B4A4_UNORM" value="0x08"/> 17 <value name="RB4_R5G5B5A1_UNORM" value="0x0a"/> [all …]
|
H A D | a6xx.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 <!-- 12 - "cmd" - the register is used outside of renderpass and blits, 14 - "rp_blit" - the register is used inside renderpass or blits 21 --> 23 <!-- these might be same as a5xx --> 25 <value name="TILE6_LINEAR" value="0"/> 26 <value name="TILE6_2" value="2"/> [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"> 11 <value name="DITHER_PIXEL" value="0"/> 12 <value name="DITHER_SUBPIXEL" value="1"/> 16 <value name="COLORX_4_4_4_4" value="0"/> 17 <value name="COLORX_1_5_5_5" value="1"/> 18 <value name="COLORX_5_6_5" value="2"/> 19 <value name="COLORX_8" value="3"/> 20 <value name="COLORX_8_8" value="4"/> [all …]
|
H A D | a5xx.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 <value value="0x02" name="RB5_A8_UNORM"/> 11 <value value="0x03" name="RB5_R8_UNORM"/> 12 <value value="0x04" name="RB5_R8_SNORM"/> 13 <value value="0x05" name="RB5_R8_UINT"/> 14 <value value="0x06" name="RB5_R8_SINT"/> 15 <value value="0x08" name="RB5_R4G4B4A4_UNORM"/> 16 <value value="0x0a" name="RB5_R5G5B5A1_UNORM"/> [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"> 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"/> 19 <value name="CACHE_FLUSH" value="6" variants="A2XX-A4XX"/> [all …]
|
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"> 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"/> 17 <value name="PC_DRAW_POINTS" value="0"/> [all …]
|
/linux/drivers/gpu/drm/msm/registers/display/ |
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"> 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"/> 14 <value name="VID_DST_FORMAT_RGB565" value="0"/> 15 <value name="VID_DST_FORMAT_RGB666" value="1"/> 16 <value name="VID_DST_FORMAT_RGB666_LOOSE" value="2"/> 17 <value name="VID_DST_FORMAT_RGB888" value="3"/> [all …]
|
H A D | mdp4.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"> 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"/> 16 <value name="VG3" value="5"/> 17 <value name="VG4" value="6"/> [all …]
|
/linux/Documentation/netlink/specs/ |
H A D | nftables.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 4 protocol: netlink-raw 11 - 13 type: struct 15 - 16 name: nfgen-family 17 type: u8 18 - 20 type: u8 21 - [all …]
|
H A D | tc.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 4 protocol: netlink-raw 5 uapi-header: linux/pkt_cls.h 13 - 15 type: struct 18 - 20 type: u8 21 - 23 type: pad 25 - [all …]
|
H A D | devlink.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 10 - 11 type: enum 12 name: sb-pool-type 14 - 16 - 18 - 19 type: enum 20 name: port-type [all …]
|
H A D | ethtool.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 8 uapi-header: linux/ethtool_netlink_generated.h 10 c-family-name: ethtool-genl-name 11 c-version-name: ethtool-genl-version 14 - 15 name: udp-tunnel-type 16 enum-name: 17 type: enum 18 entries: [ vxlan, geneve, vxlan-gpe ] [all …]
|
H A D | dpll.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 8 - 9 type: enum 16 - 19 value: 1 20 - 23 render-max: true 24 - 25 type: enum 26 name: lock-status [all …]
|
H A D | nlctrl.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 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 14 type: flags 15 enum-name: 17 - admin-perm 18 - cmd-cap-do [all …]
|
/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 10 type: string 11 pattern: ^[0-9a-z-]+$ 12 name-cap: 13 type: string 14 pattern: ^[0-9a-zA-Z-]+$ 16 type: integer [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 10 type: string 11 pattern: ^[0-9a-z-]+$ 13 type: integer 15 len-or-define: 16 type: [ string, integer ] 17 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 10 type: string 11 pattern: ^[0-9a-z-]+$ 13 type: integer 15 len-or-define: 16 type: [ string, integer ] 17 pattern: ^[0-9A-Za-z_-]+( - 1)?$ [all …]
|
/linux/tools/net/ynl/pyynl/lib/ |
H A D | ynl.py | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 99 'binary', 'string', 'nul-string', 100 'nested', 'nested-array', 106 self.error = -nl_msg.error 131 self.type = self._type & ~Netlink.NLA_TYPE_MASK 141 return format.big if byte_order == "big-endian" \ 151 raise Exception(f"Auto-scalar len payload be 4 or 8 bytes, got {len(self.raw)}") 157 return self.raw.decode('ascii')[:-1] 162 def as_c_array(self, type): argument 163 format = self.get_format(type) [all …]
|
/linux/arch/mips/include/asm/ |
H A D | unaligned-emul.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 8 #define _LoadHW(addr, value, res, type) \ argument 11 "1:\t"type##_lb("%0", "0(%2)")"\n" \ 12 "2:\t"type##_lbu("$1", "1(%2)")"\n\t"\ 26 : "=&r" (value), "=r" (res) \ 27 : "r" (addr), "i" (-EFAULT)); \ 31 #define _LoadW(addr, value, res, type) \ argument 34 "1:\t"type##_lwl("%0", "(%2)")"\n" \ 35 "2:\t"type##_lwr("%0", "3(%2)")"\n\t"\ 47 : "=&r" (value), "=r" (res) \ [all …]
|
/linux/sound/core/ |
H A D | control_compat.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 31 return -EFAULT; in snd_ctl_elem_list_compat() 33 if (get_user(ptr, &data32->pids)) in snd_ctl_elem_list_compat() 34 return -EFAULT; in snd_ctl_elem_list_compat() 41 return -EFAULT; in snd_ctl_elem_list_compat() 52 s32 type; member 75 } value; member 82 struct snd_card *card = ctl->card; in snd_ctl_elem_info_compat() 88 return -ENOMEM; in snd_ctl_elem_info_compat() 91 if (copy_from_user(&data->id, &data32->id, sizeof(data->id))) in snd_ctl_elem_info_compat() [all …]
|
/linux/scripts/gendwarfksyms/ |
H A D | kabi.c | 1 // SPDX-License-Identifier: GPL-2.0 16 * The rule section consists of four null-terminated strings per 22 * 2. type 23 * Type of the kABI rule. Must be one of the tags defined below. 26 * Rule-dependent target, typically the fully qualified name of 29 * 4. value 30 * Rule-dependent value. 33 (/* version\0 */ 2 + /* type\0 */ 2 + /* target\0" */ 1 + \ 34 /* value\0 */ 1) 39 * - For the struct/enum/union in the target field, treat it as a [all …]
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,q6v5.txt | 6 - compatible: 8 Value type: <string> 10 "qcom,ipq8074-wcss-pil" 11 "qcom,qcs404-wcss-pil" 13 - reg: 15 Value type: <prop-encoded-array> 19 - reg-names: 21 Value type: <stringlist> 24 - interrupts-extended: 26 Value type: <prop-encoded-array> [all …]
|
/linux/fs/orangefs/ |
H A D | acl.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * See COPYING in top-level directory. 9 #include "orangefs-kernel.h" 10 #include "orangefs-bufmap.h" 13 struct posix_acl *orangefs_get_acl(struct inode *inode, int type, bool rcu) in orangefs_get_acl() argument 17 char *key = NULL, *value = NULL; in orangefs_get_acl() local 20 return ERR_PTR(-ECHILD); in orangefs_get_acl() 22 switch (type) { in orangefs_get_acl() 30 gossip_err("orangefs_get_acl: bogus value of type %d\n", type); in orangefs_get_acl() 31 return ERR_PTR(-EINVAL); in orangefs_get_acl() [all …]
|
/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 55 * `type`:: 56 * holds the type of the option, you must have an OPTION_END last in your 65 * `value`:: 89 * default value to fill (*->value) with for PARSE_OPT_OPTARG. 91 * the value when met. 98 enum parse_opt_type type; member 101 void *value; member 114 #define check_vtype(v, type) ( BUILD_BUG_ON_ZERO(!__builtin_types_compatible_p(typeof(v), type)) + … argument 116 #define OPT_END() { .type = OPTION_END } [all …]
|