Root/
1 | /* |
2 | * helper functions for physically contiguous capture buffers |
3 | * |
4 | * The functions support hardware lacking scatter gather support |
5 | * (i.e. the buffers must be linear in physical memory) |
6 | * |
7 | * Copyright (c) 2008 Magnus Damm |
8 | * |
9 | * This program is free software; you can redistribute it and/or modify |
10 | * it under the terms of the GNU General Public License as published by |
11 | * the Free Software Foundation; either version 2 |
12 | */ |
13 | #ifndef _VIDEOBUF_DMA_CONTIG_H |
14 | #define _VIDEOBUF_DMA_CONTIG_H |
15 | |
16 | #include <linux/dma-mapping.h> |
17 | #include <media/videobuf-core.h> |
18 | |
19 | void videobuf_queue_dma_contig_init(struct videobuf_queue *q, |
20 | struct videobuf_queue_ops *ops, |
21 | struct device *dev, |
22 | spinlock_t *irqlock, |
23 | enum v4l2_buf_type type, |
24 | enum v4l2_field field, |
25 | unsigned int msize, |
26 | void *priv); |
27 | |
28 | dma_addr_t videobuf_to_dma_contig(struct videobuf_buffer *buf); |
29 | void videobuf_dma_contig_free(struct videobuf_queue *q, |
30 | struct videobuf_buffer *buf); |
31 | |
32 | #endif /* _VIDEOBUF_DMA_CONTIG_H */ |
33 |
Branches:
ben-wpan
ben-wpan-stefan
javiroman/ks7010
jz-2.6.34
jz-2.6.34-rc5
jz-2.6.34-rc6
jz-2.6.34-rc7
jz-2.6.35
jz-2.6.36
jz-2.6.37
jz-2.6.38
jz-2.6.39
jz-3.0
jz-3.1
jz-3.11
jz-3.12
jz-3.13
jz-3.15
jz-3.16
jz-3.18-dt
jz-3.2
jz-3.3
jz-3.4
jz-3.5
jz-3.6
jz-3.6-rc2-pwm
jz-3.9
jz-3.9-clk
jz-3.9-rc8
jz47xx
jz47xx-2.6.38
master
Tags:
od-2011-09-04
od-2011-09-18
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v3.9