Home
last modified time | relevance | path

Searched defs:fctx (Results 1 – 25 of 52) sorted by relevance

123

/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
Dmsm_fence.c13 static struct msm_gpu *fctx2gpu(struct msm_fence_context *fctx) in fctx2gpu()
21 struct msm_fence_context *fctx = container_of(t, in deadline_timer() local
31 struct msm_fence_context *fctx = container_of(work, in deadline_work() local
46 struct msm_fence_context *fctx; in msm_fence_context_alloc() local
78 void msm_fence_context_free(struct msm_fence_context *fctx) in msm_fence_context_free()
83 bool msm_fence_completed(struct msm_fence_context *fctx, uint32_t fence) in msm_fence_completed()
94 void msm_update_fence(struct msm_fence_context *fctx, uint32_t fence) in msm_update_fence()
108 struct msm_fence_context *fctx; member
136 struct msm_fence_context *fctx = f->fctx; in msm_fence_set_deadline() local
188 msm_fence_init(struct dma_fence *fence, struct msm_fence_context *fctx) in msm_fence_init()
Dmsm_ringbuffer.c17 struct msm_fence_context *fctx = submit->ring->fctx; in msm_job_run() local
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
Dnouveau_fence.c63 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_signal() local
84 nouveau_fence_context_kill(struct nouveau_fence_chan *fctx, int error) in nouveau_fence_context_kill()
104 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del()
125 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) in nouveau_fence_context_free()
131 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update()
152 struct nouveau_fence_chan *fctx = container_of(work, struct nouveau_fence_chan, in nouveau_fence_uevent_work() local
176 struct nouveau_fence_chan *fctx = container_of(event, typeof(*fctx), event); in nouveau_fence_wait_uevent_handler() local
182 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new()
223 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_emit() local
263 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_done() local
[all …]
Dnv84_fence.c89 struct nv84_fence_chan *fctx = chan->fence; in nv84_fence_emit() local
99 struct nv84_fence_chan *fctx = chan->fence; in nv84_fence_sync() local
116 struct nv84_fence_chan *fctx = chan->fence; in nv84_fence_context_del() local
131 struct nv84_fence_chan *fctx; in nv84_fence_context_new() local
Dnv10_fence.c61 struct nv10_fence_chan *fctx = chan->fence; in nv10_fence_context_del() local
71 struct nv10_fence_chan *fctx; in nv10_fence_context_new() local
Dnv17_fence.c41 struct nv10_fence_chan *fctx = chan->fence; in nv17_fence_sync() local
81 struct nv10_fence_chan *fctx; in nv17_fence_context_new() local
Dnv04_fence.c70 struct nv04_fence_chan *fctx = chan->fence; in nv04_fence_context_del() local
79 struct nv04_fence_chan *fctx = kzalloc(sizeof(*fctx), GFP_KERNEL); in nv04_fence_context_new() local
Dnv50_fence.c39 struct nv10_fence_chan *fctx; in nv50_fence_context_new() local
Dnvc0_fence.c82 struct nv84_fence_chan *fctx = chan->fence; in nvc0_fence_context_new() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_fence.c65 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_signal() local
90 nouveau_fence_context_kill(struct nouveau_fence_chan *fctx, int error) in nouveau_fence_context_kill()
108 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del()
128 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) in nouveau_fence_context_free()
134 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_update()
155 struct nouveau_fence_chan *fctx = in nouveau_fence_wait_uevent_handler() local
176 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) in nouveau_fence_context_new()
212 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_emit() local
248 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); in nouveau_fence_done() local
344 struct nouveau_fence_chan *fctx = chan->fence; in nouveau_fence_sync() local
[all …]
Dnv84_fence.c83 struct nv84_fence_chan *fctx = chan->fence; in nv84_fence_emit() local
93 struct nv84_fence_chan *fctx = chan->fence; in nv84_fence_sync() local
110 struct nv84_fence_chan *fctx = chan->fence; in nv84_fence_context_del() local
125 struct nv84_fence_chan *fctx; in nv84_fence_context_new() local
Dnv10_fence.c61 struct nv10_fence_chan *fctx = chan->fence; in nv10_fence_context_del() local
71 struct nv10_fence_chan *fctx; in nv10_fence_context_new() local
Dnv17_fence.c41 struct nv10_fence_chan *fctx = chan->fence; in nv17_fence_sync() local
80 struct nv10_fence_chan *fctx; in nv17_fence_context_new() local
Dnv04_fence.c70 struct nv04_fence_chan *fctx = chan->fence; in nv04_fence_context_del() local
79 struct nv04_fence_chan *fctx = kzalloc(sizeof(*fctx), GFP_KERNEL); in nv04_fence_context_new() local
Dnv50_fence.c39 struct nv10_fence_chan *fctx; in nv50_fence_context_new() local
Dnvc0_fence.c82 struct nv84_fence_chan *fctx = chan->fence; in nvc0_fence_context_new() local
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_fence.c16 struct msm_fence_context *fctx; in msm_fence_context_alloc() local
31 void msm_fence_context_free(struct msm_fence_context *fctx) in msm_fence_context_free()
36 static inline bool fence_completed(struct msm_fence_context *fctx, uint32_t fence) in fence_completed()
42 int msm_wait_fence(struct msm_fence_context *fctx, uint32_t fence, in msm_wait_fence()
81 void msm_update_fence(struct msm_fence_context *fctx, uint32_t fence) in msm_update_fence()
92 struct msm_fence_context *fctx; member
124 msm_fence_alloc(struct msm_fence_context *fctx) in msm_fence_alloc()
Dmsm_ringbuffer.h48 struct msm_fence_context *fctx; member
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
Dnitrox_aead.c38 struct flexi_crypto_context *fctx; in nitrox_aes_gcm_setkey() local
62 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_setauthsize() local
219 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_enc() local
253 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_dec() local
347 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_exit() local
363 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_rfc4106_setkey() local
Dnitrox_skcipher.c153 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_skcipher_exit() local
171 struct flexi_crypto_context *fctx; in nitrox_skcipher_setkey() local
341 struct flexi_crypto_context *fctx; in nitrox_aes_xts_setkey() local
365 struct flexi_crypto_context *fctx; in nitrox_aes_ctr_rfc3686_setkey() local
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
Dnitrox_aead.c39 struct flexi_crypto_context *fctx; in nitrox_aes_gcm_setkey() local
63 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_setauthsize() local
220 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_enc() local
254 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_dec() local
348 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_exit() local
364 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_rfc4106_setkey() local
Dnitrox_skcipher.c153 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_skcipher_exit() local
171 struct flexi_crypto_context *fctx; in nitrox_skcipher_setkey() local
342 struct flexi_crypto_context *fctx; in nitrox_aes_xts_setkey() local
367 struct flexi_crypto_context *fctx; in nitrox_aes_ctr_rfc3686_setkey() local
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
Dcptvf_algs.c101 struct fc_context *fctx = &rctx->fctx; in create_ctx_hdr() local
198 struct fc_context *fctx = &rctx->fctx; in cvm_enc_dec() local
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
Dcptvf_algs.c101 struct fc_context *fctx = &rctx->fctx; in create_ctx_hdr() local
198 struct fc_context *fctx = &rctx->fctx; in cvm_enc_dec() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Ddmanv04.c79 struct nvkm_memory *fctx = device->imem->ramfc; in nv04_fifo_dma_fini() local

123