Home
last modified time | relevance | path

Searched refs:d_ops (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/arm/kernel/
H A Ddma.c38 if (!dma->d_ops) in isa_dma_add()
70 if (dma->d_ops->request) in request_dma()
71 ret = dma->d_ops->request(chan, dma); in request_dma()
101 dma->d_ops->disable(chan, dma); in free_dma()
106 if (dma->d_ops->free) in free_dma()
107 dma->d_ops->free(chan, dma); in free_dma()
193 dma->d_ops->enable(chan, dma); in enable_dma()
214 dma->d_ops->disable(chan, dma); in disable_dma()
245 if (dma->d_ops->setspeed) in set_dma_speed()
256 if (dma->d_ops->residue) in get_dma_residue()
[all …]
/linux-6.15/arch/arm/include/asm/mach/
H A Ddma.h40 const struct dma_ops *d_ops; member
/linux-6.15/arch/arm/mach-rpc/
H A Ddma.c337 .d_ops = &floppy_dma_ops,
343 .d_ops = &sound_dma_ops,
378 iomd_dma[i].dma.d_ops = &iomd_dma_ops; in rpc_dma_init()
/linux-6.15/crypto/
H A Ddrbg.c1027 int ret = drbg->d_ops->update(drbg, seed, reseed); in __drbg_seed()
1253 drbg->d_ops = NULL; in drbg_dealloc_state()
1274 drbg->d_ops = &drbg_hmac_ops; in drbg_alloc_state()
1279 drbg->d_ops = &drbg_hash_ops; in drbg_alloc_state()
1284 drbg->d_ops = &drbg_ctr_ops; in drbg_alloc_state()
1292 ret = drbg->d_ops->crypto_init(drbg); in drbg_alloc_state()
1342 drbg->d_ops->crypto_fini(drbg); in drbg_alloc_state()
1436 len = drbg->d_ops->generate(drbg, buf, buflen, &addtllist); in drbg_generate()
1630 if (drbg->d_ops) in drbg_uninstantiate()
1631 drbg->d_ops->crypto_fini(drbg); in drbg_uninstantiate()
/linux-6.15/fs/proc/
H A Dinternal.h415 struct dentry *dentry, const struct dentry_operations *d_ops) in proc_splice_unmountable() argument
417 d_set_d_op(dentry, d_ops); in proc_splice_unmountable()
/linux-6.15/include/crypto/
H A Ddrbg.h142 const struct drbg_state_ops *d_ops; member
/linux-6.15/arch/arm/mach-footbridge/
H A Ddma-isa.c181 isa_dma[chan].d_ops = &isa_dma_ops; in isa_dma_init()
/linux-6.15/Documentation/filesystems/
H A Dpath-lookup.txt296 access d_ops and i_ops during rcu-walk.