Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/msi2500/
Dmsi2500.c115 struct msi2500_frame_buf { struct
159 static struct msi2500_frame_buf *msi2500_get_next_fill_buf( in msi2500_get_next_fill_buf()
163 struct msi2500_frame_buf *buf = NULL; in msi2500_get_next_fill_buf()
169 buf = list_entry(dev->queued_bufs.next, struct msi2500_frame_buf, list); in msi2500_get_next_fill_buf()
384 struct msi2500_frame_buf *fbuf; in msi2500_isoc_handler()
569 struct msi2500_frame_buf *buf; in msi2500_cleanup_queued_bufs()
572 struct msi2500_frame_buf, list); in msi2500_cleanup_queued_bufs()
640 struct msi2500_frame_buf *buf = container_of(vbuf, in msi2500_buf_queue()
641 struct msi2500_frame_buf, in msi2500_buf_queue()
1225 dev->vb_queue.buf_struct_size = sizeof(struct msi2500_frame_buf); in msi2500_probe()