Searched refs:syncDma (Results 1 – 2 of 2) sorted by relevance
64 dma_addr_t syncDma; /* DMA address of syncbuf */ member
638 …herent(endpoint->audioUsbDriver->dev, SYNC_URBS * SYNC_URBS, endpoint->syncbuf, endpoint->syncDma); in AudioUsbReleaseUrbs()653 …loc_coherent(endpoint->audioUsbDriver->dev, SYNC_URBS * SYNC_URBS, GFP_KERNEL, &endpoint->syncDma); in AudioUsbSyncEpSetParams()669 urbContext->urb->transfer_dma = endpoint->syncDma + i * SYNC_URBS; in AudioUsbSyncEpSetParams()