Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/msi2500/
H A Dmsi2500.c99 struct msi2500_frame_buf { struct
143 static struct msi2500_frame_buf *msi2500_get_next_fill_buf( in msi2500_get_next_fill_buf()
147 struct msi2500_frame_buf *buf = NULL; in msi2500_get_next_fill_buf()
153 buf = list_entry(dev->queued_bufs.next, struct msi2500_frame_buf, list); in msi2500_get_next_fill_buf()
368 struct msi2500_frame_buf *fbuf; in msi2500_isoc_handler()
552 struct msi2500_frame_buf *buf; in msi2500_cleanup_queued_bufs()
555 struct msi2500_frame_buf, list); in msi2500_cleanup_queued_bufs()
619 struct msi2500_frame_buf *buf = container_of(vbuf, in msi2500_buf_queue()
620 struct msi2500_frame_buf, in msi2500_buf_queue()
1198 dev->vb_queue.buf_struct_size = sizeof(struct msi2500_frame_buf); in msi2500_probe()