Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/msi2500/
Dmsi2500.c117 struct msi2500_frame_buf { struct
160 static struct msi2500_frame_buf *msi2500_get_next_fill_buf( in msi2500_get_next_fill_buf()
164 struct msi2500_frame_buf *buf = NULL; in msi2500_get_next_fill_buf()
170 buf = list_entry(s->queued_bufs.next, struct msi2500_frame_buf, list); in msi2500_get_next_fill_buf()
384 struct msi2500_frame_buf *fbuf; in msi2500_isoc_handler()
567 struct msi2500_frame_buf *buf; in msi2500_cleanup_queued_bufs()
569 buf = list_entry(s->queued_bufs.next, struct msi2500_frame_buf, in msi2500_cleanup_queued_bufs()
635 struct msi2500_frame_buf *buf = in msi2500_buf_queue()
636 container_of(vb, struct msi2500_frame_buf, vb); in msi2500_buf_queue()
1201 s->vb_queue.buf_struct_size = sizeof(struct msi2500_frame_buf); in msi2500_probe()