Searched refs:dmabuf (Results 26 - 31 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcompat_ioctl.c261 compat_caddr_t dmabuf; member in struct:compat_floppy_drive_struct
491 err |= __put_user((u64)f->dmabuf, &uf->dmabuf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_els.c432 struct lpfc_dmabuf *dmabuf; local
442 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
443 if (!dmabuf) {
447 dmabuf->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &dmabuf->phys);
448 if (!dmabuf->virt) {
458 memcpy(dmabuf->virt, &phba->fc_fabparam, sizeof(vport->fc_sparam));
459 lpfc_reg_vfi(mboxq, vport, dmabuf->phys);
462 mboxq->context1 = dmabuf;
473 lpfc_mbuf_free(phba, dmabuf
[all...]
H A Dlpfc_hbadisc.c2384 struct lpfc_dmabuf *dmabuf = mboxq->context1; local
2417 lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys);
2418 kfree(dmabuf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/avm/
H A Davmcard.h48 u8 *dmabuf; member in struct:avmcard_dmabuf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstradis.c750 u16 *dmabuf; local
783 dmabuf = (u16 *) saa->dmadebi;
857 dmabuf[i - startindex] =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_vout.c1057 dma_addr_t dmabuf; local
1088 dmabuf = vout->buf_phy_addr[vb->i];
1117 dmabuf, src_element_index, src_frame_index);

Completed in 160 milliseconds

12