Searched refs:hw_ctx (Results 1 – 4 of 4) sorted by relevance
24 void *hw_ctx; member30 void *hw_ctx; member53 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()
147 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_mode_fixup()280 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_enable_vblank()295 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_disable_vblank()461 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_enable()484 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_disable()497 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_mode_set_nofb()510 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_begin()524 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_flush()734 struct ade_hw_ctx *ctx = kplane->hw_ctx; in ade_update_channel()763 struct ade_hw_ctx *ctx = kplane->hw_ctx; in ade_disable_channel()[all …]
339 struct artpec6_crypto_aead_hw_ctx hw_ctx; member1914 req_ctx->hw_ctx.aad_length_bits = in artpec6_crypto_prepare_aead()1917 req_ctx->hw_ctx.text_length_bits = in artpec6_crypto_prepare_aead()1920 memcpy(req_ctx->hw_ctx.J0, areq->iv, crypto_aead_ivsize(cipher)); in artpec6_crypto_prepare_aead()1922 memcpy(req_ctx->hw_ctx.J0 + GCM_AES_IV_SIZE, "\x00\x00\x00\x01", 4); in artpec6_crypto_prepare_aead()1924 ret = artpec6_crypto_setup_out_descr(common, &req_ctx->hw_ctx, in artpec6_crypto_prepare_aead()