Searched defs:enc (Results 1 - 37 of 37) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr3.c29 u8 enc; member in struct:ramxlat
H A Dsddr2.c29 u8 enc; member in struct:ramxlat
H A Dsddr3.c29 u8 enc; member in struct:ramxlat
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_slave.c19 struct drm_encoder *enc = armada_drm_connector_encoder(conn); armada_drm_slave_get_modes() local
31 static void armada_drm_slave_destroy(struct drm_encoder *enc) armada_drm_slave_destroy() argument
H A Darmada_output.c24 struct drm_encoder *enc = conn->encoder; armada_drm_connector_encoder() local
38 struct drm_encoder *enc = armada_drm_connector_encoder(conn); armada_drm_connector_detect() local
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-cbc.c65 cbc_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, int enc) cbc_aes_nx_crypt() argument
H A Dnx-aes-ecb.c65 ecb_aes_nx_crypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, int enc) ecb_aes_nx_crypt() argument
H A Dnx-aes-gcm.c330 static int gcm_aes_nx_crypt(struct aead_request *req, int enc) gcm_aes_nx_crypt() argument
265 gcm_empty(struct aead_request *req, struct blkcipher_desc *desc, int enc) gcm_empty() argument
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_encoder_slave.c128 get_slave_funcs(struct drm_encoder *enc) get_slave_funcs() argument
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_encoder.h69 static inline struct nouveau_encoder *nouveau_encoder(struct drm_encoder *enc) nouveau_encoder() argument
76 static inline struct drm_encoder *to_drm_encoder(struct nouveau_encoder *enc) to_drm_encoder() argument
82 get_slave_funcs(struct drm_encoder *enc) get_slave_funcs() argument
H A Dnouveau_connector.c64 struct drm_encoder *enc; find_encoder() local
/linux-4.1.27/arch/x86/crypto/
H A Dcast5_avx_glue.c60 ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, bool enc) ecb_crypt() argument
H A Daesni-intel_asm.S68 enc: .octa 0x2 label
/linux-4.1.27/drivers/gpu/drm/tilcdc/
H A Dtilcdc_slave.c55 get_slave_funcs(struct drm_encoder *enc) get_slave_funcs() argument
/linux-4.1.27/arch/arm/crypto/
H A Daesbs-glue.c43 struct AES_KEY enc; member in struct:aesbs_cbc_ctx
48 struct BS_KEY enc; member in struct:aesbs_ctr_ctx
52 struct BS_KEY enc; member in struct:aesbs_xts_ctx
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.c424 struct drm_encoder *enc; nv17_tv_prepare() local
/linux-4.1.27/crypto/
H A Dalgif_aead.c50 bool enc; member in struct:aead_ctx
176 bool enc = 0; aead_sendmsg() local
H A Dauthenc.c30 struct crypto_skcipher_spawn enc; member in struct:authenc_instance_ctx
36 struct crypto_ablkcipher *enc; member in struct:crypto_authenc_ctx
90 struct crypto_ablkcipher *enc = ctx->enc; crypto_authenc_setkey() local
399 struct crypto_ablkcipher *enc = ctx->enc; crypto_authenc_encrypt() local
553 struct crypto_ablkcipher *enc; crypto_authenc_init_tfm() local
602 struct crypto_alg *enc; crypto_authenc_alloc() local
H A Dauthencesn.c30 struct crypto_skcipher_spawn enc; member in struct:authenc_esn_instance_ctx
36 struct crypto_ablkcipher *enc; member in struct:crypto_authenc_esn_ctx
64 struct crypto_ablkcipher *enc = ctx->enc; crypto_authenc_esn_setkey() local
475 struct crypto_ablkcipher *enc = ctx->enc; crypto_authenc_esn_encrypt() local
645 struct crypto_ablkcipher *enc; crypto_authenc_esn_init_tfm() local
694 struct crypto_alg *enc; crypto_authenc_esn_alloc() local
H A Dalgif_skcipher.c53 bool enc; member in struct:skcipher_ctx
315 bool enc = 0; skcipher_sendmsg() local
H A Dtcrypt.c75 static int test_cipher_jiffies(struct blkcipher_desc *desc, int enc, test_cipher_jiffies() argument
98 static int test_cipher_cycles(struct blkcipher_desc *desc, int enc, test_cipher_cycles() argument
145 static int test_aead_jiffies(struct aead_request *req, int enc, test_aead_jiffies() argument
168 static int test_aead_cycles(struct aead_request *req, int enc, int blen) test_aead_cycles() argument
268 static void test_aead_speed(const char *algo, int enc, unsigned int secs, test_aead_speed() argument
419 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, test_cipher_speed() argument
1008 static int test_acipher_jiffies(struct ablkcipher_request *req, int enc, test_acipher_jiffies() argument
1033 static int test_acipher_cycles(struct ablkcipher_request *req, int enc, test_acipher_cycles() argument
1080 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, test_acipher_speed() argument
H A Dgcm.c1182 static int crypto_rfc4543_copy_src_to_dst(struct aead_request *req, bool enc) crypto_rfc4543_copy_src_to_dst() argument
1118 crypto_rfc4543_crypt(struct aead_request *req, bool enc) crypto_rfc4543_crypt() argument
H A Dtestmgr.c78 } enc, dec; member in struct:aead_test_suite
85 } enc, dec; member in struct:cipher_test_suite
417 static int __test_aead(struct crypto_aead *tfm, int enc, __test_aead() argument
798 static int test_aead(struct crypto_aead *tfm, int enc, test_aead() argument
831 static int test_cipher(struct crypto_cipher *tfm, int enc, test_cipher() argument
906 static int __test_skcipher(struct crypto_ablkcipher *tfm, int enc, __test_skcipher() argument
1151 static int test_skcipher(struct crypto_ablkcipher *tfm, int enc, test_skcipher() argument
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_acpi.c377 struct radeon_encoder *enc = atif->encoder_for_bl; radeon_atif_handler() local
724 struct radeon_encoder *enc = to_radeon_encoder(tmp); radeon_acpi_init() local
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-ioctl.c923 cx18_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) cx18_encoder_cmd() argument
984 cx18_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) cx18_try_encoder_cmd() argument
/linux-4.1.27/arch/s390/crypto/
H A Daes_s390.c41 long enc; member in struct:s390_aes_ctx
61 long enc; member in struct:s390_xts_ctx
/linux-4.1.27/tools/perf/util/
H A Dunwind-libunwind.c230 u64 enc[2]; member in struct:eh_frame_hdr
246 u8 *enc = (u8 *) &hdr.enc; unwind_spec_ehframe() local
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-ioctl.c1292 static int ivtv_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) ivtv_encoder_cmd() argument
1344 static int ivtv_try_encoder_cmd(struct file *file, void *fh, struct v4l2_encoder_cmd *enc) ivtv_try_encoder_cmd() argument
/linux-4.1.27/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1021 struct iw_point *enc = &data->encoding; gelic_wl_set_encode() local
1095 struct iw_point *enc = &data->encoding; gelic_wl_get_encode() local
1206 struct iw_point *enc = &data->encoding; gelic_wl_set_encodeext() local
1296 struct iw_point *enc = &data->encoding; gelic_wl_get_encodeext() local
/linux-4.1.27/drivers/crypto/
H A Dmxs-dcp.c93 unsigned int enc:1; member in struct:dcp_aes_req_ctx
375 static int mxs_dcp_block_fallback(struct ablkcipher_request *req, int enc) mxs_dcp_block_fallback() argument
395 static int mxs_dcp_aes_enqueue(struct ablkcipher_request *req, int enc, int ecb) mxs_dcp_aes_enqueue() argument
/linux-4.1.27/include/linux/sunrpc/
H A Dgss_krb5.h101 struct crypto_blkcipher *enc; member in struct:krb5_ctx
/linux-4.1.27/arch/sparc/kernel/
H A Dperf_event.c827 u64 enc, val, mask = mask_for_index(idx); sparc_pmu_enable_event() local
951 u64 enc; calculate_single_pcr() local
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_drv.h145 struct drm_encoder enc; member in struct:qxl_output
/linux-4.1.27/drivers/block/
H A Damiflop.c1132 register unsigned char *enc, b2, b1; dos_encode_byte() local
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmmu-book3e.h252 unsigned int enc; /* PTE encoding */ member in struct:mmu_psize_def
/linux-4.1.27/net/bluetooth/
H A Dsmp.c1264 struct smp_cmd_encrypt_info enc; smp_distribute_keys() local
/linux-4.1.27/include/uapi/linux/
H A Dkvm.h633 struct kvm_ppc_one_page_size enc[KVM_PPC_PAGE_SIZES_MAX_SZ]; member in struct:kvm_ppc_one_seg_page_size

Completed in 797 milliseconds