Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/uvc/
Duvc_queue.c448 struct uvc_buffer *nextbuf; in uvc_queue_get_current_buffer() local
452 nextbuf = __uvc_queue_get_current_buffer(queue); in uvc_queue_get_current_buffer()
455 return nextbuf; in uvc_queue_get_current_buffer()
509 struct uvc_buffer *nextbuf; in uvc_queue_next_buffer() local
514 nextbuf = __uvc_queue_get_current_buffer(queue); in uvc_queue_next_buffer()
519 return nextbuf; in uvc_queue_next_buffer()
/Linux-v5.4/drivers/usb/gadget/function/
Duvc_queue.c310 struct uvc_buffer *nextbuf; in uvcg_queue_next_buffer() local
321 nextbuf = list_first_entry(&queue->irqqueue, struct uvc_buffer, in uvcg_queue_next_buffer()
324 nextbuf = NULL; in uvcg_queue_next_buffer()
333 return nextbuf; in uvcg_queue_next_buffer()
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_puda.c796 struct i40iw_puda_buf *nextbuf = NULL; in i40iw_puda_dele_resources() local
837 nextbuf = buf->next; in i40iw_puda_dele_resources()
839 buf = nextbuf; in i40iw_puda_dele_resources()
855 struct i40iw_puda_buf *nextbuf; in i40iw_puda_allocbufs() local
868 nextbuf = rsrc->alloclist; in i40iw_puda_allocbufs()
870 buf->next = nextbuf; in i40iw_puda_allocbufs()
1137 struct i40iw_puda_buf *nextbuf; in i40iw_ieq_create_pbufl() local
1144 nextbuf = i40iw_puda_get_listbuf(rxlist); in i40iw_ieq_create_pbufl()
1145 if (!nextbuf) { in i40iw_ieq_create_pbufl()
1149 list_add_tail(&nextbuf->list, pbufl); in i40iw_ieq_create_pbufl()
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c293 struct mlx5_fpga_dma_buf *buf, *nextbuf; in mlx5_fpga_conn_sq_cqe() local
307 nextbuf = list_first_entry(&conn->qp.sq.backlog, in mlx5_fpga_conn_sq_cqe()
309 list_del(&nextbuf->list); in mlx5_fpga_conn_sq_cqe()
310 mlx5_fpga_conn_post_send(conn, nextbuf); in mlx5_fpga_conn_sq_cqe()
/Linux-v5.4/drivers/block/aoe/
Daoecmd.c27 static struct buf *nextbuf(struct aoedev *);
376 buf = nextbuf(d); in aoecmd_ata_rw()
835 nextbuf(struct aoedev *d) in nextbuf() function