Home
last modified time | relevance | path

Searched refs:in_dma (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/input/misc/
Dkeyspan_remote.c112 dma_addr_t in_dma; member
466 remote->in_buffer = usb_alloc_coherent(udev, RECV_SIZE, GFP_KERNEL, &remote->in_dma); in keyspan_probe()
531 remote->irq_urb->transfer_dma = remote->in_dma; in keyspan_probe()
545 fail2: usb_free_coherent(udev, RECV_SIZE, remote->in_buffer, remote->in_dma); in keyspan_probe()
566 usb_free_coherent(remote->udev, RECV_SIZE, remote->in_buffer, remote->in_dma); in keyspan_disconnect()
/Linux-v5.4/drivers/usb/early/
Dxhci-dbc.h173 dma_addr_t in_dma; member
Dxhci-dbc.c344 xdbc.in_dma = xdbc.out_dma + XDBC_MAX_PACKET; in xdbc_mem_init()
498 addr = xdbc.in_dma; in xdbc_bulk_transfer()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_init.c1140 sp->u.iocb_cmd.u.mbx.in_dma); in qla24xx_async_gpdb_sp_done()
1152 sp->u.iocb_cmd.u.mbx.in_dma); in qla24xx_async_gpdb_sp_done()
1317 mbx->u.mbx.in_dma = pd_dma; in qla24xx_async_gpdb()
Dqla_def.h523 dma_addr_t out_dma, in_dma; member