Home
last modified time | relevance | path

Searched refs:nextbuf (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/gadget/function/
Duvc_queue.c314 struct uvc_buffer *nextbuf; in uvcg_queue_next_buffer() local
325 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()
/drivers/infiniband/hw/i40iw/
Di40iw_puda.c711 struct i40iw_puda_buf *nextbuf = NULL; in i40iw_puda_dele_resources() local
783 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() local
814 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() local
1087 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 …]
/drivers/media/usb/uvc/
Duvc_queue.c395 struct uvc_buffer *nextbuf; in uvc_queue_next_buffer() local
409 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()
/drivers/block/aoe/
Daoecmd.c27 static struct buf *nextbuf(struct aoedev *);
376 buf = nextbuf(d); in aoecmd_ata_rw()
866 nextbuf(struct aoedev *d) in nextbuf() function