Searched refs:enc (Results 26 - 50 of 202) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_stream_encoder.c146 struct stream_encoder *enc,
149 struct dcn10_stream_encoder *enc1 = DCN10STRENC_FROM_STRENC(enc);
165 struct stream_encoder *enc)
167 struct dcn10_stream_encoder *enc1 = DCN10STRENC_FROM_STRENC(enc);
280 static void enc2_dp_set_dsc_config(struct stream_encoder *enc, argument
285 struct dcn10_stream_encoder *enc1 = DCN10STRENC_FROM_STRENC(enc);
296 static void enc2_dp_set_dsc_pps_info_packet(struct stream_encoder *enc, argument
301 struct dcn10_stream_encoder *enc1 = DCN10STRENC_FROM_STRENC(enc);
351 static void enc2_read_state(struct stream_encoder *enc, struct enc_state *s) argument
353 struct dcn10_stream_encoder *enc1 = DCN10STRENC_FROM_STRENC(enc);
145 enc2_stream_encoder_update_hdmi_info_packets( struct stream_encoder *enc, const struct encoder_info_frame *info_frame) argument
164 enc2_stream_encoder_stop_hdmi_info_packets( struct stream_encoder *enc) argument
377 enc2_set_dynamic_metadata(struct stream_encoder *enc, bool enable_dme, uint32_t hubp_requestor_id, enum dynamic_metadata_mode dmdata_mode) argument
426 enc2_stream_encoder_update_dp_info_packets_sdp_line_num( struct stream_encoder *enc, struct encoder_info_frame *info_frame) argument
442 enc2_stream_encoder_update_dp_info_packets( struct stream_encoder *enc, const struct encoder_info_frame *info_frame) argument
468 enc2_stream_encoder_dp_unblank( struct dc_link *link, struct stream_encoder *enc, const struct encoder_unblank_param *param) argument
553 enc2_dp_set_odm_combine( struct stream_encoder *enc, bool odm_combine) argument
562 enc2_stream_encoder_dp_set_stream_attribute( struct stream_encoder *enc, struct dc_crtc_timing *crtc_timing, enum dc_color_space output_color_space, bool use_vsc_sdp_for_colorimetry, uint32_t enable_sdp_splitting) argument
581 enc2_get_fifo_cal_average_level( struct stream_encoder *enc) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_link_encoder.c205 static bool dcn21_link_encoder_acquire_phy(struct link_encoder *enc) argument
207 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
210 if (enc->features.flags.bits.DP_IS_USB_C) {
240 static void dcn21_link_encoder_release_phy(struct link_encoder *enc) argument
242 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
244 if (enc->features.flags.bits.DP_IS_USB_C) {
254 struct link_encoder *enc,
258 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
262 if (!dcn21_link_encoder_acquire_phy(enc))
265 if (!enc
253 dcn21_link_encoder_enable_dp_output( struct link_encoder *enc, const struct dc_link_settings *link_settings, enum clock_source_id clock_source) argument
279 dcn21_link_encoder_enable_dp_mst_output( struct link_encoder *enc, const struct dc_link_settings *link_settings, enum clock_source_id clock_source) argument
290 dcn21_link_encoder_disable_output(struct link_encoder *enc, enum signal_type signal) argument
[all...]
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_encoder.c88 struct drm_encoder *enc; local
101 enc = &t_enc->encoder;
102 enc->possible_crtcs = possible_crtcs;
105 ret = drm_bridge_attach(enc, &t_enc->bridge, NULL,
113 connector = drm_bridge_connector_init(&tidss->ddev, enc);
119 ret = drm_connector_attach_encoder(connector, enc);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_encoder.h138 static inline struct nouveau_encoder *nouveau_encoder(struct drm_encoder *enc) argument
140 struct drm_encoder_slave *slave = to_encoder_slave(enc);
145 static inline struct drm_encoder *to_drm_encoder(struct nouveau_encoder *enc) argument
147 return &enc->base.base;
151 get_slave_funcs(struct drm_encoder *enc) argument
153 return to_encoder_slave(enc)->slave_funcs;
/linux-master/crypto/asymmetric_keys/
H A Dsignature.c71 * @enc: Encrypted data buffer, length params->enc_len
81 const void *data, void *enc)
84 return asymmetric_key_eds_op(params, data, enc);
91 * @enc: Encrypted data to be decrypted, length params->enc_len
102 const void *enc, void *data)
105 return asymmetric_key_eds_op(params, enc, data);
113 * @enc: Signature buffer, length params->enc_len
123 const void *data, void *enc)
126 return asymmetric_key_eds_op(params, data, enc);
80 encrypt_blob(struct kernel_pkey_params *params, const void *data, void *enc) argument
101 decrypt_blob(struct kernel_pkey_params *params, const void *enc, void *data) argument
122 create_signature(struct kernel_pkey_params *params, const void *data, void *enc) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_dio_link_encoder.c98 void enc32_hw_init(struct link_encoder *enc) argument
100 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
143 struct link_encoder *enc,
147 if (!enc->ctx->dc->debug.avoid_vbios_exec_table) {
148 dcn10_link_encoder_enable_dp_output(enc, link_settings, clock_source);
153 static bool query_dp_alt_from_dmub(struct link_encoder *enc, argument
156 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
165 if (!dc_wake_and_execute_dmub_cmd(enc->ctx, cmd, DM_DMUB_WAIT_TYPE_WAIT_WITH_REPLY))
171 bool dcn32_link_encoder_is_in_alt_mode(struct link_encoder *enc) argument
175 if (!query_dp_alt_from_dmub(enc,
142 dcn32_link_encoder_enable_dp_output( struct link_encoder *enc, const struct dc_link_settings *link_settings, enum clock_source_id clock_source) argument
181 dcn32_link_encoder_get_max_link_cap(struct link_encoder *enc, struct dc_link_settings *link_settings) argument
[all...]
/linux-master/crypto/
H A Dauthenc.c24 struct crypto_skcipher_spawn enc; member in struct:authenc_instance_ctx
30 struct crypto_skcipher *enc; member in struct:crypto_authenc_ctx
89 struct crypto_skcipher *enc = ctx->enc; local
103 crypto_skcipher_clear_flags(enc, CRYPTO_TFM_REQ_MASK);
104 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc) &
106 err = crypto_skcipher_setkey(enc, keys.enckey, keys.enckeylen);
195 struct crypto_skcipher *enc = ctx->enc; local
213 skcipher_request_set_tfm(skreq, enc);
305 struct crypto_skcipher *enc; local
370 struct skcipher_alg_common *enc; local
[all...]
H A Dauthencesn.c27 struct crypto_skcipher_spawn enc; member in struct:authenc_esn_instance_ctx
33 struct crypto_skcipher *enc; member in struct:crypto_authenc_esn_ctx
63 struct crypto_skcipher *enc = ctx->enc; local
77 crypto_skcipher_clear_flags(enc, CRYPTO_TFM_REQ_MASK);
78 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) &
80 err = crypto_skcipher_setkey(enc, keys.enckey, keys.enckeylen);
182 struct crypto_skcipher *enc = ctx->enc; local
201 skcipher_request_set_tfm(skreq, enc);
319 struct crypto_skcipher *enc; local
386 struct skcipher_alg_common *enc; local
[all...]
/linux-master/drivers/media/platform/chips-media/wave5/
H A DMakefile9 wave5-vpu-enc.o \
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_writeback.h29 int dpu_writeback_init(struct drm_device *dev, struct drm_encoder *enc,
H A Ddpu_rm.c536 struct drm_encoder *enc,
539 uint32_t enc_id = enc->base.id;
565 struct drm_encoder *enc)
578 global_state->cdm_to_enc_id = enc->base.id;
586 struct drm_encoder *enc,
591 ret = _dpu_rm_reserve_lms(rm, global_state, enc->base.id, reqs);
597 ret = _dpu_rm_reserve_ctls(rm, global_state, enc->base.id,
604 ret = _dpu_rm_reserve_dsc(rm, global_state, enc, &reqs->topology);
609 ret = _dpu_rm_reserve_cdm(rm, global_state, enc);
620 struct drm_encoder *enc,
534 _dpu_rm_reserve_dsc(struct dpu_rm *rm, struct dpu_global_state *global_state, struct drm_encoder *enc, const struct msm_display_topology *top) argument
563 _dpu_rm_reserve_cdm(struct dpu_rm *rm, struct dpu_global_state *global_state, struct drm_encoder *enc) argument
583 _dpu_rm_make_reservation( struct dpu_rm *rm, struct dpu_global_state *global_state, struct drm_encoder *enc, struct dpu_rm_requirements *reqs) argument
619 _dpu_rm_populate_requirements( struct drm_encoder *enc, struct dpu_rm_requirements *reqs, struct msm_display_topology req_topology) argument
644 dpu_rm_release(struct dpu_global_state *global_state, struct drm_encoder *enc) argument
660 dpu_rm_reserve( struct dpu_rm *rm, struct dpu_global_state *global_state, struct drm_encoder *enc, struct drm_crtc_state *crtc_state, struct msm_display_topology topology) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c235 unsigned int dce110_get_dig_frontend(struct link_encoder *enc) argument
237 struct dce110_link_encoder *enc110 = TO_DCE110_LINK_ENC(enc);
274 struct link_encoder *enc,
277 struct dce110_link_encoder *enc110 = TO_DCE110_LINK_ENC(enc);
646 void dce110_psr_program_dp_dphy_fast_training(struct link_encoder *enc, argument
649 struct dce110_link_encoder *enc110 = TO_DCE110_LINK_ENC(enc);
670 void dce110_psr_program_secondary_packet(struct link_encoder *enc, argument
673 struct dce110_link_encoder *enc110 = TO_DCE110_LINK_ENC(enc);
680 bool dce110_is_dig_enabled(struct link_encoder *enc) argument
682 struct dce110_link_encoder *enc110 = TO_DCE110_LINK_ENC(enc);
273 dce110_link_encoder_set_dp_phy_pattern_training_pattern( struct link_encoder *enc, uint32_t index) argument
915 dce110_link_encoder_validate_output_with_stream( struct link_encoder *enc, const struct dc_stream_state *stream) argument
957 dce110_link_encoder_hw_init( struct link_encoder *enc) argument
1002 dce110_link_encoder_destroy(struct link_encoder **enc) argument
1008 dce110_link_encoder_setup( struct link_encoder *enc, enum signal_type signal) argument
1046 dce110_link_encoder_enable_tmds_output( struct link_encoder *enc, enum clock_source_id clock_source, enum dc_color_depth color_depth, enum signal_type signal, uint32_t pixel_clock) argument
1084 dce110_link_encoder_enable_lvds_output( struct link_encoder *enc, enum clock_source_id clock_source, uint32_t pixel_clock) argument
1116 dce110_link_encoder_enable_dp_output( struct link_encoder *enc, const struct dc_link_settings *link_settings, enum clock_source_id clock_source) argument
1155 dce110_link_encoder_enable_dp_mst_output( struct link_encoder *enc, const struct dc_link_settings *link_settings, enum clock_source_id clock_source) argument
1195 dce60_link_encoder_enable_dp_output( struct link_encoder *enc, const struct dc_link_settings *link_settings, enum clock_source_id clock_source) argument
1234 dce60_link_encoder_enable_dp_mst_output( struct link_encoder *enc, const struct dc_link_settings *link_settings, enum clock_source_id clock_source) argument
1277 dce110_link_encoder_disable_output( struct link_encoder *enc, enum signal_type signal) argument
1320 dce110_link_encoder_dp_set_lane_settings( struct link_encoder *enc, const struct dc_link_settings *link_settings, const struct dc_lane_settings lane_settings[LANE_COUNT_DP_MAX]) argument
1369 dce110_link_encoder_dp_set_phy_pattern( struct link_encoder *enc, const struct encoder_set_dp_phy_pattern_param *param) argument
1425 dce60_link_encoder_dp_set_phy_pattern( struct link_encoder *enc, const struct encoder_set_dp_phy_pattern_param *param) argument
1497 dce110_link_encoder_update_mst_stream_allocation_table( struct link_encoder *enc, const struct link_mst_stream_allocation_table *table) argument
1617 dce110_link_encoder_connect_dig_be_to_fe( struct link_encoder *enc, enum engine_id engine, bool connect) argument
1638 dce110_link_encoder_enable_hpd(struct link_encoder *enc) argument
1652 dce110_link_encoder_disable_hpd(struct link_encoder *enc) argument
1662 dce110_link_encoder_get_max_link_cap(struct link_encoder *enc, struct dc_link_settings *link_settings) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_dio_link_encoder.c55 bool dcn35_is_dig_enabled(struct link_encoder *enc) argument
58 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
65 struct link_encoder *enc)
68 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
87 struct link_encoder *enc,
90 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
120 void dcn35_link_encoder_init(struct link_encoder *enc) argument
122 enc32_hw_init(enc);
123 dcn35_link_encoder_set_fgcg(enc, enc
64 dcn35_get_dig_mode( struct link_encoder *enc) argument
86 dcn35_link_encoder_setup( struct link_encoder *enc, enum signal_type signal) argument
126 dcn35_link_encoder_set_fgcg(struct link_encoder *enc, bool enable) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_link_encoder.c50 struct hpo_dp_link_encoder *enc,
53 struct dcn31_hpo_dp_link_encoder *enc3 = DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(enc);
77 struct hpo_dp_link_encoder *enc)
79 struct dcn31_hpo_dp_link_encoder *enc3 = DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(enc);
90 struct hpo_dp_link_encoder *enc,
93 struct dcn31_hpo_dp_link_encoder *enc3 = DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(enc);
283 struct hpo_dp_link_encoder *enc,
286 struct dcn31_hpo_dp_link_encoder *enc3 = DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(enc);
384 struct hpo_dp_link_encoder *enc,
388 struct dcn31_hpo_dp_link_encoder *enc3 = DCN3_1_HPO_DP_LINK_ENC_FROM_HPO_LINK_ENC(enc);
49 dcn31_hpo_dp_link_enc_enable( struct hpo_dp_link_encoder *enc, enum dc_lane_count num_lanes) argument
76 dcn31_hpo_dp_link_enc_disable( struct hpo_dp_link_encoder *enc) argument
89 dcn31_hpo_dp_link_enc_set_link_test_pattern( struct hpo_dp_link_encoder *enc, struct encoder_set_dp_phy_pattern_param *tp_params) argument
282 dcn31_hpo_dp_link_enc_update_stream_allocation_table( struct hpo_dp_link_encoder *enc, const struct link_mst_stream_allocation_table *table) argument
383 dcn31_hpo_dp_link_enc_set_throttled_vcp_size( struct hpo_dp_link_encoder *enc, uint32_t stream_encoder_inst, struct fixed31_32 avg_time_slots_per_mtp) argument
433 dcn31_hpo_dp_link_enc_is_in_alt_mode( struct hpo_dp_link_encoder *enc) argument
446 dcn31_hpo_dp_link_enc_read_state( struct hpo_dp_link_encoder *enc, struct hpo_dp_link_enc_state *state) argument
501 dcn31_hpo_dp_link_enc_enable_dp_output( struct hpo_dp_link_encoder *enc, const struct dc_link_settings *link_settings, enum transmitter transmitter, enum hpd_source_id hpd_source) argument
538 dcn31_hpo_dp_link_enc_disable_output( struct hpo_dp_link_encoder *enc, enum signal_type signal) argument
565 dcn31_hpo_dp_link_enc_set_ffe( struct hpo_dp_link_encoder *enc, const struct dc_link_settings *link_settings, uint8_t ffe_preset) argument
[all...]
H A Ddcn31_hpo_dp_link_encoder.h191 struct hpo_dp_link_encoder *enc,
197 struct hpo_dp_link_encoder *enc,
201 struct hpo_dp_link_encoder *enc,
205 struct hpo_dp_link_encoder *enc);
208 struct hpo_dp_link_encoder *enc,
212 struct hpo_dp_link_encoder *enc,
216 struct hpo_dp_link_encoder *enc,
221 struct hpo_dp_link_encoder *enc,
225 struct hpo_dp_link_encoder *enc,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_link_encoder.c52 static void dcn201_link_encoder_get_max_link_cap(struct link_encoder *enc, argument
56 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
58 dcn10_link_encoder_get_max_link_cap(enc, link_settings);
62 if (enc->usbc_combo_phy) {
68 static bool dcn201_link_encoder_is_in_alt_mode(struct link_encoder *enc) argument
71 struct dcn10_link_encoder *enc10 = TO_DCN10_LINK_ENC(enc);
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-zvkned.S59 .macro __aes_crypt_zvkned enc, keylen
61 aes_crypt v16, \enc, \keylen
66 .macro aes_crypt_zvkned enc
68 __aes_crypt_zvkned \enc, 256
70 __aes_crypt_zvkned \enc, 128
72 __aes_crypt_zvkned \enc, 192
86 .macro __aes_ecb_crypt enc, keylen
94 aes_crypt v16, \enc, \keylen
103 .macro aes_ecb_crypt enc
105 __aes_ecb_crypt \enc, 25
[all...]
H A Daes-riscv64-zvkned-zvbb-zvkg.S169 .macro __aes_xts_crypt enc, keylen
180 aes_crypt TMP0, \enc, \keylen
236 .if \enc
247 aes_crypt TMP0, \enc, \keylen
263 aes_crypt TMP0, \enc, \keylen
270 .macro aes_xts_crypt enc
289 __aes_xts_crypt \enc, 256
291 __aes_xts_crypt \enc, 128
293 __aes_xts_crypt \enc, 192
/linux-master/arch/arm64/crypto/
H A Daes-ce.S77 .macro round_Nx, enc, k, i0, i1, i2, i3, i4
78 .ifc \enc, e
112 .macro do_block_Nx, enc, rounds, i0, i1, i2, i3, i4
116 round_Nx \enc, v17, \i0, \i1, \i2, \i3, \i4
117 round_Nx \enc, v18, \i0, \i1, \i2, \i3, \i4
118 1111: round_Nx \enc, v19, \i0, \i1, \i2, \i3, \i4
119 round_Nx \enc, v20, \i0, \i1, \i2, \i3, \i4
121 round_Nx \enc, \key, \i0, \i1, \i2, \i3, \i4
123 fin_round_Nx \enc, v30, v31, \i0, \i1, \i2, \i3, \i4
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.h33 * @enc: A pointer to the containing encoder structure.
41 struct vidtv_encoder *enc; member in struct:vidtv_s302m_ctx
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs.h34 } enc; member in union:hfi_plat_buffers_params::__anon178
/linux-master/arch/powerpc/crypto/
H A Daes_cbc.c71 static int p8_aes_cbc_crypt(struct skcipher_request *req, int enc) argument
84 return enc ? crypto_skcipher_encrypt(subreq) :
96 enc ? &ctx->enc_key : &ctx->dec_key,
97 walk.iv, enc);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.h567 struct link_encoder *enc,
573 void dcn10_link_encoder_hw_init(struct link_encoder *enc);
575 void dcn10_link_encoder_destroy(struct link_encoder **enc);
580 struct link_encoder *enc,
590 struct link_encoder *enc,
597 struct link_encoder *enc,
605 struct link_encoder *enc,
611 struct link_encoder *enc,
617 struct link_encoder *enc,
622 struct link_encoder *enc,
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dsddr2.c30 u8 enc; member in struct:ramxlat
38 return xlat->enc;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_dio_stream_encoder.h277 struct stream_encoder *enc,
281 struct stream_encoder *enc);
284 struct stream_encoder *enc,
288 struct stream_encoder *enc,
292 struct stream_encoder *enc,
296 struct stream_encoder *enc,
301 struct stream_encoder *enc);
304 struct stream_encoder *enc,
310 struct stream_encoder *enc,
316 struct stream_encoder *enc,
[all...]

Completed in 409 milliseconds

123456789