Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/device.h>
#include "isp.h"
#include "ispreg.h"
#include "isphist.h"
Go to the source code of this file.
Macros | |
#define | HIST_CONFIG_DMA 1 |
#define | HIST_USING_DMA(hist) ((hist)->dma_ch >= 0) |
Functions | |
int | omap3isp_hist_init (struct isp_device *isp) |
void | omap3isp_hist_cleanup (struct isp_device *isp) |
void omap3isp_hist_cleanup | ( | struct isp_device * | isp | ) |
int omap3isp_hist_init | ( | struct isp_device * | isp | ) |