/linux/drivers/gpu/drm/amd/display/dc/virtual/ |
H A D | virtual_link_encoder.c | 32 struct link_encoder *enc, in virtual_link_encoder_validate_output_with_stream() 35 static void virtual_link_encoder_hw_init(struct link_encoder *enc) {} in virtual_link_encoder_hw_init() 38 struct link_encoder *enc, in virtual_link_encoder_setup() 42 struct link_encoder *enc, in virtual_link_encoder_enable_tmds_output() 49 struct link_encoder *enc, in virtual_link_encoder_enable_dp_output() 54 struct link_encoder *enc, in virtual_link_encoder_enable_dp_mst_output() 63 struct link_encoder *enc, in virtual_link_encoder_dp_set_lane_settings() 68 struct link_encoder *enc, in virtual_link_encoder_dp_set_phy_pattern() 72 struct link_encoder *enc, in virtual_link_encoder_update_mst_stream_allocation_table() 76 struct link_encoder *enc, in virtual_link_encoder_connect_dig_be_to_fe() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_link_encoder.c | 235 unsigned int dce110_get_dig_frontend(struct link_encoder *enc) in dce110_get_dig_frontend() 274 struct link_encoder *enc, in dce110_link_encoder_set_dp_phy_pattern_training_pattern() 646 void dce110_psr_program_dp_dphy_fast_training(struct link_encoder *enc, in dce110_psr_program_dp_dphy_fast_training() 670 void dce110_psr_program_secondary_packet(struct link_encoder *enc, in dce110_psr_program_secondary_packet() 680 bool dce110_is_dig_enabled(struct link_encoder *enc) in dce110_is_dig_enabled() 916 struct link_encoder *enc, in dce110_link_encoder_validate_output_with_stream() 958 struct link_encoder *enc) in dce110_link_encoder_hw_init() 1002 void dce110_link_encoder_destroy(struct link_encoder **enc) in dce110_link_encoder_destroy() 1009 struct link_encoder *enc, in dce110_link_encoder_setup() 1047 struct link_encoder *enc, in dce110_link_encoder_enable_tmds_output() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn20/ |
H A D | dcn20_link_encoder.c | 173 void enc2_fec_set_enable(struct link_encoder *enc, bool enable) in enc2_fec_set_enable() 181 void enc2_fec_set_ready(struct link_encoder *enc, bool ready) in enc2_fec_set_ready() 188 bool enc2_fec_is_active(struct link_encoder *enc) in enc2_fec_is_active() 201 void link_enc2_read_state(struct link_encoder *enc, struct link_enc_state *s) in link_enc2_read_state() 246 struct link_encoder *enc, in dcn20_link_encoder_enable_dp_output() 268 void dcn20_link_encoder_get_max_link_cap(struct link_encoder *enc, in dcn20_link_encoder_get_max_link_cap() 285 bool dcn20_link_encoder_is_in_alt_mode(struct link_encoder *enc) in dcn20_link_encoder_is_in_alt_mode() 308 void enc2_hw_init(struct link_encoder *enc) in enc2_hw_init()
|
/linux/arch/x86/mm/ |
H A D | mem_encrypt_amd.c | 92 unsigned long size, bool enc) in __sme_early_enc_dec() 246 static bool amd_enc_tlb_flush_required(bool enc) in amd_enc_tlb_flush_required() 256 static void enc_dec_hypercall(unsigned long vaddr, unsigned long size, bool enc) in enc_dec_hypercall() 286 static int amd_enc_status_change_prepare(unsigned long vaddr, int npages, bool enc) in amd_enc_status_change_prepare() 299 static int amd_enc_status_change_finish(unsigned long vaddr, int npages, bool enc) in amd_enc_status_change_finish() 358 static void __init __set_clr_pte_enc(pte_t *kpte, int level, bool enc) in __set_clr_pte_enc() 393 unsigned long size, bool enc) in early_set_memory_enc_dec() 472 void __init early_set_mem_enc_dec_hypercall(unsigned long vaddr, unsigned long size, bool enc) in early_set_mem_enc_dec_hypercall()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_link_encoder.c | 205 static bool dcn21_link_encoder_acquire_phy(struct link_encoder *enc) in dcn21_link_encoder_acquire_phy() 240 static void dcn21_link_encoder_release_phy(struct link_encoder *enc) in dcn21_link_encoder_release_phy() 254 struct link_encoder *enc, in dcn21_link_encoder_enable_dp_output() 280 struct link_encoder *enc, in dcn21_link_encoder_enable_dp_mst_output() 290 static void dcn21_link_encoder_disable_output(struct link_encoder *enc, in dcn21_link_encoder_disable_output()
|
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn32/ |
H A D | dcn32_dio_link_encoder.c | 98 void enc32_hw_init(struct link_encoder *enc) in enc32_hw_init() 143 struct link_encoder *enc, in dcn32_link_encoder_enable_dp_output() 153 static bool query_dp_alt_from_dmub(struct link_encoder *enc, in query_dp_alt_from_dmub() 171 bool dcn32_link_encoder_is_in_alt_mode(struct link_encoder *enc) in dcn32_link_encoder_is_in_alt_mode() 181 void dcn32_link_encoder_get_max_link_cap(struct link_encoder *enc, in dcn32_link_encoder_get_max_link_cap()
|
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn401/ |
H A D | dcn401_dio_link_encoder.c | 68 void enc401_hw_init(struct link_encoder *enc) in enc401_hw_init() 113 struct link_encoder *enc, in dcn401_link_encoder_enable_dp_output() 124 struct link_encoder *enc, in dcn401_link_encoder_setup() 157 bool dcn401_is_dig_enabled(struct link_encoder *enc) in dcn401_is_dig_enabled() 169 struct link_encoder *enc) in dcn401_get_dig_mode()
|
/linux/arch/x86/kernel/ |
H A D | x86_init.c | 138 static int enc_status_change_prepare_noop(unsigned long vaddr, int npages, bool enc) { return 0; } in enc_status_change_prepare_noop() 139 static int enc_status_change_finish_noop(unsigned long vaddr, int npages, bool enc) { return 0; } in enc_status_change_finish_noop() 140 static bool enc_tlb_flush_required_noop(bool enc) { return false; } in enc_tlb_flush_required_noop()
|
/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 233 static inline u32 create_ctx_hdr(struct skcipher_request *req, u32 enc, in create_ctx_hdr() 304 static inline u32 create_input_list(struct skcipher_request *req, u32 enc, in create_input_list() 341 static inline int cpt_enc_dec(struct skcipher_request *req, u32 enc) in cpt_enc_dec() 885 static inline u32 create_aead_ctx_hdr(struct aead_request *req, u32 enc, in create_aead_ctx_hdr() 971 u32 enc) in create_hmac_ctx_hdr() 997 static inline u32 create_aead_input_list(struct aead_request *req, u32 enc) in create_aead_input_list() 1013 static inline u32 create_aead_output_list(struct aead_request *req, u32 enc, in create_aead_output_list() 1032 u32 enc, u32 mac_len) in create_aead_null_input_list() 1051 u32 enc, u32 mac_len) in create_aead_null_output_list() 1138 static u32 cpt_aead_enc_dec(struct aead_request *req, u8 reg_type, u8 enc) in cpt_aead_enc_dec()
|
/linux/arch/riscv/crypto/ |
H A D | aes-riscv64-glue.c | 135 static inline int riscv64_aes_ecb_crypt(struct skcipher_request *req, bool enc) in riscv64_aes_ecb_crypt() 173 static int riscv64_aes_cbc_crypt(struct skcipher_request *req, bool enc) in riscv64_aes_cbc_crypt() 213 static int riscv64_aes_cbc_cts_crypt(struct skcipher_request *req, bool enc) in riscv64_aes_cbc_cts_crypt() 354 static int riscv64_aes_xts_crypt(struct skcipher_request *req, bool enc) in riscv64_aes_xts_crypt()
|
H A D | aes-riscv64-zvkned.S | 66 .macro aes_crypt_zvkned enc argument 103 .macro aes_ecb_crypt enc argument
|
H A D | aes-riscv64-zvkned-zvbb-zvkg.S | 270 .macro aes_xts_crypt enc argument
|
/linux/arch/x86/crypto/ |
H A D | aes-gcm-aesni-x86_64.S | 395 .macro _ghash_update_begin_8x enc argument 432 .macro _ghash_update_continue_8x enc argument 682 .macro _aes_gcm_update enc argument 998 .macro _aes_gcm_final enc argument
|
/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_link_encoder.c | 52 static void dcn201_link_encoder_get_max_link_cap(struct link_encoder *enc, in dcn201_link_encoder_get_max_link_cap() 68 static bool dcn201_link_encoder_is_in_alt_mode(struct link_encoder *enc) in dcn201_link_encoder_is_in_alt_mode()
|
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn30/ |
H A D | dcn30_dio_link_encoder.c | 52 struct link_encoder *enc, in dcn30_link_encoder_validate_output_with_stream() 216 void enc3_hw_init(struct link_encoder *enc) in enc3_hw_init()
|
/linux/drivers/gpu/drm/ |
H A D | drm_writeback.c | 242 struct drm_encoder *enc, const u32 *formats, in __drm_writeback_connector_init() 323 struct drm_encoder *enc, in drm_writeback_connector_init_with_encoder() 394 struct drm_encoder *enc, in drmm_writeback_connector_init()
|
/linux/arch/arm64/crypto/ |
H A D | aes-neon.S | 81 .macro mix_columns, in, enc 180 .macro mix_columns_2x, in0, in1, enc
|
H A D | aes-ce-ccm-core.S | 47 .macro aes_ccm_do_crypt,enc argument
|
/linux/arch/powerpc/crypto/ |
H A D | aes-spe-glue.c | 180 static int ppc_ecb_crypt(struct skcipher_request *req, bool enc) in ppc_ecb_crypt() 219 static int ppc_cbc_crypt(struct skcipher_request *req, bool enc) in ppc_cbc_crypt() 286 static int ppc_xts_crypt(struct skcipher_request *req, bool enc) in ppc_xts_crypt()
|
/linux/drivers/crypto/cavium/cpt/ |
H A D | cptvf_algs.c | 95 static inline u32 create_ctx_hdr(struct skcipher_request *req, u32 enc, in create_ctx_hdr() 151 static inline u32 create_input_list(struct skcipher_request *req, u32 enc, in create_input_list() 193 static inline int cvm_enc_dec(struct skcipher_request *req, u32 enc) in cvm_enc_dec()
|
/linux/arch/x86/coco/tdx/ |
H A D | tdx.c | 913 static bool tdx_map_gpa(phys_addr_t start, phys_addr_t end, bool enc) in tdx_map_gpa() 964 static bool tdx_enc_status_changed(unsigned long vaddr, int numpages, bool enc) in tdx_enc_status_changed() 980 bool enc) in tdx_enc_status_change_prepare() 993 bool enc) in tdx_enc_status_change_finish()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | sddr2.c | 30 u8 enc; member
|
H A D | sddr3.c | 30 u8 enc; member
|
H A D | gddr3.c | 29 u8 enc; member
|
/linux/tools/perf/util/ |
H A D | unwind-libunwind-local.c | 164 #define dw_read_encoded_value(ptr, end, enc) ({ \ argument 273 u64 enc[2]; member 288 u8 *enc = (u8 *) &hdr.enc; in unwind_spec_ehframe() local
|