2 * include/media/dw9710.h
4 * Public defines for Auto Focus device
6 * Copyright (C) 2008 Texas Instruments.
9 * Sergio Aguirre <saaguirre@ti.com>
13 * This file is licensed under the terms of the GNU General Public License
14 * version 2. This program is licensed "as is" without any warranty of any
15 * kind, whether express or implied.
22 #define DW9710_NAME "dw9710"
23 #define DW9710_AF_I2C_ADDR 0x0C
26 * struct dw9710_platform_data - platform data values and access functions
27 * @power_set: Power state access function, zero is off, non-zero is on.
28 * @priv_data_set: device private data (pointer) access function
30 struct dw9710_platform_data
{
31 int (*power_set
)(enum v4l2_power power
);
32 int (*priv_data_set
)(void *);
35 #endif /* End of of DW9710_H */