Searched refs:encoding (Results 1 - 25 of 182) sorted by last modified time

12345678

/linux-master/drivers/pci/pcie/
H A Daspm.c456 /* Convert L0s latency encoding to ns */
459 u32 encoding = FIELD_GET(PCI_EXP_LNKCAP_L0SEL, lnkcap); local
461 if (encoding == 0x7)
463 return (64 << encoding);
466 /* Convert L0s acceptable latency encoding to ns */
467 static u32 calc_l0s_acceptable(u32 encoding) argument
469 if (encoding == 0x7)
471 return (64 << encoding);
474 /* Convert L1 latency encoding to ns */
477 u32 encoding local
485 calc_l1_acceptable(u32 encoding) argument
549 u32 latency, encoding, lnkcap_up, lnkcap_dw; local
[all...]
/linux-master/net/mac80211/
H A Drx.c145 if (status->encoding == RX_ENC_HT) /* HT info */
153 if (status->encoding == RX_ENC_VHT) {
163 if (status->encoding == RX_ENC_HE &&
170 if (status->encoding == RX_ENC_HE &&
318 WARN_ON_ONCE(status->encoding != RX_ENC_HE);
400 if (!rate || status->encoding != RX_ENC_LEGACY) {
431 else if (status->encoding != RX_ENC_LEGACY)
470 if (status->encoding == RX_ENC_HT) {
526 if (status->encoding == RX_ENC_VHT) {
602 if (status->encoding
[all...]
H A Dscan.c148 if (!(rx_status->encoding == RX_ENC_HT) &&
149 !(rx_status->encoding == RX_ENC_VHT))
/linux-master/include/net/
H A Dmac80211.h1567 * @encoding: &enum mac80211_rx_encoding
1597 u8 encoding:3, bw:4; member in struct:ieee80211_rx_status
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1758 rx_status.encoding = RX_ENC_VHT;
1762 rx_status.encoding = RX_ENC_HT;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c585 u16 encoding; local
587 encoding = mlxsw_afk_key_info_block_encoding_get(key_info, i);
588 mlxsw_reg_ptar_key_id_pack(ptar_pl, i, encoding);
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c847 enum dp_link_encoding encoding,
921 enum dp_link_encoding encoding,
968 enum dp_link_encoding encoding,
982 && encoding == DP_8b_10b_ENCODING)
997 if (encoding == DP_128b_132b_ENCODING)
1181 enum dp_link_encoding encoding,
1187 dce112_program_pix_clk(clock_source, pix_clk_params, encoding, pll_settings);
1227 enum dp_link_encoding encoding,
1257 dce112_program_pix_clk(clock_source, pix_clk_params, encoding, pll_settings);
844 dce110_program_pix_clk( struct clock_source *clock_source, struct pixel_clk_params *pix_clk_params, enum dp_link_encoding encoding, struct pll_settings *pll_settings) argument
918 dce112_program_pix_clk( struct clock_source *clock_source, struct pixel_clk_params *pix_clk_params, enum dp_link_encoding encoding, struct pll_settings *pll_settings) argument
965 dcn31_program_pix_clk( struct clock_source *clock_source, struct pixel_clk_params *pix_clk_params, enum dp_link_encoding encoding, struct pll_settings *pll_settings) argument
1178 dcn20_program_pix_clk( struct clock_source *clock_source, struct pixel_clk_params *pix_clk_params, enum dp_link_encoding encoding, struct pll_settings *pll_settings) argument
1224 dcn3_program_pix_clk( struct clock_source *clock_source, struct pixel_clk_params *pix_clk_params, enum dp_link_encoding encoding, struct pll_settings *pll_settings) argument
/linux-master/fs/f2fs/
H A Dsuper.c4252 struct unicode_map *encoding; local
4263 encoding = utf8_load(encoding_info->version);
4264 if (IS_ERR(encoding)) {
4273 return PTR_ERR(encoding);
4275 f2fs_info(sbi, "Using encoding defined by superblock: "
4282 sbi->sb->s_encoding = encoding;
H A Dsysfs.c1058 F2FS_GENERAL_RO_ATTR(encoding); variable
1164 ATTR_LIST(encoding),
/linux-master/fs/ext4/
H A Dsuper.c4561 struct unicode_map *encoding; local
4574 encoding = utf8_load(encoding_info->version);
4575 if (IS_ERR(encoding)) {
4586 ext4_msg(sb, KERN_INFO,"Using encoding defined by superblock: "
4593 sb->s_encoding = encoding;
/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c729 pr_debug("elementary stream: type:%d encoding:0x%x variant:0x%x\n",
731 port->format.encoding, port->format.encoding_variant);
795 m.u.port_info_set.format.encoding = port->format.encoding;
896 port->format.encoding = rmsg->u.port_info_get_reply.format.encoding;
1546 dst->format.encoding = src->format.encoding;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1303 dp_link_info->encoding = link->dc->link_srv->dp_get_encoding_format(
1315 if (dp_link_info->encoding == DP_8b_10b_ENCODING &&
1319 } else if (dp_link_info->encoding == DP_128b_132b_ENCODING) {
1329 if (dp_link_info->encoding == DP_128b_132b_ENCODING)
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v9.c34 * There are 3 encoding types of interrupts sourced from SQ sent as a 44-bit
50 * 24-bit data with the following layout per encoding type:
318 uint32_t sq_intr_err, sq_int_data, encoding; local
336 encoding = REG_GET_FIELD(context_id0, SQ_INTERRUPT_WORD_WAVE_CTXID, ENCODING);
337 switch (encoding) {
H A Dkfd_int_process_v10.c31 * There are 3 encoding types of interrupts sourced from SQ sent as a 44-bit
47 * 23-bit data with the following layout per encoding type:
253 uint32_t encoding, sq_intr_err_type; local
270 encoding = REG_GET_FIELD(context_id1,
272 switch (encoding) {
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1996 rx_status->encoding = RX_ENC_VHT;
1999 rx_status->encoding = RX_ENC_HE;
2004 rx_status->encoding = RX_ENC_EHT;
2010 rx_status->encoding = RX_ENC_HT;
/linux-master/crypto/asymmetric_keys/
H A Dx509_cert_parser.c280 ctx->cert->sig->encoding = "pkcs1";
285 ctx->cert->sig->encoding = "raw";
290 ctx->cert->sig->encoding = "raw";
295 ctx->cert->sig->encoding = "x962";
603 * v[1] is the encoding size
638 * v[1] is the encoding size
640 * v[2] is the encoding type
H A Dpkcs7_parser.c282 ctx->sinfo->sig->encoding = "pkcs1";
293 ctx->sinfo->sig->encoding = "x962";
297 ctx->sinfo->sig->encoding = "raw";
302 ctx->sinfo->sig->encoding = "raw";
H A Dpublic_key.c62 * Given a public_key, and an encoding and hash_algo to be used for signing
64 * akcipher algorithm. Also check that encoding and hash_algo are allowed.
68 const char *encoding, const char *hash_algo,
76 if (!encoding)
83 if (strcmp(encoding, "pkcs1") == 0) {
97 if (strcmp(encoding, "raw") != 0)
107 if (strcmp(encoding, "x962") != 0)
128 if (strcmp(encoding, "raw") != 0)
135 if (strcmp(encoding, "raw") != 0)
171 ret = software_key_determine_akcipher(pkey, params->encoding,
67 software_key_determine_akcipher(const struct public_key *pkey, const char *encoding, const char *hash_algo, char alg_name[CRYPTO_MAX_ALG_NAME], bool *sig, enum kernel_pkey_operation op) argument
[all...]
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c1088 port->format.encoding = mfmt->mmal;
1090 /* Set any encoding specific parameters */
1123 if (port->format.encoding == MMAL_ENCODING_JPEG) {
1201 camera_port->format.encoding = MMAL_ENCODING_OPAQUE;
1203 camera_port->format.encoding = mfmt->mmal;
1206 if (camera_port->format.encoding == MMAL_ENCODING_RGB24)
1207 camera_port->format.encoding = MMAL_ENCODING_BGR24;
1208 else if (camera_port->format.encoding == MMAL_ENCODING_BGR24)
1209 camera_port->format.encoding = MMAL_ENCODING_RGB24;
1273 port->format.encoding,
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_wx.c270 struct iw_point *erq = &wrqu->encoding;
427 struct iw_point *erq = &wrqu->encoding;
472 struct iw_point *encoding = &wrqu->encoding; local
483 idx = encoding->flags & IW_ENCODE_INDEX;
505 if ((encoding->flags & IW_ENCODE_DISABLED) ||
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c528 if (wrqu->encoding.flags & IW_ENCODE_DISABLED) {
535 if (wrqu->encoding.length != 0) {
538 if (i == 1 && (4 * i + 1) == wrqu->encoding.length)
540 if (i == 3 && (4 * i + 1) == wrqu->encoding.length)
547 switch (wrqu->encoding.flags & IW_ENCODE_INDEX) {
566 if (wrqu->encoding.length == 0x5) {
571 else if (wrqu->encoding.length == 0xd) {
674 struct iw_point *encoding = &wrqu->encoding; local
677 if ((encoding
[all...]
/linux-master/drivers/net/wan/
H A Dfsl_qmc_hdlc.c664 static int qmc_hdlc_attach(struct net_device *netdev, unsigned short encoding, argument
669 if (encoding != ENCODING_NRZ)
/linux-master/arch/s390/kernel/
H A Dsysinfo.c68 static bool convert_ext_name(unsigned char encoding, char *name, size_t len) argument
70 switch (encoding) {
198 * encoding of the alternate cpu capability.
439 * Major sigh. The cpu capability encoding is "special".
/linux-master/include/crypto/
H A Dpublic_key.h51 const char *encoding; member in struct:public_key_signature
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1002 u32 *encoding, u32 *quantization,
1010 *encoding = V4L2_YCBCR_ENC_DEFAULT;
1015 if ((!is_hsv && !v4l2_is_ycbcr_enc_valid(*encoding)) ||
1016 (is_hsv && !v4l2_is_hsv_enc_valid(*encoding)))
1017 *encoding = V4L2_YCBCR_ENC_DEFAULT;
1001 v4l_sanitize_colorspace(u32 pixelformat, u32 *colorspace, u32 *encoding, u32 *quantization, u32 *xfer_func) argument

Completed in 532 milliseconds

12345678