Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
isph3a_af.c File Reference
#include <linux/device.h>
#include <linux/slab.h>
#include "isp.h"
#include "isph3a.h"
#include "ispstat.h"

Go to the source code of this file.

Macros

#define IS_OUT_OF_BOUNDS(value, min, max)   (((value) < (min)) || ((value) > (max)))
 

Functions

int omap3isp_h3a_af_init (struct isp_device *isp)
 
void omap3isp_h3a_af_cleanup (struct isp_device *isp)
 

Macro Definition Documentation

#define IS_OUT_OF_BOUNDS (   value,
  min,
  max 
)    (((value) < (min)) || ((value) > (max)))

Definition at line 36 of file isph3a_af.c.

Function Documentation

void omap3isp_h3a_af_cleanup ( struct isp_device isp)

Definition at line 418 of file isph3a_af.c.

int omap3isp_h3a_af_init ( struct isp_device isp)

Definition at line 361 of file isph3a_af.c.