Searched refs:dma_unmap (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/arch/ia64/sn/pci/ |
D | pci_dma.c | 147 provider->dma_unmap(pdev, dma_handle, 0); in sn_dma_free_coherent() 227 provider->dma_unmap(pdev, dma_addr, dir); in sn_dma_unmap_page() 252 provider->dma_unmap(pdev, sg->dma_address, dir); in sn_dma_unmap_sg()
|
D | tioca_provider.c | 661 .dma_unmap = tioca_dma_unmap,
|
D | tioce_provider.c | 1047 .dma_unmap = tioce_dma_unmap,
|
/linux-2.6.39/arch/ia64/include/asm/sn/ |
D | pcibus_provider_defs.h | 50 void (*dma_unmap)(struct pci_dev *, dma_addr_t, int); member
|
/linux-2.6.39/arch/ia64/sn/kernel/ |
D | msi_sn.c | 49 (*provider->dma_unmap)(pdev, in sn_teardown_msi_irq() 184 (*provider->dma_unmap)(pdev, bus_addr, PCI_DMA_FROMDEVICE); in sn_set_msi_irq_affinity()
|
D | io_common.c | 77 .dma_unmap = sn_default_pci_unmap,
|
/linux-2.6.39/arch/ia64/sn/pci/pcibr/ |
D | pcibr_provider.c | 247 .dma_unmap = pcibr_dma_unmap,
|
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/ |
D | dma.h | 685 int dma_unmap(DMA_MemMap_t *memMap, /* Stores state information about the map */
|
/linux-2.6.39/arch/arm/mach-bcmring/ |
D | dma.c | 2076 dma_unmap(memMap, 0); in dma_map_mem() 2221 int dma_unmap(DMA_MemMap_t *memMap, /* Stores state information about the map */ in dma_unmap() function 2329 EXPORT_SYMBOL(dma_unmap);
|
/linux-2.6.39/drivers/atm/ |
D | fore200e.c | 209 fore200e->bus->dma_unmap(fore200e, chunk->dma_addr, chunk->dma_size, chunk->direction); in fore200e_chunk_free() 631 fore200e->bus->dma_unmap(fore200e, prom_dma, sizeof(struct prom_data), DMA_FROM_DEVICE); in fore200e_pca_prom_read() 880 fore200e->bus->dma_unmap(fore200e, entry->tpd->tsd[ 0 ].buffer, entry->tpd->tsd[ 0 ].length, in fore200e_tx_irq() 1776 fore200e->bus->dma_unmap(fore200e, stats_dma_addr, sizeof(struct stats), DMA_FROM_DEVICE); in fore200e_getstats() 1840 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);
|
D | fore200e.h | 808 void (*dma_unmap)(struct fore200e*, u32, int, int); member
|
/linux-2.6.39/drivers/net/ |
D | sunhme.c | 258 ((__hp)->dma_unmap((__hp)->dma_dev, (__addr), (__size), (__dir)))
|