Searched refs:nextbuf (Results 1 – 4 of 4) sorted by relevance
314 struct uvc_buffer *nextbuf; in uvcg_queue_next_buffer() local325 nextbuf = list_first_entry(&queue->irqqueue, struct uvc_buffer, in uvcg_queue_next_buffer()328 nextbuf = NULL; in uvcg_queue_next_buffer()337 return nextbuf; in uvcg_queue_next_buffer()
711 struct i40iw_puda_buf *nextbuf = NULL; in i40iw_puda_dele_resources() local783 nextbuf = buf->next; in i40iw_puda_dele_resources()785 buf = nextbuf; in i40iw_puda_dele_resources()801 struct i40iw_puda_buf *nextbuf; in i40iw_puda_allocbufs() local814 nextbuf = rsrc->alloclist; in i40iw_puda_allocbufs()816 buf->next = nextbuf; in i40iw_puda_allocbufs()1080 struct i40iw_puda_buf *nextbuf; in i40iw_ieq_create_pbufl() local1087 nextbuf = i40iw_puda_get_listbuf(rxlist); in i40iw_ieq_create_pbufl()1088 if (!nextbuf) { in i40iw_ieq_create_pbufl()1092 list_add_tail(&nextbuf->list, pbufl); in i40iw_ieq_create_pbufl()[all …]
395 struct uvc_buffer *nextbuf; in uvc_queue_next_buffer() local409 nextbuf = list_first_entry(&queue->irqqueue, struct uvc_buffer, in uvc_queue_next_buffer()412 nextbuf = NULL; in uvc_queue_next_buffer()419 return nextbuf; in uvc_queue_next_buffer()
27 static struct buf *nextbuf(struct aoedev *);376 buf = nextbuf(d); in aoecmd_ata_rw()866 nextbuf(struct aoedev *d) in nextbuf() function