#include <asm/cacheflush.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/dma-mapping.h>
#include <linux/i2c.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regulator/consumer.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/vmalloc.h>
#include <media/v4l2-common.h>
#include <media/v4l2-device.h>
#include <plat/cpu.h>
#include "isp.h"
Go to the source code of this file.
|
| module_param (autoidle, int, 0444) |
|
| MODULE_PARM_DESC (autoidle,"Enable OMAP3ISP AUTOIDLE support") |
|
void | omap3isp_flush (struct isp_device *isp) |
|
void | omap3isp_configure_bridge (struct isp_device *isp, enum ccdc_input_entity input, const struct isp_parallel_platform_data *pdata, unsigned int shift, unsigned int bridge) |
|
void | omap3isp_hist_dma_done (struct isp_device *isp) |
|
int | omap3isp_pipeline_pm_use (struct media_entity *entity, int use) |
|
int | omap3isp_pipeline_set_stream (struct isp_pipeline *pipe, enum isp_pipeline_stream_state state) |
|
void | omap3isp_sbl_enable (struct isp_device *isp, enum isp_sbl_resource res) |
|
void | omap3isp_sbl_disable (struct isp_device *isp, enum isp_sbl_resource res) |
|
int | omap3isp_module_sync_idle (struct media_entity *me, wait_queue_head_t *wait, atomic_t *stopping) |
|
int | omap3isp_module_sync_is_stopping (wait_queue_head_t *wait, atomic_t *stopping) |
|
void | omap3isp_subclk_enable (struct isp_device *isp, enum isp_subclk_resource res) |
|
void | omap3isp_subclk_disable (struct isp_device *isp, enum isp_subclk_resource res) |
|
struct isp_device * | omap3isp_get (struct isp_device *isp) |
|
void | omap3isp_put (struct isp_device *isp) |
|
void | omap3isp_print_status (struct isp_device *isp) |
|
| MODULE_DEVICE_TABLE (platform, omap3isp_id_table) |
|
| module_platform_driver (omap3isp_driver) |
|
| MODULE_AUTHOR ("Nokia Corporation") |
|
| MODULE_DESCRIPTION ("TI OMAP3 ISP driver") |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_VERSION (ISP_VIDEO_DRIVER_VERSION) |
|
MODULE_AUTHOR |
( |
"Nokia Corporation" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
platform |
, |
|
|
omap3isp_id_table |
|
|
) |
| |
module_param |
( |
autoidle |
, |
|
|
int |
, |
|
|
0444 |
|
|
) |
| |
module_platform_driver |
( |
omap3isp_driver |
| ) |
|