Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/
H A Dendpoint.c617 ep->syncbuf, ep->sync_dma); in release_urbs()
619 ep->syncbuf = NULL; in release_urbs()
997 ep->syncbuf = usb_alloc_coherent(ep->chip->dev, SYNC_URBS * 4, in sync_ep_set_params()
999 if (!ep->syncbuf) in sync_ep_set_params()
1011 u->urb->transfer_buffer = ep->syncbuf + i * 4; in sync_ep_set_params()
H A Dcard.h85 char *syncbuf; /* sync buffer for all sync URBs */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.h98 s64 syncbuf, struct nv50_dmac *dmac);
H A Ddisp.c224 const s32 *oclass, u8 head, void *data, u32 size, s64 syncbuf, in nv50_dmac_create() argument
273 if (syncbuf < 0) in nv50_dmac_create()
281 .start = syncbuf + 0x0000, in nv50_dmac_create()
282 .limit = syncbuf + 0x0fff, in nv50_dmac_create()