Home
last modified time | relevance | path

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

/openbmc/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.c145 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 …]
/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c340 struct artpec6_crypto_aead_hw_ctx hw_ctx; member
1909 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()