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