Searched refs:d_ops (Results 1 – 6 of 6) 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 | 1027 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/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/include/crypto/ |
H A D | drbg.h | 142 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()
|