Home
last modified time | relevance | path

Searched refs:dba (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c774 struct dma_buf_attachment *dba; in vb2_dc_attach_dmabuf() local
790 dba = dma_buf_attach(dbuf, buf->dev); in vb2_dc_attach_dmabuf()
791 if (IS_ERR(dba)) { in vb2_dc_attach_dmabuf()
794 return dba; in vb2_dc_attach_dmabuf()
799 buf->db_attach = dba; in vb2_dc_attach_dmabuf()
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h280 __le32 dba; member
H A Dmtip32xx.c1463 command_sg->dba = cpu_to_le32(sg_dma_address(sg)); in fill_command_sg()
3294 command_sg->dba = cpu_to_le32(icmd->buffer & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c1302 pdev->dba = (void __iomem *)pdev->cap_regs + val; in cdnsp_mem_init()
/linux/drivers/usb/host/
H A Dxhci.h1511 struct xhci_doorbell_array __iomem *dba; member
H A Dxhci.c513 xhci->dba = (void __iomem *)xhci->cap_regs + offset; in xhci_set_doorbell_ptr()