| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | ethtool-fec.sh | 21 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto 29 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o 37 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o 45 $ETHTOOL --set-fec $NSIM_NETDEV encoding $o 53 $ETHTOOL --set-fec $NSIM_NETDEV encoding rs llrs 59 $ETHTOOL --set-fec $NSIM_NETDEV encoding rs off auto 66 $ETHTOOL --set-fec $NSIM_NETDEV encoding FIBRE 2>/dev/null 69 $ETHTOOL --set-fec $NSIM_NETDEV encoding bla-bla-bla 2>/dev/null 75 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto 83 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto RS [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces-defs.rst | 11 default Y'CbCr encoding and the default quantization method. The second 14 transfer functions. The third is the Y'CbCr encoding identifier (enum 30 :c:type:`v4l2_hsv_encoding` specifies which encoding is used. 117 - Use the default Y'CbCr encoding as defined by the colorspace. 119 - Use the BT.601 Y'CbCr encoding. 121 - Use the Rec. 709 Y'CbCr encoding. 123 - Use the extended gamut xvYCC BT.601 encoding. 125 - Use the extended gamut xvYCC Rec. 709 encoding. 127 - Use the default non-constant luminance BT.2020 Y'CbCr encoding. 129 - Use the constant luminance BT.2020 Yc'CbcCrc encoding. [all …]
|
| H A D | colorspaces-details.rst | 16 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is 68 the following ``V4L2_YCBCR_ENC_601`` encoding: 94 default Y'CbCr encoding is ``V4L2_YCBCR_ENC_709``. The default Y'CbCr 123 extended gamut xvYCC encoding values outside that range are allowed. 144 the following ``V4L2_YCBCR_ENC_709`` encoding: 160 The ``V4L2_YCBCR_ENC_709`` encoding described above is the default for 162 in which case the BT.601 Y'CbCr encoding is used. 167 The xvYCC 709 encoding (``V4L2_YCBCR_ENC_XV709``, :ref:`xvycc`) is 168 similar to the Rec. 709 encoding, but it allows for R', G' and B' values 180 The xvYCC 601 encoding (``V4L2_YCBCR_ENC_XV601``, :ref:`xvycc`) is [all …]
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 450 static inline int vmread(uint64_t encoding, uint64_t *value) in vmread() argument 456 return evmcs_vmread(encoding, value); in vmread() 458 __asm__ __volatile__("vmread %[encoding], %[value]; setna %[ret]" in vmread() 460 : [encoding]"r"(encoding) in vmread() 471 static inline uint64_t vmreadz(uint64_t encoding) in vmreadz() argument 474 vmread(encoding, &value); in vmreadz() 478 static inline int vmwrite(uint64_t encoding, uint64_t value) in vmwrite() argument 483 return evmcs_vmwrite(encoding, value); in vmwrite() 485 __asm__ __volatile__ ("vmwrite %[value], %[encoding]; setn in vmwrite() [all...] |
| /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 …]
|
| H A D | codec-v4l2-fwht.c | 220 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/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)
|
| /linux/net/mac80211/ |
| H A D | airtime.c | 536 switch (status->encoding) { in ieee80211_get_rate_duration() 562 switch (status->encoding) { in ieee80211_get_rate_duration() 592 if (status->encoding == RX_ENC_LEGACY) { in ieee80211_calc_rx_airtime() 640 stat->encoding = RX_ENC_EHT; in ieee80211_fill_rate_info() 642 stat->encoding = RX_ENC_HE; in ieee80211_fill_rate_info() 644 stat->encoding = RX_ENC_VHT; in ieee80211_fill_rate_info() 646 stat->encoding = RX_ENC_HT; in ieee80211_fill_rate_info() 648 stat->encoding = RX_ENC_LEGACY; in ieee80211_fill_rate_info() 653 switch (stat->encoding) { in ieee80211_fill_rate_info() 662 if (stat->encoding != RX_ENC_LEGACY) in ieee80211_fill_rate_info() [all …]
|
| /linux/drivers/net/wan/ |
| H A D | hdlc_raw.c | 67 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()
|
| H A D | hdlc_raw_eth.c | 83 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()
|
| H A D | hd64572.c | 416 switch (port->encoding) { in sca_open() 496 static int sca_attach(struct net_device *dev, unsigned short encoding, in sca_attach() argument 499 if (encoding != ENCODING_NRZ && in sca_attach() 500 encoding != ENCODING_NRZI && in sca_attach() 501 encoding != ENCODING_FM_MARK && in sca_attach() 502 encoding != ENCODING_FM_SPACE && in sca_attach() 503 encoding != ENCODING_MANCHESTER) in sca_attach() 513 dev_to_port(dev)->encoding = encoding; in sca_attach()
|
| /linux/arch/sh/kernel/ |
| H A D | dwarf.c | 224 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/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_wx.c | 297 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_set_encode() 463 struct iw_point *erq = &(wrqu->encoding); in libipw_wx_get_encode() 504 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_set_encodeext() local 516 idx = encoding->flags & IW_ENCODE_INDEX; in libipw_wx_set_encodeext() 538 if ((encoding->flags & IW_ENCODE_DISABLED) || in libipw_wx_set_encodeext() 666 struct iw_point *encoding = &wrqu->encoding; in libipw_wx_get_encodeext() local 671 max_key_len = encoding->length - sizeof(*ext); in libipw_wx_get_encodeext() 675 idx = encoding->flags & IW_ENCODE_INDEX; in libipw_wx_get_encodeext() 688 encoding->flags = idx + 1; in libipw_wx_get_encodeext() 694 encoding->flags |= IW_ENCODE_DISABLED; in libipw_wx_get_encodeext() [all …]
|
| /linux/security/integrity/ |
| H A D | digsig_asymmetric.c | 113 pks.encoding = "pkcs1"; in asymmetric_verify() 116 pks.encoding = "x962"; in asymmetric_verify() 118 pks.encoding = "raw"; in asymmetric_verify()
|
| /linux/tools/perf/util/ |
| H A D | tp_pmu.c | 112 char encoding[16 + 22]; in for_each_event_cb() local 130 snprintf(encoding, sizeof(encoding), "tracepoint/config=0x%x/", id); in for_each_event_cb() 131 info.encoding_desc = encoding; in for_each_event_cb()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | toeplitz.py | 28 with open(rps_file, "r", encoding="utf-8") as fp: 34 with open(rfs_file, "r", encoding="utf-8") as fp: 42 encoding="utf-8") as fp: 102 with open(rps_file, "w", encoding="utf-8") as fp:
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_audio.c | 274 enum dp_link_encoding encoding, in get_audio_layout_config() argument 280 if (encoding == DP_8b_10b_ENCODING) { in get_audio_layout_config() 290 } else if (encoding == DP_128b_132b_ENCODING) { in get_audio_layout_config() 304 enum dp_link_encoding encoding, in get_av_stream_map_lane_count() argument 310 if (encoding == DP_8b_10b_ENCODING) { in get_av_stream_map_lane_count() 315 } else if (encoding == DP_128b_132b_ENCODING) { in get_av_stream_map_lane_count() 325 enum dp_link_encoding encoding, in get_audio_sdp_overhead() argument 331 if (encoding == DP_8b_10b_ENCODING) { in get_audio_sdp_overhead() 336 } else if (encoding == DP_128b_132b_ENCODING) { in get_audio_sdp_overhead() 481 if (!dp_link_info->is_mst && dp_link_info->encoding == DP_8b_10b_ENCODING) in check_audio_bandwidth_dp() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | syscall.c | 31 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ argument 32 ((encoding) << 24 | (bits_offset) << 16 | (nr_bits)) 33 #define BTF_TYPE_INT_ENC(name, encoding, bits_offset, bits, sz) \ argument 35 BTF_INT_ENC(encoding, bits_offset, bits)
|
| /linux/drivers/platform/raspberrypi/vchiq-mmal/ |
| H A D | mmal-msg-format.h | 60 u32 encoding; /* FourCC specifying encoding of the elementary member 86 u32 encoding; /* FourCC specifying encoding of the elementary member
|
| /linux/drivers/pci/pcie/ |
| H A D | aspm.c | 480 u32 encoding = FIELD_GET(PCI_EXP_LNKCAP_L0SEL, lnkcap); in calc_l0s_latency() local 482 if (encoding == 0x7) in calc_l0s_latency() 484 return (64 << encoding); in calc_l0s_latency() 488 static u32 calc_l0s_acceptable(u32 encoding) in calc_l0s_acceptable() argument 490 if (encoding == 0x7) in calc_l0s_acceptable() 492 return (64 << encoding); in calc_l0s_acceptable() 498 u32 encoding = FIELD_GET(PCI_EXP_LNKCAP_L1EL, lnkcap); in calc_l1_latency() local 500 if (encoding == 0x7) in calc_l1_latency() 502 return NSEC_PER_USEC << encoding; in calc_l1_latency() 506 static u32 calc_l1_acceptable(u32 encoding) in calc_l1_acceptable() argument [all …]
|
| /linux/Documentation/staging/ |
| H A D | lzo.rst | 35 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/Documentation/userspace-api/media/rc/ |
| H A D | rc-protos.rst | 32 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/Documentation/sphinx/ |
| H A D | kernel_include.py | 138 'encoding': directives.encoding, 155 def read_rawtext(self, path, encoding): argument 160 encoding=encoding, 386 encoding = self.options.get("encoding", 395 rawtext = self.read_rawtext(path, encoding)
|
| /linux/drivers/input/misc/ |
| H A D | rotary_encoder.c | 42 enum rotary_encoder_encoding encoding; member 65 if (encoder->encoding == ROTENC_GRAY && ret & 1) in rotary_encoder_get_state() 217 encoder->encoding = ROTENC_GRAY; in rotary_encoder_probe() 221 encoder->encoding = ROTENC_BINARY; in rotary_encoder_probe()
|
| /linux/fs/exfat/ |
| H A D | Kconfig | 21 converting between the encoding that is used for user visible 22 filenames and the UTF-16 character encoding that the exFAT
|