Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/linux-6.1.9/tools/testing/selftests/drivers/net/netdevsim/
Dethtool-fec.sh17 $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 …]
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dcolorspaces-defs.rst10 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 …]
Dcolorspaces-details.rst15 ``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 …]
Dvidioc-subdev-enum-mbus-code.rst98 encoding. The application can ask to configure the colorspace of the
112 encoding. The application can ask to configure the Y'CbCr encoding of the
119 encoding. The application can ask to configure the HSV encoding of the
/linux-6.1.9/drivers/gpu/drm/sun4i/
Dsun8i_csc.c112 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()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h447 static inline int vmread(uint64_t encoding, uint64_t *value) in vmread() argument
453 return evmcs_vmread(encoding, value); in vmread()
457 : [encoding]"r"(encoding) in vmread()
468 static inline uint64_t vmreadz(uint64_t encoding) in vmreadz() argument
471 vmread(encoding, &value); in vmreadz()
475 static inline int vmwrite(uint64_t encoding, uint64_t value) in vmwrite() argument
480 return evmcs_vmwrite(encoding, value); in vmwrite()
484 : [value]"rm"(value), [encoding]"r"(encoding) in vmwrite()
/linux-6.1.9/drivers/media/test-drivers/vicodec/
Dcodec-fwht.c693 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 …]
Dcodec-v4l2-fwht.c220 u32 encoding; in v4l2_fwht_encode() local
240 encoding = fwht_encode_frame(&rf, &state->ref_frame, &cf, in v4l2_fwht_encode()
246 if (!(encoding & FWHT_FRAME_PCODED)) in v4l2_fwht_encode()
259 if (encoding & FWHT_LUMA_UNENCODED) in v4l2_fwht_encode()
261 if (encoding & FWHT_CB_UNENCODED) in v4l2_fwht_encode()
263 if (encoding & FWHT_CR_UNENCODED) in v4l2_fwht_encode()
265 if (encoding & FWHT_ALPHA_UNENCODED) in v4l2_fwht_encode()
267 if (!(encoding & FWHT_FRAME_PCODED)) in v4l2_fwht_encode()
/linux-6.1.9/crypto/asymmetric_keys/
Dpublic_key.c69 const char *encoding, const char *hash_algo, in software_key_determine_akcipher() argument
74 if (!encoding) in software_key_determine_akcipher()
81 if (strcmp(encoding, "pkcs1") == 0) { in software_key_determine_akcipher()
92 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
101 if (strcmp(encoding, "x962") != 0) in software_key_determine_akcipher()
119 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
126 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
160 ret = software_key_determine_akcipher(pkey, params->encoding, in software_key_query()
225 ret = software_key_determine_akcipher(pkey, params->encoding, in software_key_eds_op()
389 ret = software_key_determine_akcipher(pkey, sig->encoding, in public_key_verify_signature()
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_btf.h15 #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)
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dsyscall.c24 #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)
/linux-6.1.9/net/mac80211/
Dairtime.c430 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 …]
/linux-6.1.9/drivers/net/wan/
Dhdlc_raw.c67 if (new_settings.encoding == ENCODING_DEFAULT) in raw_ioctl()
68 new_settings.encoding = ENCODING_NRZ; in raw_ioctl()
73 result = hdlc->attach(dev, new_settings.encoding, in raw_ioctl()
Dhdlc_raw_eth.c83 if (new_settings.encoding == ENCODING_DEFAULT) in raw_eth_ioctl()
84 new_settings.encoding = ENCODING_NRZ; in raw_eth_ioctl()
89 result = hdlc->attach(dev, new_settings.encoding, in raw_eth_ioctl()
/linux-6.1.9/arch/sh/kernel/
Ddwarf.c224 char encoding) in dwarf_read_encoded_value() argument
229 switch (encoding & 0x70) { in dwarf_read_encoded_value()
236 pr_debug("encoding=0x%x\n", (encoding & 0x70)); in dwarf_read_encoded_value()
240 if ((encoding & 0x07) == 0x00) in dwarf_read_encoded_value()
241 encoding |= DW_EH_PE_udata4; in dwarf_read_encoded_value()
243 switch (encoding & 0x0f) { in dwarf_read_encoded_value()
251 pr_debug("encoding=0x%x\n", encoding); in dwarf_read_encoded_value()
809 cie->encoding = *(char *)p++; in dwarf_parse_cie()
892 if (cie->encoding) in dwarf_parse_fde()
894 cie->encoding); in dwarf_parse_fde()
[all …]
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dlibipw_wx.c300 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_set_encode()
466 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_get_encode()
507 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_set_encodeext() local
519 idx = encoding->flags & IW_ENCODE_INDEX; in libipw_wx_set_encodeext()
541 if ((encoding->flags & IW_ENCODE_DISABLED) || in libipw_wx_set_encodeext()
669 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_get_encodeext() local
674 max_key_len = encoding->length - sizeof(*ext); in libipw_wx_get_encodeext()
678 idx = encoding->flags & IW_ENCODE_INDEX; in libipw_wx_get_encodeext()
691 encoding->flags = idx + 1; in libipw_wx_get_encodeext()
697 encoding->flags |= IW_ENCODE_DISABLED; in libipw_wx_get_encodeext()
[all …]
/linux-6.1.9/drivers/pci/pcie/
Daspm.c306 u32 encoding = (lnkcap & PCI_EXP_LNKCAP_L0SEL) >> 12; in calc_l0s_latency() local
308 if (encoding == 0x7) in calc_l0s_latency()
310 return (64 << encoding); in calc_l0s_latency()
314 static u32 calc_l0s_acceptable(u32 encoding) in calc_l0s_acceptable() argument
316 if (encoding == 0x7) in calc_l0s_acceptable()
318 return (64 << encoding); in calc_l0s_acceptable()
324 u32 encoding = (lnkcap & PCI_EXP_LNKCAP_L1EL) >> 15; in calc_l1_latency() local
326 if (encoding == 0x7) in calc_l1_latency()
328 return (1000 << encoding); in calc_l1_latency()
332 static u32 calc_l1_acceptable(u32 encoding) in calc_l1_acceptable() argument
[all …]
/linux-6.1.9/Documentation/bpf/
Dbtf.rst53 The magic is ``0xeB9F``, which has different encoding for big and little
123 The following sections detail encoding of each kind.
128 ``struct btf_type`` encoding requirement:
148 bool, for the int type. The char and bool encoding are mostly useful for
149 pretty print. At most one encoding can be specified for the int type.
174 bitfield encoding. Currently, both llvm and pahole generate
180 ``struct btf_type`` encoding requirement:
192 ``struct btf_type`` encoding requirement:
207 The ``struct btf_array`` encoding:
237 ``struct btf_type`` encoding requirement:
[all …]
/linux-6.1.9/security/integrity/
Ddigsig_asymmetric.c113 pks.encoding = "pkcs1"; in asymmetric_verify()
116 pks.encoding = "x962"; in asymmetric_verify()
119 pks.encoding = "raw"; in asymmetric_verify()
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_wx.c275 struct iw_point *erq = &(wrqu->encoding); in ieee80211_wx_set_encode()
447 struct iw_point *erq = &(wrqu->encoding); in ieee80211_wx_get_encode()
494 struct iw_point *encoding = &wrqu->encoding; in ieee80211_wx_set_encode_ext() local
505 idx = encoding->flags & IW_ENCODE_INDEX; in ieee80211_wx_set_encode_ext()
531 if ((encoding->flags & IW_ENCODE_DISABLED) || in ieee80211_wx_set_encode_ext()
658 struct iw_point *encoding = &wrqu->encoding; in ieee80211_wx_get_encode_ext() local
663 max_key_len = encoding->length - sizeof(*ext); in ieee80211_wx_get_encode_ext()
667 idx = encoding->flags & IW_ENCODE_INDEX; in ieee80211_wx_get_encode_ext()
681 encoding->flags = idx + 1; in ieee80211_wx_get_encode_ext()
687 encoding->flags |= IW_ENCODE_DISABLED; in ieee80211_wx_get_encode_ext()
[all …]
/linux-6.1.9/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-msg-format.h60 u32 encoding; /* FourCC specifying encoding of the elementary member
86 u32 encoding; /* FourCC specifying encoding of the elementary member
/linux-6.1.9/Documentation/staging/
Dlzo.rst35 The first byte of the block follows a different encoding from other bytes, it
43 around 255:1). The variable length encoding using #bits is always the same::
79 encoding.
87 length encoding. This improves speed for data with many zeros, which is a
92 (lzo and lzo-rle). Differences in the encoding are noted in this document with
98 First byte encoding::
100 0..16 : follow regular instruction encoding, see below. It is worth
120 Instruction encoding::
125 encoding will be a copy of 4 or more literal, and must be interpreted
199 encoding. The code is tricky, it is possible that this document contains
/linux-6.1.9/Documentation/userspace-api/media/rc/
Drc-protos.rst32 This IR protocol uses manchester encoding to encode 14 bits. There is a
35 The scancode encoding is *not* consistent with the lirc daemon (lircd) rc5
79 This is done so it the scancodes and encoding is compatible with existing
191 The sony protocol is a pulse-width encoding. There are three variants,
192 which just differ in number of bits and scancode encoding.
218 The sony protocol is a pulse-width encoding. There are three variants,
219 which just differ in number of bits and scancode encoding.
245 The sony protocol is a pulse-width encoding. There are three variants,
246 which just differ in number of bits and scancode encoding.
305 The scancode has a somewhat unusual encoding.
/linux-6.1.9/Documentation/devicetree/bindings/input/
Drotary-encoder.txt23 - rotary-encoder,encoding: String, the method used to encode steps.
39 rotary-encoder,encoding = "gray";
48 rotary-encoder,encoding = "binary";
/linux-6.1.9/fs/exfat/
DKconfig19 converting between the encoding that is used for user visible
20 filenames and the UTF-16 character encoding that the exFAT

12345678910>>...13