Searched refs:syncbuf (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/ |
A D | disp.h | 98 s64 syncbuf, struct nv50_dmac *dmac);
|
A D | disp.c | 228 const s32 *oclass, u8 head, void *data, u32 size, s64 syncbuf, in nv50_dmac_create() argument 278 if (syncbuf < 0) in nv50_dmac_create() 286 .start = syncbuf + 0x0000, in nv50_dmac_create() 287 .limit = syncbuf + 0x0fff, in nv50_dmac_create()
|
/linux-6.3-rc2/sound/usb/ |
A D | card.h | 103 char *syncbuf; /* sync buffer for all sync URBs */ member
|
A D | endpoint.c | 1065 ep->syncbuf, ep->sync_dma); in release_urbs() 1067 ep->syncbuf = NULL; in release_urbs() 1275 ep->syncbuf = usb_alloc_coherent(chip->dev, SYNC_URBS * 4, in sync_ep_set_params() 1277 if (!ep->syncbuf) in sync_ep_set_params() 1289 u->urb->transfer_buffer = ep->syncbuf + i * 4; in sync_ep_set_params()
|
Completed in 18 milliseconds