| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| 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/drivers/media/platform/nxp/imx8-isi/ |
| 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, 285 sink_info->encoding, src_info->encoding); in mxc_isi_pipe_enable() [all …]
|
| 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 …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| 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. 128 - Use the constant luminance BT.2020 Yc'CbcCrc encoding. 130 - Use the SMPTE 240M Y'CbCr encoding. [all …]
|
| A D | colorspaces-details.rst | 15 ``V4L2_XFER_FUNC_709``. The default Y'CbCr encoding is 67 the following ``V4L2_YCBCR_ENC_601`` encoding: 143 the following ``V4L2_YCBCR_ENC_709`` encoding: 161 in which case the BT.601 Y'CbCr encoding is used. 335 the following ``V4L2_YCBCR_ENC_601`` encoding: 406 the following ``V4L2_YCBCR_ENC_BT2020`` encoding: 420 (``V4L2_YCBCR_ENC_BT2020_CONST_LUM``) encoding: 457 default Y'CbCr encoding was picked because it is the HDTV encoding. 554 the following ``V4L2_YCBCR_ENC_SMPTE240M`` encoding: 628 the following ``V4L2_YCBCR_ENC_601`` encoding: [all …]
|
| /linux/drivers/gpu/drm/sun4i/ |
| 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()
|
| /linux/tools/testing/selftests/kvm/include/x86_64/ |
| 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()
|
| /linux/drivers/media/test-drivers/vicodec/ |
| A D | codec-fwht.c | 693 u32 encoding = 0; in encode_plane() local 716 encoding |= FWHT_FRAME_PCODED; 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 794 encoding |= FWHT_LUMA_UNENCODED; in fwht_encode_frame() 795 encoding &= ~FWHT_FRAME_UNENCODED; in fwht_encode_frame() 808 encoding |= FWHT_CB_UNENCODED; in fwht_encode_frame() 809 encoding &= ~FWHT_FRAME_UNENCODED; in fwht_encode_frame() 816 encoding |= FWHT_CR_UNENCODED; in fwht_encode_frame() [all …]
|
| 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/crypto/asymmetric_keys/ |
| 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() 128 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher() 164 ret = software_key_determine_akcipher(pkey, params->encoding, in software_key_query() 201 if (strcmp(params->encoding, "pkcs1") == 0) { in software_key_query() 295 ret = software_key_determine_akcipher(pkey, params->encoding, in software_key_eds_op() 417 ret = software_key_determine_akcipher(pkey, sig->encoding, in public_key_verify_signature()
|
| /linux/tools/testing/selftests/bpf/ |
| 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/ |
| A D | airtime.c | 536 switch (status->encoding) { in ieee80211_get_rate_duration() 562 switch (status->encoding) { in ieee80211_get_rate_duration() 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() 708 stat->encoding = RX_ENC_VHT; in ieee80211_fill_rx_status() 712 stat->encoding = RX_ENC_HT; in ieee80211_fill_rx_status() [all …]
|
| /linux/drivers/net/wan/ |
| 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()
|
| 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()
|
| /linux/arch/sh/kernel/ |
| A D | dwarf.c | 224 char encoding) in dwarf_read_encoded_value() argument 229 switch (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() 900 if (cie->encoding) in dwarf_parse_fde() [all …]
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_wx.c | 300 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/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| A D | link_dp_training.c | 387 if (encoding == DP_128b_132b_ENCODING) in get_dpcd_link_rate() 402 else if (encoding == DP_8b_10b_ENCODING) in get_dpcd_link_rate() 839 if (encoding == DP_8b_10b_ENCODING) in dp_decide_lttpr_mode() 923 if (encoding == DP_8b_10b_ENCODING) { in configure_lttpr_mode_non_transparent() 950 if (encoding == DP_8b_10b_ENCODING) { in configure_lttpr_mode_non_transparent() 1023 if (encoding == DP_128b_132b_ENCODING) { in dpcd_exit_training_mode() 1039 enum dp_link_encoding encoding = in dpcd_configure_channel_coding() local 1047 (uint8_t *) &encoding, in dpcd_configure_channel_coding() 1052 encoding); in dpcd_configure_channel_coding() 1540 enum dp_link_encoding encoding = in dp_perform_link_training() local [all …]
|
| /linux/security/integrity/ |
| 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/drivers/gpu/drm/amd/display/dc/dce/ |
| 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/kvm/aarch64/ |
| A D | set_id_regs.c | 393 #define encoding_to_range_idx(encoding) \ argument 394 KVM_ARM_FEATURE_ID_RANGE_IDX(sys_reg_Op0(encoding), sys_reg_Op1(encoding), \ 395 sys_reg_CRn(encoding), sys_reg_CRm(encoding), \ 396 sys_reg_Op2(encoding)) 533 static void test_assert_id_reg_unchanged(struct kvm_vcpu *vcpu, uint32_t encoding) in test_assert_id_reg_unchanged() argument 535 size_t idx = encoding_to_range_idx(encoding); in test_assert_id_reg_unchanged() 538 vcpu_get_reg(vcpu, KVM_ARM64_SYS_REG(encoding), &observed); in test_assert_id_reg_unchanged()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| 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/Documentation/bpf/ |
| A D | btf.rst | 128 ``struct btf_type`` encoding requirement: 180 ``struct btf_type`` encoding requirement: 192 ``struct btf_type`` encoding requirement: 207 The ``struct btf_array`` encoding: 237 ``struct btf_type`` encoding requirement: 252 ``struct btf_member`` encoding: 281 ``struct btf_type`` encoding requirement: 295 The ``btf_enum`` encoding: 306 ``struct btf_type`` encoding requirement: 459 ``struct btf_var_secinfo`` encoding: [all …]
|
| /linux/drivers/staging/vc04_services/vchiq-mmal/ |
| 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/ |
| A D | aspm.c | 460 if (encoding == 0x7) in calc_l0s_latency() 462 return (64 << encoding); in calc_l0s_latency() 466 static u32 calc_l0s_acceptable(u32 encoding) in calc_l0s_acceptable() argument 468 if (encoding == 0x7) in calc_l0s_acceptable() 470 return (64 << encoding); in calc_l0s_acceptable() 478 if (encoding == 0x7) in calc_l1_latency() 480 return NSEC_PER_USEC << encoding; in calc_l1_latency() 484 static u32 calc_l1_acceptable(u32 encoding) in calc_l1_acceptable() argument 486 if (encoding == 0x7) in calc_l1_acceptable() 488 return NSEC_PER_USEC << encoding; in calc_l1_acceptable() [all …]
|
| /linux/Documentation/staging/ |
| 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
|