Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.h93 s64 syncbuf, struct nv50_dmac *dmac);
/linux/sound/usb/
H A Dcard.h104 char *syncbuf; /* sync buffer for all sync URBs */ member
H A Dendpoint.c1100 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()