Searched refs:syncbuf (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.h | 93 s64 syncbuf, struct nv50_dmac *dmac);
|
H A D | disp.c | 233 const s32 *oclass, u8 head, void *data, u32 size, s64 syncbuf, in nv50_dmac_create() argument 279 if (syncbuf < 0) in nv50_dmac_create() 297 .start = syncbuf + 0x0000, in nv50_dmac_create() 298 .limit = syncbuf + 0x0fff, in nv50_dmac_create()
|
/linux/sound/usb/ |
H A D | card.h | 104 char *syncbuf; /* sync buffer for all sync URBs */ member 105 dma_addr_t sync_dma; /* DMA address of syncbuf */
|
H A D | endpoint.c | 1100 ep->syncbuf, ep->sync_dma); in release_urbs() 1102 ep->syncbuf = NULL; in release_urbs() 1296 ep->syncbuf = usb_alloc_coherent(chip->dev, SYNC_URBS * 4, in sync_ep_set_params() 1298 if (!ep->syncbuf) in sync_ep_set_params() 1310 u->urb->transfer_buffer = ep->syncbuf + i * 4; in sync_ep_set_params()
|