|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/slab.h>#include <linux/init.h>#include <linux/platform_device.h>#include <linux/interrupt.h>#include <media/v4l2-common.h>#include <linux/io.h>#include <media/davinci/vpfe_capture.h>#include "ccdc_hw_device.h"Go to the source code of this file.
Data Structures | |
| struct | vpfe_standard |
| struct | ccdc_config |
Functions | |
| module_param (numbuffers, uint, S_IRUGO) | |
| module_param (bufsize, uint, S_IRUGO) | |
| module_param (debug, int, 0644) | |
| MODULE_PARM_DESC (numbuffers,"buffer count (default:3)") | |
| MODULE_PARM_DESC (bufsize,"buffer size in bytes (default:720 x 576 x 2)") | |
| MODULE_PARM_DESC (debug,"Debug level 0-1") | |
| MODULE_DESCRIPTION ("VPFE Video for Linux Capture Driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Texas Instruments") | |
| int | vpfe_register_ccdc_device (struct ccdc_hw_device *dev) |
| EXPORT_SYMBOL (vpfe_register_ccdc_device) | |
| void | vpfe_unregister_ccdc_device (struct ccdc_hw_device *dev) |
| EXPORT_SYMBOL (vpfe_unregister_ccdc_device) | |
| module_platform_driver (vpfe_driver) | |
Variables | |
| struct vpfe_standard | vpfe_standards [] |
| EXPORT_SYMBOL | ( | vpfe_register_ccdc_device | ) |
| EXPORT_SYMBOL | ( | vpfe_unregister_ccdc_device | ) |
| MODULE_AUTHOR | ( | "Texas Instruments" | ) |
| MODULE_DESCRIPTION | ( | "VPFE Video for Linux Capture Driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| MODULE_PARM_DESC | ( | numbuffers | , |
| "buffer count (default:3)" | |||
| ) |
| module_platform_driver | ( | vpfe_driver | ) |
Definition at line 210 of file vpfe_capture.c.
Definition at line 266 of file vpfe_capture.c.
| struct vpfe_standard vpfe_standards[] |
Definition at line 128 of file vpfe_capture.c.
1.8.2