/linux-3.3/drivers/base/ |
D | dma-buf.c | 35 struct dma_buf *dmabuf; in dma_buf_release() local 77 struct dma_buf *dmabuf; in dma_buf_export() local 113 int dma_buf_fd(struct dma_buf *dmabuf) in dma_buf_fd() 163 void dma_buf_put(struct dma_buf *dmabuf) in dma_buf_put() 182 struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach() 225 void dma_buf_detach(struct dma_buf *dmabuf, struct dma_buf_attachment *attach) in dma_buf_detach()
|
/linux-3.3/include/linux/ |
D | dma-buf.h | 106 struct dma_buf *dmabuf; member 128 static inline struct dma_buf_attachment *dma_buf_attach(struct dma_buf *dmabuf, in dma_buf_attach() 134 static inline void dma_buf_detach(struct dma_buf *dmabuf, in dma_buf_detach() 147 static inline int dma_buf_fd(struct dma_buf *dmabuf) in dma_buf_fd() 157 static inline void dma_buf_put(struct dma_buf *dmabuf) in dma_buf_put()
|
D | fd.h | 230 char *dmabuf; member
|
/linux-3.3/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 775 struct lpfc_dmabuf *dmabuf = NULL; in lpfc_bsg_ct_unsol_event() local 2343 struct lpfc_dmabuf *dmabuf; in lpfcdiag_loop_get_xri() local 2481 struct lpfc_dmabuf *dmabuf; in lpfc_bsg_dma_page_alloc() local 2513 lpfc_bsg_dma_page_free(struct lpfc_hba *phba, struct lpfc_dmabuf *dmabuf) in lpfc_bsg_dma_page_free() 2539 struct lpfc_dmabuf *dmabuf, *next_dmabuf; in lpfc_bsg_dma_page_list_free() local 3329 struct lpfc_dmabuf *dmabuf; in lpfc_bsg_issue_mbox_ext_handle_job() local 3582 struct lpfc_dmabuf *dmabuf) in lpfc_bsg_sli_cfg_read_cmd_ext() 3769 struct lpfc_dmabuf *dmabuf) in lpfc_bsg_sli_cfg_write_cmd_ext() 3931 struct lpfc_dmabuf *dmabuf) in lpfc_bsg_handle_sli_cfg_mbox() 4077 struct lpfc_dmabuf *dmabuf; in lpfc_bsg_read_ebuf_get() local [all …]
|
D | lpfc_sli.c | 1656 struct lpfc_dmabuf *dmabuf, *next_dmabuf; in lpfc_sli_hbqbuf_free_all() local 3383 struct hbq_dmabuf *dmabuf; in lpfc_sli_handle_slow_ring_event_s4() local 4683 struct lpfc_dmabuf *dmabuf; in lpfc_sli4_read_rev() local 7546 struct lpfc_dmabuf *dmabuf; in lpfc_sli4_bpl2sgl() local 11714 struct lpfc_dmabuf *dmabuf; in lpfc_sli4_queue_free() local 11745 struct lpfc_dmabuf *dmabuf; in lpfc_sli4_queue_alloc() local 11829 struct lpfc_dmabuf *dmabuf; in lpfc_eq_create() local 11947 struct lpfc_dmabuf *dmabuf; in lpfc_cq_create() local 12065 struct lpfc_dmabuf *dmabuf; in lpfc_mq_create_fb_init() local 12132 struct lpfc_dmabuf *dmabuf; in lpfc_mq_create() local [all …]
|
D | lpfc_init.c | 5137 struct lpfc_dmabuf *dmabuf; in lpfc_sli4_create_rpi_hdr() local 5903 struct lpfc_dmabuf *dmabuf; in lpfc_create_bootstrap_mbox() local 9065 struct lpfc_dmabuf *dmabuf, *next; in lpfc_write_firmware() local
|
D | lpfc_sli4.h | 277 struct lpfc_dmabuf *dmabuf; member 564 struct lpfc_dmabuf *dmabuf; member
|
/linux-3.3/drivers/gpu/drm/savage/ |
D | savage_state.c | 280 const struct drm_buf * dmabuf) in savage_dispatch_dma_prim() 539 const struct drm_buf * dmabuf) in savage_dispatch_dma_idx() 895 const struct drm_buf * dmabuf, in savage_dispatch_draw() 960 struct drm_buf *dmabuf; in savage_bci_cmdbuf() local
|
/linux-3.3/drivers/net/tokenring/ |
D | tms380tr.c | 372 dma_addr_t dmabuf; in tms380tr_init_net_local() local 609 dma_addr_t dmabuf, newbuf; in tms380tr_hardware_send_packet() local 2071 dma_addr_t dmabuf; in tms380tr_rcv_status_irq() local
|
/linux-3.3/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 51 bool dmabuf; member
|
D | vmwgfx_kms.c | 124 struct vmw_dma_buffer *dmabuf, in vmw_cursor_update_dmabuf() 180 struct vmw_dma_buffer *dmabuf = NULL; in vmw_du_crtc_cursor_set() local 997 struct vmw_dma_buffer *dmabuf, in vmw_kms_new_framebuffer_dmabuf() 1321 struct vmw_dma_buffer *dmabuf = vfbd->buffer; in vmw_kms_readback() local
|
/linux-3.3/sound/ppc/ |
D | beep.c | 223 void *dmabuf; in snd_pmac_attach_beep() local
|
/linux-3.3/drivers/media/video/omap/ |
D | omap_vout_vrfb.c | 218 dma_addr_t dmabuf; in omap_vout_prepare_vrfb() local
|
/linux-3.3/drivers/mmc/host/ |
D | at91_mci.c | 217 unsigned *dmabuf = host->buffer; in at91_mci_sg_to_dma() local 276 unsigned *dmabuf = host->buffer; in at91_mci_post_dma_read() local
|
D | wbsd.c | 280 char *dmabuf = host->dma_buffer; in wbsd_sg_to_dma() local 297 char *dmabuf = host->dma_buffer; in wbsd_dma_to_sg() local
|
/linux-3.3/drivers/scsi/ |
D | sun3_scsi_vme.c | 106 static unsigned char *dmabuf = NULL; /* dma memory buffer */ variable
|
D | sun3_scsi.c | 141 static unsigned char *dmabuf = NULL; /* dma memory buffer */ variable
|
/linux-3.3/sound/oss/ |
D | audio.c | 306 char *dmabuf; in audio_read() local
|
D | soundcard.c | 529 static int dmabuf; variable
|
/linux-3.3/drivers/staging/comedi/drivers/ |
D | pcl818.c | 343 unsigned long dmabuf[2]; /* pointers to begin of DMA buffers */ member 683 short *dmabuf = (short *)devpriv->dmabuf[0]; in interrupt_pcl818_ai_mode13_dma_rtc() local
|
D | pcl816.c | 194 unsigned long dmabuf[2]; /* pointers to begin of DMA buffers */ member
|
D | pcl812.c | 449 unsigned long dmabuf[2]; /* PTR to DMA buf */ member
|
/linux-3.3/drivers/mtd/nand/ |
D | cafe_nand.c | 71 unsigned char *dmabuf; member
|
/linux-3.3/drivers/isdn/hardware/avm/ |
D | avmcard.h | 48 u8 *dmabuf; member
|
/linux-3.3/block/ |
D | compat_ioctl.c | 247 compat_caddr_t dmabuf; member
|