Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
isphist.c File Reference
#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)
 

Macro Definition Documentation

#define HIST_CONFIG_DMA   1

Definition at line 37 of file isphist.c.

#define HIST_USING_DMA (   hist)    ((hist)->dma_ch >= 0)

Definition at line 39 of file isphist.c.

Function Documentation

void omap3isp_hist_cleanup ( struct isp_device isp)

Definition at line 512 of file isphist.c.

int omap3isp_hist_init ( struct isp_device isp)

Definition at line 469 of file isphist.c.