Home
last modified time | relevance | path

Searched refs:hw_ctx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h24 void *hw_ctx; member
30 void *hw_ctx; member
52 void (*cleanup_hw_ctx)(void *hw_ctx);
H A Dkirin_drm_drv.c37 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()
H A Dkirin_drm_ade.c146 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()
[all …]
/linux/drivers/crypto/marvell/octeontx2/
H A Dcn10k_cpt.c111 kfree(er_ctx->hw_ctx); in cn10k_cpt_hw_ctx_clear()
131 er_ctx->hw_ctx = NULL; in cn10k_cpt_hw_ctx_init()
147 er_ctx->hw_ctx = hctx; in cn10k_cpt_hw_ctx_init()
H A Dcn10k_cpt.h27 union cn10k_cpt_hw_ctx *hw_ctx; member
H A Dotx2_cptvf_algs.c389 req_info->req.cptr = ctx->er_ctx.hw_ctx; in cpt_enc_dec()
1256 req_info->req.cptr = ctx->er_ctx.hw_ctx; in cpt_aead_enc_dec()