Searched refs:syncbuf (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/sound/usb/ |
D | endpoint.c | 591 if (ep->syncbuf) in release_urbs() 593 ep->syncbuf, ep->sync_dma); in release_urbs() 595 ep->syncbuf = NULL; in release_urbs() 801 ep->syncbuf = usb_alloc_coherent(ep->chip->dev, SYNC_URBS * 4, in sync_ep_set_params() 803 if (!ep->syncbuf) in sync_ep_set_params() 814 u->urb->transfer_buffer = ep->syncbuf + i * 4; in sync_ep_set_params()
|
D | card.h | 83 char *syncbuf; /* sync buffer for all sync URBs */ member
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.h | 73 u64 syncbuf, struct nv50_dmac *dmac);
|
D | disp.c | 135 const s32 *oclass, u8 head, void *data, u32 size, u64 syncbuf, in nv50_dmac_create() argument 170 if (!syncbuf) in nv50_dmac_create() 177 .start = syncbuf + 0x0000, in nv50_dmac_create() 178 .limit = syncbuf + 0x0fff, in nv50_dmac_create()
|