Linux Kernel
3.7.1
|
#include "cx25821-video.h"
#include "cx25821-video-upstream-ch2.h"
#include <linux/fs.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/syscalls.h>
#include <linux/file.h>
#include <linux/fcntl.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
Go to the source code of this file.
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Functions | |
MODULE_DESCRIPTION ("v4l2 driver module for cx25821 based TV cards") | |
MODULE_AUTHOR ("Hiep Huynh <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
int | cx25821_risc_buffer_upstream_ch2 (struct cx25821_dev *dev, struct pci_dev *pci, unsigned int top_offset, unsigned int bpl, unsigned int lines) |
void | cx25821_stop_upstream_video_ch2 (struct cx25821_dev *dev) |
void | cx25821_free_mem_upstream_ch2 (struct cx25821_dev *dev) |
int | cx25821_get_frame_ch2 (struct cx25821_dev *dev, struct sram_channel *sram_ch) |
int | cx25821_openfile_ch2 (struct cx25821_dev *dev, struct sram_channel *sram_ch) |
int | cx25821_video_upstream_irq_ch2 (struct cx25821_dev *dev, int chan_num, u32 status) |
int | cx25821_start_video_dma_upstream_ch2 (struct cx25821_dev *dev, struct sram_channel *sram_ch) |
int | cx25821_vidupstream_init_ch2 (struct cx25821_dev *dev, int channel_select, int pixel_format) |
Definition at line 23 of file cx25821-video-upstream-ch2.c.
void cx25821_free_mem_upstream_ch2 | ( | struct cx25821_dev * | dev | ) |
Definition at line 238 of file cx25821-video-upstream-ch2.c.
int cx25821_get_frame_ch2 | ( | struct cx25821_dev * | dev, |
struct sram_channel * | sram_ch | ||
) |
Definition at line 258 of file cx25821-video-upstream-ch2.c.
int cx25821_openfile_ch2 | ( | struct cx25821_dev * | dev, |
struct sram_channel * | sram_ch | ||
) |
Definition at line 363 of file cx25821-video-upstream-ch2.c.
int cx25821_risc_buffer_upstream_ch2 | ( | struct cx25821_dev * | dev, |
struct pci_dev * | pci, | ||
unsigned int | top_offset, | ||
unsigned int | bpl, | ||
unsigned int | lines | ||
) |
Definition at line 126 of file cx25821-video-upstream-ch2.c.
int cx25821_start_video_dma_upstream_ch2 | ( | struct cx25821_dev * | dev, |
struct sram_channel * | sram_ch | ||
) |
Definition at line 650 of file cx25821-video-upstream-ch2.c.
void cx25821_stop_upstream_video_ch2 | ( | struct cx25821_dev * | dev | ) |
Definition at line 201 of file cx25821-video-upstream-ch2.c.
int cx25821_video_upstream_irq_ch2 | ( | struct cx25821_dev * | dev, |
int | chan_num, | ||
u32 | status | ||
) |
Definition at line 510 of file cx25821-video-upstream-ch2.c.
int cx25821_vidupstream_init_ch2 | ( | struct cx25821_dev * | dev, |
int | channel_select, | ||
int | pixel_format | ||
) |
Definition at line 702 of file cx25821-video-upstream-ch2.c.
MODULE_AUTHOR | ( | "Hiep Huynh <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |