1 /* SPDX-License-Identifier: GPL-2.0 */ !! 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* mt9t112 Camera 2 /* mt9t112 Camera 3 * 3 * 4 * Copyright (C) 2009 Renesas Solutions Corp. 4 * Copyright (C) 2009 Renesas Solutions Corp. 5 * Kuninori Morimoto <morimoto.kuninori@renesa 5 * Kuninori Morimoto <morimoto.kuninori@renesas.com> 6 */ 6 */ 7 7 8 #ifndef __MT9T112_H__ 8 #ifndef __MT9T112_H__ 9 #define __MT9T112_H__ 9 #define __MT9T112_H__ 10 10 11 struct mt9t112_pll_divider { 11 struct mt9t112_pll_divider { 12 u8 m, n; 12 u8 m, n; 13 u8 p1, p2, p3, p4, p5, p6, p7; 13 u8 p1, p2, p3, p4, p5, p6, p7; 14 }; 14 }; 15 15 16 /** 16 /** 17 * struct mt9t112_platform_data - mt9t112 driv !! 17 * mt9t112_platform_data - mt9t112 driver interface 18 * @flags: Sensor media b 18 * @flags: Sensor media bus configuration. 19 * @divider: Sensor PLL con 19 * @divider: Sensor PLL configuration 20 */ 20 */ 21 struct mt9t112_platform_data { 21 struct mt9t112_platform_data { 22 #define MT9T112_FLAG_PCLK_RISING_EDGE BIT(0) 22 #define MT9T112_FLAG_PCLK_RISING_EDGE BIT(0) 23 u32 flags; 23 u32 flags; 24 struct mt9t112_pll_divider divider; 24 struct mt9t112_pll_divider divider; 25 }; 25 }; 26 26 27 #endif /* __MT9T112_H__ */ 27 #endif /* __MT9T112_H__ */ 28 28
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.