Searched refs:hw_ctx (Results 1 – 4 of 4) sorted by relevance
24 void *hw_ctx; member30 void *hw_ctx; member52 void (*cleanup_hw_ctx)(void *hw_ctx);
37 void *hw_ctx; member97 data->cleanup_hw_ctx(kirin_priv->hw_ctx); in kirin_drm_private_cleanup()125 kirin_priv->hw_ctx = ctx; in kirin_drm_private_init()142 kirin_priv->planes[ch].hw_ctx = ctx; in kirin_drm_private_init()151 kirin_priv->crtc.hw_ctx = ctx; in kirin_drm_private_init()
145 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_mode_fixup()278 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_enable_vblank()293 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_disable_vblank()442 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_enable()465 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_disable()478 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_mode_set_nofb()491 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_begin()505 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_flush()714 struct ade_hw_ctx *ctx = kplane->hw_ctx; in ade_update_channel()743 struct ade_hw_ctx *ctx = kplane->hw_ctx; in ade_disable_channel()[all …]
340 struct artpec6_crypto_aead_hw_ctx hw_ctx; member1909 req_ctx->hw_ctx.aad_length_bits = in artpec6_crypto_prepare_aead()1912 req_ctx->hw_ctx.text_length_bits = in artpec6_crypto_prepare_aead()1915 memcpy(req_ctx->hw_ctx.J0, areq->iv, crypto_aead_ivsize(cipher)); in artpec6_crypto_prepare_aead()1917 memcpy(req_ctx->hw_ctx.J0 + GCM_AES_IV_SIZE, "\x00\x00\x00\x01", 4); in artpec6_crypto_prepare_aead()1919 ret = artpec6_crypto_setup_out_descr(common, &req_ctx->hw_ctx, in artpec6_crypto_prepare_aead()