ov772x.h (9938b04472d5c59f8bd8152a548533a8599596a2) ov772x.h (762c28121d7cf183db6ef70988d3b47bb60e4869)
1/*
2 * ov772x Camera
3 *
4 * Copyright (C) 2008 Renesas Solutions Corp.
5 * Kuninori Morimoto <morimoto.kuninori@renesas.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 34 unchanged lines hidden (view full) ---

43
44#define OV772X_MANUAL_EDGECTRL(s, t) \
45{ \
46 .strength = (s & OV772X_EDGE_STRENGTH_MASK) | \
47 OV772X_MANUAL_EDGE_CTRL, \
48 .threshold = (t & OV772X_EDGE_THRESHOLD_MASK), \
49}
50
1/*
2 * ov772x Camera
3 *
4 * Copyright (C) 2008 Renesas Solutions Corp.
5 * Kuninori Morimoto <morimoto.kuninori@renesas.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 34 unchanged lines hidden (view full) ---

43
44#define OV772X_MANUAL_EDGECTRL(s, t) \
45{ \
46 .strength = (s & OV772X_EDGE_STRENGTH_MASK) | \
47 OV772X_MANUAL_EDGE_CTRL, \
48 .threshold = (t & OV772X_EDGE_THRESHOLD_MASK), \
49}
50
51/*
52 * ov772x camera info
51/**
52 * ov772x_camera_info - ov772x driver interface structure
53 * @flags: Sensor configuration flags
54 * @edgectrl: Sensor edge control
53 */
54struct ov772x_camera_info {
55 unsigned long flags;
56 struct ov772x_edge_ctrl edgectrl;
57};
58
59#endif /* __OV772X_H__ */
55 */
56struct ov772x_camera_info {
57 unsigned long flags;
58 struct ov772x_edge_ctrl edgectrl;
59};
60
61#endif /* __OV772X_H__ */