|
Linux Kernel
3.7.1
|
#include <linux/platform_device.h>#include <linux/uaccess.h>#include <linux/videodev2.h>#include <linux/clk.h>#include <linux/err.h>#include <linux/module.h>#include <media/davinci/dm355_ccdc.h>#include <media/davinci/vpss.h>#include "dm355_ccdc_regs.h"#include "ccdc_hw_device.h"Go to the source code of this file.
Data Structures | |
| struct | ccdc_oper_config |
Macros | |
| #define | DFC_WRITE_WAIT_COUNT 1000 |
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("CCDC Driver for DM355") | |
| MODULE_AUTHOR ("Texas Instruments") | |
| int | ccdc_write_dfc_entry (int index, struct ccdc_vertical_dft *dfc) |
| module_platform_driver (dm355_ccdc_driver) | |
| #define DFC_WRITE_WAIT_COUNT 1000 |
| int ccdc_write_dfc_entry | ( | int | index, |
| struct ccdc_vertical_dft * | dfc | ||
| ) |
Definition at line 468 of file dm355_ccdc.c.
| MODULE_AUTHOR | ( | "Texas Instruments" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | dm355_ccdc_driver | ) |
1.8.2