Home
last modified time | relevance | path

Searched refs:syncbuf (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/usb/
Dendpoint.c601 if (ep->syncbuf) in release_urbs()
603 ep->syncbuf, ep->sync_dma); in release_urbs()
605 ep->syncbuf = NULL; in release_urbs()
811 ep->syncbuf = usb_alloc_coherent(ep->chip->dev, SYNC_URBS * 4, in sync_ep_set_params()
813 if (!ep->syncbuf) in sync_ep_set_params()
824 u->urb->transfer_buffer = ep->syncbuf + i * 4; in sync_ep_set_params()
Dcard.h82 char *syncbuf; /* sync buffer for all sync URBs */ member
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.h70 u64 syncbuf, struct nv50_dmac *dmac);
Ddisp.c134 const s32 *oclass, u8 head, void *data, u32 size, u64 syncbuf, in nv50_dmac_create() argument
169 if (!syncbuf) in nv50_dmac_create()
176 .start = syncbuf + 0x0000, in nv50_dmac_create()
177 .limit = syncbuf + 0x0fff, in nv50_dmac_create()