Searched refs:enc (Results 51 - 75 of 202) sorted by last modified time

123456789

/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_link_encoder.h49 void enc32_hw_init(struct link_encoder *enc);
52 struct link_encoder *enc,
56 bool dcn32_link_encoder_is_in_alt_mode(struct link_encoder *enc);
58 void dcn32_link_encoder_get_max_link_cap(struct link_encoder *enc,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c6676 u32 enc, se_id, sh_id, cu_id; local
6680 enc = REG_GET_FIELD(ih_data, SQ_INTERRUPT_WORD_CMN, ENCODING);
6683 switch (enc) {
6722 if (enc == 1)
H A Damdgpu_acpi.c1244 struct amdgpu_encoder *enc = to_amdgpu_encoder(tmp); local
1246 if ((enc->devices & (ATOM_DEVICE_LCD_SUPPORT)) &&
1247 enc->enc_priv) {
1248 struct amdgpu_encoder_atom_dig *dig = enc->enc_priv;
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c2133 static int __set_memory_enc_pgtable(unsigned long addr, int numpages, bool enc) argument
2146 cpa.mask_set = enc ? pgprot_encrypted(empty) : pgprot_decrypted(empty);
2147 cpa.mask_clr = enc ? pgprot_decrypted(empty) : pgprot_encrypted(empty);
2155 if (x86_platform.guest.enc_tlb_flush_required(enc))
2159 if (!x86_platform.guest.enc_status_change_prepare(addr, numpages, enc))
2177 if (!x86_platform.guest.enc_status_change_finish(addr, numpages, enc))
2184 (void *)addr, numpages, enc ? "private" : "shared");
2189 static int __set_memory_enc_dec(unsigned long addr, int numpages, bool enc) argument
2192 return __set_memory_enc_pgtable(addr, numpages, enc);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c499 crypto_free_sync_skcipher(kctx->enc);
/linux-master/drivers/block/
H A Damiflop.c1249 register unsigned char *enc, b2, b1; local
1252 enc=mfmencode;
1256 word=enc[b2] <<8 | enc [b1];
/linux-master/arch/x86/include/asm/
H A Dmem_encrypt.h56 unsigned long size, bool enc);
94 early_set_mem_enc_dec_hypercall(unsigned long vaddr, unsigned long size, bool enc) {} argument
/linux-master/arch/x86/hyperv/
H A Divm.c526 static bool hv_vtom_clear_present(unsigned long kbuffer, int pagecount, bool enc) argument
539 static bool hv_vtom_set_host_visibility(unsigned long kbuffer, int pagecount, bool enc) argument
541 enum hv_mem_host_visibility visibility = enc ?
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-glue.c65 u32 enc[AES_MAX_KEYLENGTH_U32]; member in struct:aesbs_cbc_ctr_ctx
146 memcpy(ctx->enc, rk.key_enc, sizeof(ctx->enc));
171 ctx->enc, ctx->key.rounds, blocks,
237 neon_aes_ctr_encrypt(dst, src, ctx->enc, ctx->key.rounds,
/linux-master/fs/smb/client/
H A Dcifsencrypt.c852 if (server->secmech.enc) {
853 crypto_free_aead(server->secmech.enc);
854 server->secmech.enc = NULL;
/linux-master/tools/testing/selftests/net/
H A Dxfrm_policy.sh52 ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $rnet dst $lnet
53 ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 $KEY_SHA mode tunnel sel src $lnet dst $rnet
H A Dvrf-xfrm-tests.sh263 enc 'cbc(aes)' ${ENC_1} \
270 enc 'cbc(aes)' ${ENC_1} \
278 enc 'cbc(aes)' ${ENC_2} \
285 enc 'cbc(aes)' ${ENC_2} \
293 enc 'cbc(aes)' ${ENC_1} \
300 enc 'cbc(aes)' ${ENC_1} \
308 enc 'cbc(aes)' ${ENC_2} \
315 enc 'cbc(aes)' ${ENC_2} \
/linux-master/fs/smb/server/
H A Dauth.c1001 int enc, u8 *key)
1006 if (enc)
1013 ses_enc_key = enc ? sess->smb3encryptionkey :
1105 unsigned int nvec, int enc)
1123 enc,
1126 pr_err("Could not get %scryption key\n", enc ? "en" : "de");
1168 if (!enc) {
1199 if (enc)
1206 if (enc)
1000 ksmbd_get_encryption_key(struct ksmbd_work *work, __u64 ses_id, int enc, u8 *key) argument
1104 ksmbd_crypt_message(struct ksmbd_work *work, struct kvec *iov, unsigned int nvec, int enc) argument
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c125 const struct hva_enc *enc; local
129 enc = hva->encoders[i];
130 if ((enc->pixelformat == pixelformat) &&
131 (enc->streamformat == streamformat))
132 return enc;
194 struct hva_enc *enc; local
198 enc = (struct hva_enc *)hva_find_encoder(ctx, pixelformat,
200 if (!enc) {
214 ret = enc->open(ctx);
221 dev_dbg(dev, "%s %s encoder opened\n", ctx->name, enc
342 const struct hva_enc *enc; local
406 const struct hva_enc *enc; local
806 const struct hva_enc *enc = ctx->enc; local
1067 const struct hva_enc *enc = ctx->enc; local
1233 const struct hva_enc *enc = ctx->enc; local
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dvenc.c664 struct venc_controls *ctr = &inst->controls.enc;
1373 dev_err(dev, "enc: event session error %x\n", inst->error);
/linux-master/drivers/media/platform/chips-media/wave5/
H A DMakefile9 wave5-vpu-enc.o \
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_drv.h179 struct drm_encoder enc; member in struct:virtio_gpu_output
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_drv.h117 struct drm_encoder enc; member in struct:qxl_output
H A Dqxl_display.c1061 return &qxl_output->enc;
1140 encoder = &qxl_output->enc;
1144 ret = drm_simple_encoder_init(dev, &qxl_output->enc,
1156 &qxl_output->enc);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.h79 * @enc: DRM Encoder handle
83 struct drm_encoder *enc);
H A Ddpu_hw_dsc_1_2.c83 DPU_REG_WRITE(hw, sblk->enc.base + ENC_DF_CTRL, 0);
84 DPU_REG_WRITE(hw, sblk->enc.base + DSC_MAIN_CONF, 0);
127 DPU_REG_WRITE(hw, sblk->enc.base + ENC_DF_CTRL, data);
155 DPU_REG_WRITE(hw, sblk->enc.base + DSC_MAIN_CONF, data);
160 DPU_REG_WRITE(hw, sblk->enc.base + DSC_PICTURE_SIZE, data);
165 DPU_REG_WRITE(hw, sblk->enc.base + DSC_SLICE_SIZE, data);
167 DPU_REG_WRITE(hw, sblk->enc.base + DSC_MISC_SIZE,
173 DPU_REG_WRITE(hw, sblk->enc.base + DSC_HRD_DELAYS, data);
175 DPU_REG_WRITE(hw, sblk->enc.base + DSC_RC_SCALE,
181 DPU_REG_WRITE(hw, sblk->enc
[all...]
H A Ddpu_crtc.c1235 struct drm_encoder *enc; local
1254 list_for_each_entry(enc, &crtc->dev->mode_config.encoder_list, head) {
1255 trace_dpu_crtc_vblank_enable(DRMID(crtc), DRMID(enc), en,
1258 dpu_encoder_toggle_vblank_for_crtc(enc, crtc, en);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_dio_link_encoder.c103 static bool has_query_dp_alt(struct link_encoder *enc) argument
105 struct dc_dmub_srv *dc_dmub_srv = enc->ctx->dmub_srv;
107 if (enc->ctx->dce_version >= DCN_VERSION_3_15)
116 static bool query_dp_alt_from_dmub(struct link_encoder *enc, argument
119 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
128 if (!dc_wake_and_execute_dmub_cmd(enc->ctx, cmd, DM_DMUB_WAIT_TYPE_WAIT_WITH_REPLY))
135 struct link_encoder *enc,
139 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
141 switch (enc->transmitter) {
208 static void enc31_hw_init(struct link_encoder *enc) argument
134 dcn31_link_encoder_set_dio_phy_mux( struct link_encoder *enc, enum encoder_type_select sel, uint32_t hpo_inst) argument
450 dcn31_link_encoder_enable_dp_output( struct link_encoder *enc, const struct dc_link_settings *link_settings, enum clock_source_id clock_source) argument
497 dcn31_link_encoder_enable_dp_mst_output( struct link_encoder *enc, const struct dc_link_settings *link_settings, enum clock_source_id clock_source) argument
544 dcn31_link_encoder_disable_output( struct link_encoder *enc, enum signal_type signal) argument
592 dcn31_link_encoder_is_in_alt_mode(struct link_encoder *enc) argument
636 dcn31_link_encoder_get_max_link_cap(struct link_encoder *enc, struct dc_link_settings *link_settings) argument
[all...]
/linux-master/include/crypto/
H A Dif_alg.h136 * @enc: Cryptographic operation to be performed when
156 bool enc; member in struct:af_alg_ctx
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c246 static int starfive_rsa_enc_core(struct starfive_cryp_ctx *ctx, int enc) argument
258 if (enc) {

Completed in 432 milliseconds

123456789