Searched hist:"5 bf2b19320ec31d094d7370fdf536f7fd91fd799" (Results 1 – 7 of 7) sorted by relevance
/linux/samples/kfifo/ |
H A D | Makefile | 5bf2b19320ec31d094d7370fdf536f7fd91fd799 Wed Aug 11 03:03:39 CEST 2010 Stefani Seibold <stefani@seibold.net> kfifo: add example files to the kernel sample directory
Add four examples to the kernel sample directory.
It shows how to handle: - a byte stream fifo - a integer type fifo - a dynamic record sized fifo - the fifo DMA functions
[akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Stefani Seibold <stefani@seibold.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | record-example.c | 5bf2b19320ec31d094d7370fdf536f7fd91fd799 Wed Aug 11 03:03:39 CEST 2010 Stefani Seibold <stefani@seibold.net> kfifo: add example files to the kernel sample directory
Add four examples to the kernel sample directory.
It shows how to handle: - a byte stream fifo - a integer type fifo - a dynamic record sized fifo - the fifo DMA functions
[akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Stefani Seibold <stefani@seibold.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | inttype-example.c | 5bf2b19320ec31d094d7370fdf536f7fd91fd799 Wed Aug 11 03:03:39 CEST 2010 Stefani Seibold <stefani@seibold.net> kfifo: add example files to the kernel sample directory
Add four examples to the kernel sample directory.
It shows how to handle: - a byte stream fifo - a integer type fifo - a dynamic record sized fifo - the fifo DMA functions
[akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Stefani Seibold <stefani@seibold.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | dma-example.c | 5bf2b19320ec31d094d7370fdf536f7fd91fd799 Wed Aug 11 03:03:39 CEST 2010 Stefani Seibold <stefani@seibold.net> kfifo: add example files to the kernel sample directory
Add four examples to the kernel sample directory.
It shows how to handle: - a byte stream fifo - a integer type fifo - a dynamic record sized fifo - the fifo DMA functions
[akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Stefani Seibold <stefani@seibold.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | bytestream-example.c | 5bf2b19320ec31d094d7370fdf536f7fd91fd799 Wed Aug 11 03:03:39 CEST 2010 Stefani Seibold <stefani@seibold.net> kfifo: add example files to the kernel sample directory
Add four examples to the kernel sample directory.
It shows how to handle: - a byte stream fifo - a integer type fifo - a dynamic record sized fifo - the fifo DMA functions
[akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Stefani Seibold <stefani@seibold.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/linux/samples/ |
H A D | Makefile | diff 5bf2b19320ec31d094d7370fdf536f7fd91fd799 Wed Aug 11 03:03:39 CEST 2010 Stefani Seibold <stefani@seibold.net> kfifo: add example files to the kernel sample directory
Add four examples to the kernel sample directory.
It shows how to handle: - a byte stream fifo - a integer type fifo - a dynamic record sized fifo - the fifo DMA functions
[akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Stefani Seibold <stefani@seibold.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | Kconfig | diff 5bf2b19320ec31d094d7370fdf536f7fd91fd799 Wed Aug 11 03:03:39 CEST 2010 Stefani Seibold <stefani@seibold.net> kfifo: add example files to the kernel sample directory
Add four examples to the kernel sample directory.
It shows how to handle: - a byte stream fifo - a integer type fifo - a dynamic record sized fifo - the fifo DMA functions
[akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Stefani Seibold <stefani@seibold.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|