Searched refs:core_dev (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 129 ctx->sa_in = dma_alloc_coherent(ctx->dev->core_dev->device, size * 4, in crypto4xx_alloc_sa() 134 ctx->sa_out = dma_alloc_coherent(ctx->dev->core_dev->device, size * 4, in crypto4xx_alloc_sa() 137 dma_free_coherent(ctx->dev->core_dev->device, in crypto4xx_alloc_sa() 153 dma_free_coherent(ctx->dev->core_dev->device, ctx->sa_len * 4, in crypto4xx_free_sa() 156 dma_free_coherent(ctx->dev->core_dev->device, ctx->sa_len * 4, in crypto4xx_free_sa() 166 ctx->state_record = dma_alloc_coherent(ctx->dev->core_dev->device, in crypto4xx_alloc_state_record() 179 dma_free_coherent(ctx->dev->core_dev->device, in crypto4xx_free_state_record() 195 dev->pdr = dma_alloc_coherent(dev->core_dev->device, in crypto4xx_build_pdr() 204 dma_free_coherent(dev->core_dev->device, in crypto4xx_build_pdr() 211 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-4.1.27/drivers/memstick/host/ |
D | r592.c | 853 static int r592_suspend(struct device *core_dev) in r592_suspend() argument 855 struct pci_dev *pdev = to_pci_dev(core_dev); in r592_suspend() 864 static int r592_resume(struct device *core_dev) in r592_resume() argument 866 struct pci_dev *pdev = to_pci_dev(core_dev); in r592_resume()
|
/linux-4.1.27/include/linux/mfd/ |
D | abx500.h | 346 int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops);
|