Home
last modified time | relevance | path

Searched refs:dma_alloc_coherent (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/linux-3.4.99/arch/cris/include/asm/
Ddma-mapping.h13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
19 void *dma_alloc_coherent(struct device *dev, size_t size,
26 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, in dma_alloc_coherent() function
/linux-3.4.99/arch/mn10300/mm/
Ddma-alloc.c22 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function
63 EXPORT_SYMBOL(dma_alloc_coherent);
/linux-3.4.99/arch/frv/mb93090-mb00/
Dpci-dma.c21 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) in dma_alloc_coherent() function
32 EXPORT_SYMBOL(dma_alloc_coherent);
Dpci-dma-nommu.c36 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) in dma_alloc_coherent() function
86 EXPORT_SYMBOL(dma_alloc_coherent);
/linux-3.4.99/arch/alpha/include/asm/
Ddma-mapping.h15 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
48 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
/linux-3.4.99/drivers/usb/host/whci/
Dinit.c129 whc->gen_cmd_buf = dma_alloc_coherent(&whc->umc->dev, WHC_GEN_CMD_DATA_LEN, in whc_init()
136 whc->dn_buf = dma_alloc_coherent(&whc->umc->dev, in whc_init()
145 whc->di_buf = dma_alloc_coherent(&whc->umc->dev, in whc_init()
/linux-3.4.99/arch/c6x/mm/
Ddma-coherent.c76 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function
97 EXPORT_SYMBOL(dma_alloc_coherent);
/linux-3.4.99/include/asm-generic/
Ddma-mapping-broken.h12 dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
19 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
/linux-3.4.99/arch/sparc/include/asm/
Ddma-mapping.h12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
29 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
/linux-3.4.99/arch/tile/include/asm/
Ddma-mapping.h30 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
52 void *dma_alloc_coherent(struct device *dev, size_t size,
/linux-3.4.99/arch/m68k/include/asm/
Ddma-mapping.h19 extern void *dma_alloc_coherent(struct device *, size_t,
27 return dma_alloc_coherent(dev, size, handle, flag); in dma_alloc_noncoherent()
/linux-3.4.99/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c644 tgt->sq = dma_alloc_coherent(&hba->pcidev->dev, tgt->sq_mem_size, in bnx2fc_alloc_session_resc()
657 tgt->cq = dma_alloc_coherent(&hba->pcidev->dev, tgt->cq_mem_size, in bnx2fc_alloc_session_resc()
670 tgt->rq = dma_alloc_coherent(&hba->pcidev->dev, tgt->rq_mem_size, in bnx2fc_alloc_session_resc()
682 tgt->rq_pbl = dma_alloc_coherent(&hba->pcidev->dev, tgt->rq_pbl_size, in bnx2fc_alloc_session_resc()
708 tgt->xferq = dma_alloc_coherent(&hba->pcidev->dev, tgt->xferq_mem_size, in bnx2fc_alloc_session_resc()
722 tgt->confq = dma_alloc_coherent(&hba->pcidev->dev, tgt->confq_mem_size, in bnx2fc_alloc_session_resc()
736 tgt->confq_pbl = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_alloc_session_resc()
761 tgt->conn_db = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_alloc_session_resc()
777 tgt->lcq = dma_alloc_coherent(&hba->pcidev->dev, tgt->lcq_mem_size, in bnx2fc_alloc_session_resc()
/linux-3.4.99/arch/c6x/include/asm/
Ddma-mapping.h85 extern void *dma_alloc_coherent(struct device *, size_t, dma_addr_t *, gfp_t);
88 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f))
/linux-3.4.99/arch/hexagon/include/asm/
Ddma-mapping.h38 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
74 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
/linux-3.4.99/arch/unicore32/include/asm/
Ddma-mapping.h85 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
/linux-3.4.99/arch/frv/include/asm/
Ddma-mapping.h15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
21 void *dma_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t gfp);
/linux-3.4.99/arch/ia64/include/asm/
Ddma-mapping.h26 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
51 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c117 tmp_addr = dma_alloc_coherent(&adapter->pdev->dev, temp_size, in qlcnic_fw_cmd_get_minidump_temp()
220 addr = dma_alloc_coherent(&adapter->pdev->dev, rq_size, in qlcnic_fw_cmd_create_rx_ctx()
226 addr = dma_alloc_coherent(&adapter->pdev->dev, rsp_size, in qlcnic_fw_cmd_create_rx_ctx()
376 rq_addr = dma_alloc_coherent(&adapter->pdev->dev, rq_size, in qlcnic_fw_cmd_create_tx_ctx()
382 rsp_addr = dma_alloc_coherent(&adapter->pdev->dev, rsp_size, in qlcnic_fw_cmd_create_tx_ctx()
487 tx_ring->hw_consumer = (__le32 *) dma_alloc_coherent(&pdev->dev, in qlcnic_alloc_hw_resources()
495 addr = dma_alloc_coherent(&pdev->dev, TX_DESC_RINGSIZE(tx_ring), in qlcnic_alloc_hw_resources()
508 addr = dma_alloc_coherent(&adapter->pdev->dev, in qlcnic_alloc_hw_resources()
524 addr = dma_alloc_coherent(&adapter->pdev->dev, in qlcnic_alloc_hw_resources()
665 nic_info_addr = dma_alloc_coherent(&adapter->pdev->dev, nic_size, in qlcnic_get_nic_info()
[all …]
/linux-3.4.99/arch/avr32/mm/
Ddma-coherent.c96 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function
108 EXPORT_SYMBOL(dma_alloc_coherent);
/linux-3.4.99/arch/sh/include/asm/
Ddma-mapping.h42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
55 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) macro
/linux-3.4.99/arch/mn10300/include/asm/
Ddma-mapping.h25 extern void *dma_alloc_coherent(struct device *dev, size_t size,
31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f))
/linux-3.4.99/arch/blackfin/kernel/
Ddma-mapping.c90 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function
104 EXPORT_SYMBOL(dma_alloc_coherent);
/linux-3.4.99/arch/m68k/kernel/
Ddma_mm.c19 void *dma_alloc_coherent(struct device *dev, size_t size, in dma_alloc_coherent() function
61 EXPORT_SYMBOL(dma_alloc_coherent);
/linux-3.4.99/arch/microblaze/include/asm/
Ddma-mapping.h123 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
126 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) macro
/linux-3.4.99/drivers/scsi/qla4xxx/
Dql4_bsg.c47 flash = dma_alloc_coherent(&ha->pdev->dev, length, &flash_dma, in qla4xxx_read_flash()
114 flash = dma_alloc_coherent(&ha->pdev->dev, length, &flash_dma, in qla4xxx_update_flash()
242 nvram = dma_alloc_coherent(&ha->pdev->dev, len, &nvram_dma, in qla4xxx_read_nvram()
313 nvram = dma_alloc_coherent(&ha->pdev->dev, len, &nvram_dma, in qla4xxx_update_nvram()
421 acb = dma_alloc_coherent(&ha->pdev->dev, len, &acb_dma, GFP_KERNEL); in qla4xxx_bsg_get_acb()

12345678910>>...14