Searched refs:in_dma (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/input/misc/ |
| D | keyspan_remote.c | 112 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/ |
| D | xhci-dbc.h | 173 dma_addr_t in_dma; member
|
| D | xhci-dbc.c | 344 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/ |
| D | qla_init.c | 1140 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()
|
| D | qla_def.h | 523 dma_addr_t out_dma, in_dma; member
|