/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | ethtool-fec.sh | 17 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto 25 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o 33 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o 41 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o 49 $ETHTOOL --set-fec $NSIM_NETDEV encoding rs llrs 55 $ETHTOOL --set-fec $NSIM_NETDEV encoding rs off auto 62 $ETHTOOL --set-fec $NSIM_NETDEV encoding FIBRE 2>/dev/null 65 $ETHTOOL --set-fec $NSIM_NETDEV encoding bla-bla-bla 2>/dev/null 71 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto 79 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto RS [all …]
|
/openbmc/qemu/docs/interop/ |
H A D | vnc-ledstate-pseudo-encoding.rst | 1 VNC LED state Pseudo-encoding 7 This document describes the Pseudo-encoding of LED state for RFB which 17 To solve this problem it attempts to add LED state Pseudo-encoding 20 Pseudo-encoding 23 This Pseudo-encoding requested by client declares to server that it supports 26 The Pseudo-encoding number for LED state defined as: 31 -261 'LED state Pseudo-encoding' 34 LED state Pseudo-encoding 37 The LED state Pseudo-encoding describes the encoding of LED state which
|
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-pipe.c | 41 .encoding = MXC_ISI_ENC_YUV, 46 .encoding = MXC_ISI_ENC_YUV, 53 .encoding = MXC_ISI_ENC_RGB, 59 .encoding = MXC_ISI_ENC_RGB, 67 .encoding = MXC_ISI_ENC_RAW, 73 .encoding = MXC_ISI_ENC_RAW, 79 .encoding = MXC_ISI_ENC_RAW, 85 .encoding = MXC_ISI_ENC_RAW, 91 .encoding = MXC_ISI_ENC_RAW, 97 .encoding = MXC_ISI_ENC_RAW, [all …]
|
H A D | imx8-isi-video.c | 49 .encoding = MXC_ISI_ENC_YUV, 58 .encoding = MXC_ISI_ENC_YUV, 69 .encoding = MXC_ISI_ENC_YUV, 80 .encoding = MXC_ISI_ENC_YUV, 91 .encoding = MXC_ISI_ENC_YUV, 102 .encoding = MXC_ISI_ENC_YUV, 113 .encoding = MXC_ISI_ENC_YUV, 126 .encoding = MXC_ISI_ENC_RGB, 137 .encoding = MXC_ISI_ENC_RGB, 148 .encoding = MXC_ISI_ENC_RGB, [all …]
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu_bits.h | 37 static inline uint32_t parse_bits(uint32_t encoding) in parse_bits() argument 40 return extract32(encoding, 14, 2); in parse_bits() 43 static inline uint32_t iclass_bits(uint32_t encoding) in iclass_bits() argument 46 uint32_t iclass = extract32(encoding, 28, 4); in iclass_bits() 48 if (parse_bits(encoding) == 0) { in iclass_bits()
|
H A D | decode.c | 434 static uint32_t get_duplex_iclass(uint32_t encoding) in get_duplex_iclass() argument 436 uint32_t iclass = extract32(encoding, 13, 1); in get_duplex_iclass() 437 iclass = deposit32(iclass, 1, 3, extract32(encoding, 29, 3)); in get_duplex_iclass() 472 static uint16_t get_slot0_subinsn(uint32_t encoding) in get_slot0_subinsn() argument 474 return extract32(encoding, 0, 13); in get_slot0_subinsn() 477 static uint16_t get_slot1_subinsn(uint32_t encoding) in get_slot1_subinsn() argument 479 return extract32(encoding, 16, 13); in get_slot1_subinsn() 483 decode_insns(DisasContext *ctx, Insn *insn, uint32_t encoding) in decode_insns() argument 485 if (parse_bits(encoding) != 0) { in decode_insns() 486 if (decode_normal(ctx, encoding) || in decode_insns() [all …]
|
H A D | gen_dectree_import.c | 61 [TAG] = { .encoding = ENCSTR }, 63 [TAG] = { .encoding = ENCSTR, .enc_class = CLASS }, 65 [TAG] = { .encoding = ENCSTR, .enc_class = CLASS }, 86 const char *tmp = opcode_encodings[opcode].encoding; in get_opcode_enc() 95 const char *tmp = opcode_encodings[opcode].encoding; in get_opcode_enc_class()
|
H A D | opcodes.c | 55 [OPCODE] = { .encoding = ENCSTR }, 58 [OPCODE] = { .encoding = ENCSTR, .enc_class = CLASS }, 61 [OPCODE] = { .encoding = ENCSTR, .enc_class = CLASS },
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | dammit.py | 391 def _usable(self, encoding, tried): argument 398 if encoding is not None: 399 encoding = encoding.lower() 400 if encoding in self.exclude_encodings: 402 if encoding not in tried: 403 tried.add(encoding) 458 encoding = None 461 return data, encoding 464 encoding = 'utf-16be' 468 encoding = 'utf-16le' [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces-defs.rst | 10 default Y'CbCr encoding and the default quantization method. The second 13 transfer functions. The third is the Y'CbCr encoding identifier (enum 29 :c:type:`v4l2_hsv_encoding` specifies which encoding is used. 116 - Use the default Y'CbCr encoding as defined by the colorspace. 118 - Use the BT.601 Y'CbCr encoding. 120 - Use the Rec. 709 Y'CbCr encoding. 122 - Use the extended gamut xvYCC BT.601 encoding. 124 - Use the extended gamut xvYCC Rec. 709 encoding. 126 - Use the default non-constant luminance BT.2020 Y'CbCr encoding. 128 - Use the constant luminance BT.2020 Yc'CbcCrc encoding. [all …]
|
H A D | colorspaces-details.rst | 15 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is 67 the following ``V4L2_YCBCR_ENC_601`` encoding: 93 default Y'CbCr encoding is ``V4L2_YCBCR_ENC_709``. The default Y'CbCr 122 extended gamut xvYCC encoding values outside that range are allowed. 143 the following ``V4L2_YCBCR_ENC_709`` encoding: 159 The ``V4L2_YCBCR_ENC_709`` encoding described above is the default for 161 in which case the BT.601 Y'CbCr encoding is used. 166 The xvYCC 709 encoding (``V4L2_YCBCR_ENC_XV709``, :ref:`xvycc`) is 167 similar to the Rec. 709 encoding, but it allows for R', G' and B' values 179 The xvYCC 601 encoding (``V4L2_YCBCR_ENC_XV601``, :ref:`xvycc`) is [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _lxml.py | 101 def default_parser(self, encoding): argument 111 target=self, strip_cdata=False, recover=True, encoding=encoding) 113 def parser_for(self, encoding): argument 120 parser = self.default_parser(encoding) 125 target=self, strip_cdata=False, recover=True, encoding=encoding 218 for encoding in detector.encodings: 219 yield (detector.markup, encoding, document_declared_encoding, False) 373 def default_parser(self, encoding): argument 377 encoding = self.soup.original_encoding 379 self.parser = self.parser_for(encoding)
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_csc.c | 112 enum drm_color_encoding encoding, in sun8i_csc_set_coefficients() argument 119 table = yuv2rgb[range][encoding]; in sun8i_csc_set_coefficients() 145 enum drm_color_encoding encoding, in sun8i_de3_ccsc_set_coefficients() argument 152 table = yuv2rgb_de3[range][encoding]; in sun8i_de3_ccsc_set_coefficients() 210 enum drm_color_encoding encoding, in sun8i_csc_set_ccsc_coefficients() argument 217 mode, encoding, range); in sun8i_csc_set_ccsc_coefficients() 224 mode, encoding, range); in sun8i_csc_set_ccsc_coefficients()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 452 static inline int vmread(uint64_t encoding, uint64_t *value) in vmread() argument 458 return evmcs_vmread(encoding, value); in vmread() 462 : [encoding]"r"(encoding) in vmread() 473 static inline uint64_t vmreadz(uint64_t encoding) in vmreadz() argument 476 vmread(encoding, &value); in vmreadz() 480 static inline int vmwrite(uint64_t encoding, uint64_t value) in vmwrite() argument 485 return evmcs_vmwrite(encoding, value); in vmwrite() 489 : [value]"rm"(value), [encoding]"r"(encoding) in vmwrite()
|
/openbmc/linux/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 693 u32 encoding = 0; in encode_plane() local 716 encoding |= FWHT_FRAME_PCODED; in encode_plane() 747 encoding |= FWHT_FRAME_UNENCODED; in encode_plane() 755 if (encoding & FWHT_FRAME_UNENCODED) { in encode_plane() 772 encoding &= ~FWHT_FRAME_PCODED; in encode_plane() 774 return encoding; in encode_plane() 787 u32 encoding; in fwht_encode_frame() local 790 encoding = encode_plane(frm->luma, ref_frm->luma, &rlco, rlco_max, cf, in fwht_encode_frame() 793 if (encoding & FWHT_FRAME_UNENCODED) in fwht_encode_frame() 794 encoding |= FWHT_LUMA_UNENCODED; in fwht_encode_frame() [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | public_key.c | 68 const char *encoding, const char *hash_algo, in software_key_determine_akcipher() argument 76 if (!encoding) in software_key_determine_akcipher() 83 if (strcmp(encoding, "pkcs1") == 0) { in software_key_determine_akcipher() 97 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher() 107 if (strcmp(encoding, "x962") != 0) in software_key_determine_akcipher() 125 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher() 132 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher() 168 ret = software_key_determine_akcipher(pkey, params->encoding, in software_key_query() 205 if (strcmp(params->encoding, "pkcs1") == 0) { in software_key_query() 287 ret = software_key_determine_akcipher(pkey, params->encoding, in software_key_eds_op() [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | reg_mut.c | 33 #define WRITE_REG_ENCODED(output, reg_name, input, encoding) \ argument 35 encoding "\n\t" \ 41 #define WRITE_REG_PAIR_ENCODED(output, reg_name, input, encoding) \ argument 43 encoding "\n\t" \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/ |
H A D | unknown-encoding.patch | 1 In case of an unknown/invalid encoding, id3_parse_string() will 18 encoding = id3_parse_uint(&data, 1); 19 string = id3_parse_string(&data, end - data, encoding, 0); 35 + /* FIXME: Unknown encoding! Print warning? */
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pyruvate-crates.inc | 21 crate://crates.io/encoding/0.2.33 \ 22 crate://crates.io/encoding-index-japanese/1.20141219.5 \ 23 crate://crates.io/encoding-index-korean/1.20141219.5 \ 24 crate://crates.io/encoding-index-simpchinese/1.20141219.5 \ 25 crate://crates.io/encoding-index-singlebyte/1.20141219.5 \ 26 crate://crates.io/encoding-index-tradchinese/1.20141219.5 \ 128 SRC_URI[encoding-0.2.33.sha256sum] = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d3… 129 SRC_URI[encoding-index-japanese-1.20141219.5.sha256sum] = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d9… 130 SRC_URI[encoding-index-korean-1.20141219.5.sha256sum] = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c8… 131 SRC_URI[encoding-index-simpchinese-1.20141219.5.sha256sum] = "d87a7194909b9118fc707194baa434a4e3b0f… [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | neon-ls.decode | 22 # Encodings for Neon load/store instructions where the T32 encoding 23 # is a simple transformation of the A32 encoding. 24 # More specifically, this file covers instructions where the A32 encoding is 26 # and the T32 encoding is 28 # This file works on the A32 encoding only; calling code for T32 has to
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | fix-standard-namespace-errors.patch | 20 - size_t GetEncodedSize(uint8_t encoding); 21 + std::size_t GetEncodedSize(uint8_t encoding); 23 bool AdjustEncodedValue(uint8_t encoding, uint64_t* value);
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | fix-standard-namespace-errors.patch | 20 - size_t GetEncodedSize(uint8_t encoding); 21 + std::size_t GetEncodedSize(uint8_t encoding); 23 bool AdjustEncodedValue(uint8_t encoding, uint64_t* value);
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 15 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument 16 ((encoding) << 24 | (bits_offset) << 16 | (nr_bits)) 17 #define BTF_TYPE_INT_ENC(name, encoding, bits_offset, bits, sz) \ argument 19 BTF_INT_ENC(encoding, bits_offset, bits)
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | syscall.c | 24 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument 25 ((encoding) << 24 | (bits_offset) << 16 | (nr_bits)) 26 #define BTF_TYPE_INT_ENC(name, encoding, bits_offset, bits, sz) \ argument 28 BTF_INT_ENC(encoding, bits_offset, bits)
|
/openbmc/linux/net/mac80211/ |
H A D | airtime.c | 430 switch (status->encoding) { in ieee80211_get_rate_duration() 451 if (WARN_ON_ONCE((status->encoding != RX_ENC_HE && streams > 4) || in ieee80211_get_rate_duration() 452 (status->encoding == RX_ENC_HE && streams > 8))) in ieee80211_get_rate_duration() 473 if (status->encoding == RX_ENC_LEGACY) { in ieee80211_calc_rx_airtime() 521 stat->encoding = RX_ENC_HE; in ieee80211_fill_rate_info() 523 stat->encoding = RX_ENC_VHT; in ieee80211_fill_rate_info() 525 stat->encoding = RX_ENC_HT; in ieee80211_fill_rate_info() 527 stat->encoding = RX_ENC_LEGACY; in ieee80211_fill_rate_info() 534 if (stat->encoding != RX_ENC_LEGACY) in ieee80211_fill_rate_info() 580 stat->encoding = RX_ENC_VHT; in ieee80211_fill_rx_status() [all …]
|