Home
last modified time | relevance | path

Searched refs:q_io (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-fileops.c228 buf = ivtv_dequeue(s, &s->q_io); in ivtv_get_buffer()
385 ivtv_enqueue(s, buf, (buf->readpos == buf->bytesused) ? &s->q_free : &s->q_io); in ivtv_read()
612 while (q.length - q.bytesused < count && (buf = ivtv_dequeue(s, &s->q_io))) in ivtv_write()
665 /* incomplete, leave in q_io for next time */ in ivtv_write()
666 ivtv_enqueue(s, buf, &s->q_io); in ivtv_write()
789 if (s->q_full.length || s->q_io.length) in ivtv_v4l2_enc_poll()
H A Divtv-queue.c175 ivtv_queue_move(s, &s->q_io, NULL, &s->q_free, 0); in ivtv_flush_queues()
H A Divtv-driver.h360 struct ivtv_queue q_io; /* waiting for I/O */ member
H A Divtv-streams.c195 ivtv_queue_init(&s->q_io); in ivtv_stream_init()
H A Divtv-irq.c40 * this, there maybe a buffer in q_io to grab, use, and put in ivtv_pcm_work_handler()
43 buf = ivtv_dequeue(s, &s->q_io); in ivtv_pcm_work_handler()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-fileops.c228 buf = ivtv_dequeue(s, &s->q_io); in ivtv_get_buffer()
385 ivtv_enqueue(s, buf, (buf->readpos == buf->bytesused) ? &s->q_free : &s->q_io); in ivtv_read()
612 while (q.length - q.bytesused < count && (buf = ivtv_dequeue(s, &s->q_io))) in ivtv_write()
665 /* incomplete, leave in q_io for next time */ in ivtv_write()
666 ivtv_enqueue(s, buf, &s->q_io); in ivtv_write()
789 if (s->q_full.length || s->q_io.length) in ivtv_v4l2_enc_poll()
H A Divtv-queue.c175 ivtv_queue_move(s, &s->q_io, NULL, &s->q_free, 0); in ivtv_flush_queues()
H A Divtv-driver.h358 struct ivtv_queue q_io; /* waiting for I/O */ member
H A Divtv-streams.c195 ivtv_queue_init(&s->q_io); in ivtv_stream_init()
H A Divtv-irq.c40 * this, there maybe a buffer in q_io to grab, use, and put in ivtv_pcm_work_handler()
43 buf = ivtv_dequeue(s, &s->q_io); in ivtv_pcm_work_handler()

Completed in 14 milliseconds