Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.h98 u64 syncbuf, struct nv50_dmac *dmac);
Ddisp.c224 const s32 *oclass, u8 head, void *data, u32 size, u64 syncbuf, in nv50_dmac_create() argument
273 if (!syncbuf) in nv50_dmac_create()
281 .start = syncbuf + 0x0000, in nv50_dmac_create()
282 .limit = syncbuf + 0x0fff, in nv50_dmac_create()
/Linux-v5.10/sound/usb/
Dcard.h83 char *syncbuf; /* sync buffer for all sync URBs */ member
Dendpoint.c619 ep->syncbuf, ep->sync_dma); in release_urbs()
621 ep->syncbuf = NULL; in release_urbs()
999 ep->syncbuf = usb_alloc_coherent(ep->chip->dev, SYNC_URBS * 4, in sync_ep_set_params()
1001 if (!ep->syncbuf) in sync_ep_set_params()
1012 u->urb->transfer_buffer = ep->syncbuf + i * 4; in sync_ep_set_params()