1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * S5K4ECGX image sensor header file
5 * Copyright (C) 2012, Linaro
6 * Copyright (C) 2012, Samsung Electronics Co., Ltd.
13 * struct s5k4ecgx_gpio - data structure describing a GPIO
15 * @level: indicates active state of the @gpio
17 struct s5k4ecgx_gpio
{
23 * struct ss5k4ecgx_platform_data- s5k4ecgx driver platform data
24 * @gpio_reset: GPIO driving RESET pin
25 * @gpio_stby : GPIO driving STBY pin
28 struct s5k4ecgx_platform_data
{
29 struct s5k4ecgx_gpio gpio_reset
;
30 struct s5k4ecgx_gpio gpio_stby
;
33 #endif /* S5K4ECGX_H */