#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/gpio.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/regulator/consumer.h>
#include <linux/v4l2-mediabus.h>
#include <media/v4l2-device.h>
#include "smiapp.h"
Go to the source code of this file.
#define SCALING_GOODNESS 100000 |
#define SCALING_GOODNESS_EXTREME 100000000 |
#define SMIAPP_ALIGN_DIM |
( |
|
dim, |
|
|
|
flags |
|
) |
| |
#define smiapp_resume NULL |
#define smiapp_suspend NULL |
#define to_csi_format_idx |
( |
|
fmt | ) |
|
Value:
- (
unsigned long)smiapp_csi_data_formats) \
/ sizeof(*smiapp_csi_data_formats))
Definition at line 379 of file smiapp-core.c.
MODULE_DESCRIPTION |
( |
"Generic SMIA/SMIA++ camera module driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
smiapp_id_table |
|
|
) |
| |
module_i2c_driver |
( |
smiapp_i2c_driver |
| ) |
|
const char* pixel_order_str[] = { "GRBG", "RGGB", "BGGR", "GBRG" } |