Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnv50_fence.c39 struct nv10_fence_chan *fctx; in nv50_fence_context_new() local
H A 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
[all...]
H A Dnvc0_fence.c82 struct nv84_fence_chan *fctx = chan->fence; in nvc0_fence_context_new() local
H A 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
[all...]
H A 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
[all...]
H A 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; nv84_fence_context_new() local
[all...]
H A 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() argument
108 nouveau_fence_context_del(struct nouveau_fence_chan *fctx) in nouveau_fence_context_del() argument
128 nouveau_fence_context_free(struct nouveau_fence_chan *fctx) nouveau_fence_context_free() argument
134 nouveau_fence_update(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) nouveau_fence_update() argument
155 struct nouveau_fence_chan *fctx = nouveau_fence_wait_uevent_handler() local
176 nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_chan *fctx) nouveau_fence_context_new() argument
212 struct nouveau_fence_chan *fctx = chan->fence; nouveau_fence_emit() local
248 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_done() local
344 struct nouveau_fence_chan *fctx = chan->fence; nouveau_fence_sync() local
444 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_get_timeline_name() local
458 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_is_signaled() local
499 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_release() local
517 struct nouveau_fence_chan *fctx = nouveau_fctx(fence); nouveau_fence_enable_signaling() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnv50_fence.c39 struct nv10_fence_chan *fctx; in nv50_fence_context_new() local
H A Dnvc0_fence.c82 struct nv84_fence_chan *fctx = chan->fence; in nvc0_fence_context_new() local
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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; nv84_fence_context_new() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_ringbuffer.c17 struct msm_fence_context *fctx = submit->ring->fctx; in msm_job_run() local
H A Dmsm_fence.c13 static struct msm_gpu *fctx2gpu(struct msm_fence_context *fctx) in fctx2gpu() argument
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 msm_fence_context_free(struct msm_fence_context *fctx) msm_fence_context_free() argument
83 msm_fence_completed(struct msm_fence_context *fctx, uint32_t fence) msm_fence_completed() argument
94 msm_update_fence(struct msm_fence_context *fctx, uint32_t fence) msm_update_fence() argument
108 struct msm_fence_context *fctx; global() member
136 struct msm_fence_context *fctx = f->fctx; msm_fence_set_deadline() local
188 msm_fence_init(struct dma_fence *fence, struct msm_fence_context *fctx) msm_fence_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_fence.c16 struct msm_fence_context *fctx; in msm_fence_context_alloc() local
31 msm_fence_context_free(struct msm_fence_context *fctx) msm_fence_context_free() argument
36 fence_completed(struct msm_fence_context *fctx, uint32_t fence) fence_completed() argument
42 msm_wait_fence(struct msm_fence_context *fctx, uint32_t fence, ktime_t *timeout, bool interruptible) msm_wait_fence() argument
81 msm_update_fence(struct msm_fence_context *fctx, uint32_t fence) msm_update_fence() argument
92 struct msm_fence_context *fctx; global() member
124 msm_fence_alloc(struct msm_fence_context *fctx) msm_fence_alloc() argument
[all...]
H A Dmsm_ringbuffer.h48 struct msm_fence_context *fctx; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Ddmanv04.c79 struct nvkm_memory *fctx = device->imem->ramfc; in nv04_fifo_dma_fini() local
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A 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; nitrox_aes_gcm_enc() local
254 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_aes_gcm_dec() local
348 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_aead_exit() local
364 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_rfc4106_setkey() local
[all...]
H A 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; nitrox_aes_ctr_rfc3686_setkey() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c101 struct fc_context *fctx = &rctx->fctx; in create_ctx_hdr() local
198 struct fc_context *fctx = &rctx->fctx; cvm_enc_dec() local
[all...]
H A Dcptvf_algs.h113 struct fc_context fctx; member
/kernel/linux/linux-5.10/fs/fuse/
H A Dcontrol.c331 static int fuse_ctl_fill_super(struct super_block *sb, struct fs_context *fctx) in fuse_ctl_fill_super() argument
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A 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; nitrox_aes_gcm_enc() local
253 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_aes_gcm_dec() local
347 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_aead_exit() local
363 struct flexi_crypto_context *fctx = nctx->u.fctx; nitrox_rfc4106_setkey() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c101 struct fc_context *fctx = &rctx->fctx; in create_ctx_hdr() local
198 struct fc_context *fctx = &rctx->fctx; cvm_enc_dec() local
[all...]

Completed in 9 milliseconds

123