|
Linux Kernel
3.7.1
|
#include "gspca.h"Go to the source code of this file.
Functions | |
| int | gspca_expo_autogain (struct gspca_dev *gspca_dev, int avg_lum, int desired_avg_lum, int deadzone, int gain_knee, int exposure_knee) |
| EXPORT_SYMBOL (gspca_expo_autogain) | |
| int | gspca_coarse_grained_expo_autogain (struct gspca_dev *gspca_dev, int avg_lum, int desired_avg_lum, int deadzone) |
| EXPORT_SYMBOL (gspca_coarse_grained_expo_autogain) | |
| EXPORT_SYMBOL | ( | gspca_expo_autogain | ) |
| EXPORT_SYMBOL | ( | gspca_coarse_grained_expo_autogain | ) |
| int gspca_coarse_grained_expo_autogain | ( | struct gspca_dev * | gspca_dev, |
| int | avg_lum, | ||
| int | desired_avg_lum, | ||
| int | deadzone | ||
| ) |
Definition at line 109 of file autogain_functions.c.
1.8.2