Searched refs:syncbuf (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.h | 98 s64 syncbuf, struct nv50_dmac *dmac);
|
D | disp.c | 230 const s32 *oclass, u8 head, void *data, u32 size, s64 syncbuf, in nv50_dmac_create() argument 280 if (syncbuf < 0) in nv50_dmac_create() 288 .start = syncbuf + 0x0000, in nv50_dmac_create() 289 .limit = syncbuf + 0x0fff, in nv50_dmac_create()
|
/linux-5.19.10/sound/usb/ |
D | card.h | 103 char *syncbuf; /* sync buffer for all sync URBs */ member
|
D | endpoint.c | 1050 ep->syncbuf, ep->sync_dma); in release_urbs() 1052 ep->syncbuf = NULL; in release_urbs() 1260 ep->syncbuf = usb_alloc_coherent(chip->dev, SYNC_URBS * 4, in sync_ep_set_params() 1262 if (!ep->syncbuf) in sync_ep_set_params() 1273 u->urb->transfer_buffer = ep->syncbuf + i * 4; in sync_ep_set_params()
|