Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/tw68/
Dtw68-video.c339 int tw68_video_start_dma(struct tw68_dev *dev, struct tw68_buf *buf) in tw68_video_start_dma()
427 struct tw68_buf *buf = container_of(vbuf, struct tw68_buf, vb); in tw68_buf_queue()
428 struct tw68_buf *prev; in tw68_buf_queue()
438 prev = list_entry(dev->active.prev, struct tw68_buf, list); in tw68_buf_queue()
462 struct tw68_buf *buf = container_of(vbuf, struct tw68_buf, vb); in tw68_buf_prepare()
505 struct tw68_buf *buf = container_of(vbuf, struct tw68_buf, vb); in tw68_buf_finish()
513 struct tw68_buf *buf = in tw68_start_streaming()
514 container_of(dev->active.next, struct tw68_buf, list); in tw68_start_streaming()
528 struct tw68_buf *buf = in tw68_stop_streaming()
529 container_of(dev->active.next, struct tw68_buf, list); in tw68_stop_streaming()
[all …]
Dtw68.h121 struct tw68_buf { struct
207 int tw68_video_start_dma(struct tw68_dev *dev, struct tw68_buf *buf);
212 int tw68_risc_buffer(struct pci_dev *pci, struct tw68_buf *buf,
Dtw68-risc.c138 struct tw68_buf *buf, in tw68_risc_buffer()
222 void tw68_risc_program_dump(struct tw68_core *core, struct tw68_buf *buf)
Dtw68-core.c397 struct tw68_buf *buf; in tw68_resume()
412 buf = container_of(dev->active.next, struct tw68_buf, list); in tw68_resume()