Searched refs:d_ops (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/kernel/ |
| H A D | dma.c | 38 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() 246 ret = dma->d_ops->setspeed(chan, dma, cycle_ns); in set_dma_speed() [all …]
|
| /linux/crypto/ |
| H A D | drbg.c | 814 int ret = drbg->d_ops->update(drbg, seed, reseed); in __drbg_seed() 1040 drbg->d_ops = NULL; in drbg_dealloc_state() 1061 drbg->d_ops = &drbg_hmac_ops; in drbg_alloc_state() 1066 drbg->d_ops = &drbg_hash_ops; in drbg_alloc_state() 1071 drbg->d_ops = &drbg_ctr_ops; in drbg_alloc_state() 1079 ret = drbg->d_ops->crypto_init(drbg); in drbg_alloc_state() 1127 drbg->d_ops->crypto_fini(drbg); in drbg_alloc_state() 1221 len = drbg->d_ops->generate(drbg, buf, buflen, &addtllist); in drbg_generate() 1415 if (drbg->d_ops) in drbg_uninstantiate() 1416 drbg->d_ops->crypto_fini(drbg); in drbg_uninstantiate()
|
| /linux/arch/arm/mach-rpc/ |
| H A D | dma.c | 337 .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/arch/arm/include/asm/mach/ |
| H A D | dma.h | 40 const struct dma_ops *d_ops; member
|
| /linux/fs/proc/ |
| H A D | internal.h | 430 struct dentry *dentry, const struct dentry_operations *d_ops) in proc_splice_unmountable() argument 433 return d_splice_alias_ops(inode, dentry, d_ops); in proc_splice_unmountable()
|
| /linux/include/crypto/ |
| H A D | drbg.h | 119 const struct drbg_state_ops *d_ops; member
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | dma-isa.c | 181 isa_dma[chan].d_ops = &isa_dma_ops; in isa_dma_init()
|