Searched refs:d_ops (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/arm/kernel/ |
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() 256 if (dma->d_ops->residue) in get_dma_residue() [all …]
|
/linux-6.3-rc2/arch/arm/include/asm/mach/ |
A D | dma.h | 40 const struct dma_ops *d_ops; member
|
/linux-6.3-rc2/arch/arm/mach-rpc/ |
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-6.3-rc2/crypto/ |
A D | drbg.c | 1042 int ret = drbg->d_ops->update(drbg, seed, reseed); in __drbg_seed() 1268 drbg->d_ops = NULL; in drbg_dealloc_state() 1289 drbg->d_ops = &drbg_hmac_ops; in drbg_alloc_state() 1294 drbg->d_ops = &drbg_hash_ops; in drbg_alloc_state() 1299 drbg->d_ops = &drbg_ctr_ops; in drbg_alloc_state() 1307 ret = drbg->d_ops->crypto_init(drbg); in drbg_alloc_state() 1357 drbg->d_ops->crypto_fini(drbg); in drbg_alloc_state() 1451 len = drbg->d_ops->generate(drbg, buf, buflen, &addtllist); in drbg_generate() 1645 if (drbg->d_ops) in drbg_uninstantiate() 1646 drbg->d_ops->crypto_fini(drbg); in drbg_uninstantiate()
|
/linux-6.3-rc2/arch/arm/mach-footbridge/ |
A D | dma-isa.c | 181 isa_dma[chan].d_ops = &isa_dma_ops; in isa_dma_init()
|
/linux-6.3-rc2/include/crypto/ |
A D | drbg.h | 142 const struct drbg_state_ops *d_ops; member
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | path-lookup.txt | 296 access d_ops and i_ops during rcu-walk.
|
Completed in 14 milliseconds