Searched refs:core_dev (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 123 ctx->sa_in = dma_alloc_coherent(ctx->dev->core_dev->device, size * 4, in crypto4xx_alloc_sa() 128 ctx->sa_out = dma_alloc_coherent(ctx->dev->core_dev->device, size * 4, in crypto4xx_alloc_sa() 131 dma_free_coherent(ctx->dev->core_dev->device, in crypto4xx_alloc_sa() 147 dma_free_coherent(ctx->dev->core_dev->device, ctx->sa_len * 4, in crypto4xx_free_sa() 150 dma_free_coherent(ctx->dev->core_dev->device, ctx->sa_len * 4, in crypto4xx_free_sa() 160 ctx->state_record = dma_alloc_coherent(ctx->dev->core_dev->device, in crypto4xx_alloc_state_record() 173 dma_free_coherent(ctx->dev->core_dev->device, in crypto4xx_free_state_record() 189 dev->pdr = dma_alloc_coherent(dev->core_dev->device, in crypto4xx_build_pdr() 198 dma_free_coherent(dev->core_dev->device, in crypto4xx_build_pdr() 205 dev->shadow_sa_pool = dma_alloc_coherent(dev->core_dev->device, in crypto4xx_build_pdr() [all …]
|
D | crypto4xx_core.h | 71 struct crypto4xx_core_device *core_dev; member
|
/linux-2.6.39/drivers/memstick/host/ |
D | r592.c | 850 static int r592_suspend(struct device *core_dev) in r592_suspend() argument 852 struct pci_dev *pdev = to_pci_dev(core_dev); in r592_suspend() 861 static int r592_resume(struct device *core_dev) in r592_resume() argument 863 struct pci_dev *pdev = to_pci_dev(core_dev); in r592_resume()
|
/linux-2.6.39/include/linux/mfd/ |
D | abx500.h | 230 int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops);
|