Lines Matching refs:ivtv_buffer
13 int ivtv_buf_copy_from_user(struct ivtv_stream *s, struct ivtv_buffer *buf, const char __user *src, int copybytes)
24 void ivtv_buf_swap(struct ivtv_buffer *buf)
40 void ivtv_enqueue(struct ivtv_stream *s, struct ivtv_buffer *buf, struct ivtv_queue *q)
59 struct ivtv_buffer *ivtv_dequeue(struct ivtv_stream *s, struct ivtv_queue *q)
61 struct ivtv_buffer *buf = NULL;
66 buf = list_entry(q->list.next, struct ivtv_buffer, list);
79 struct ivtv_buffer *buf = list_entry(from->list.next, struct ivtv_buffer, list);
133 struct ivtv_buffer *buf = list_entry(steal->list.prev, struct ivtv_buffer, list);
152 buf = list_entry(steal->list.prev, struct ivtv_buffer, list);
228 struct ivtv_buffer *buf = kzalloc(sizeof(struct ivtv_buffer),
255 struct ivtv_buffer *buf;