Searched refs:hw_ctx (Results 1 – 8 of 8) sorted by relevance
24 void *hw_ctx; member 30 void *hw_ctx; member 52 void (*cleanup_hw_ctx)(void *hw_ctx);
37 void *hw_ctx; member 97 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()
146 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_mode_fixup() 279 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_enable_vblank() 294 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_disable_vblank() 443 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_enable() 466 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_disable() 479 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_mode_set_nofb() 492 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_begin() 506 struct ade_hw_ctx *ctx = kcrtc->hw_ctx; in ade_crtc_atomic_flush() 715 struct ade_hw_ctx *ctx = kplane->hw_ctx; in ade_update_channel() 744 struct ade_hw_ctx *ctx = kplane->hw_ctx; in ade_disable_channel() 910 ade_hw_ctx_cleanup(void * hw_ctx) ade_hw_ctx_cleanup() argument [all...]
154 kfree(er_ctx->hw_ctx); in cn10k_cpt_hw_ctx_clear() 174 er_ctx->hw_ctx = NULL; in cn10k_cpt_hw_ctx_init() 190 er_ctx->hw_ctx = hctx; in cn10k_cpt_hw_ctx_init()
27 union cn10k_cpt_hw_ctx *hw_ctx; member
146 u64 hw_ctx[6]; /* W31 - W36 */ member
498 return (offsetof(struct cn10k_tx_sa_s, hw_ctx) / sizeof(u64)) & 0x7F; in cn10k_ipsec_get_hw_ctx_offset() 504 return (roundup(offsetof(struct cn10k_tx_sa_s, hw_ctx), 8) / 8) & 0x7F; in cn10k_ipsec_get_ctx_push_size()
340 struct artpec6_crypto_aead_hw_ctx hw_ctx; member 1913 req_ctx->hw_ctx.aad_length_bits = in artpec6_crypto_prepare_aead() 1916 req_ctx->hw_ctx.text_length_bits = in artpec6_crypto_prepare_aead() 1919 memcpy(req_ctx->hw_ctx.J0, areq->iv, crypto_aead_ivsize(cipher)); in artpec6_crypto_prepare_aead() 1921 memcpy(req_ctx->hw_ctx.J0 + GCM_AES_IV_SIZE, "\x00\x00\x00\x01", 4); in artpec6_crypto_prepare_aead() 1923 ret = artpec6_crypto_setup_out_descr(common, &req_ctx->hw_ctx, in artpec6_crypto_prepare_aead()