![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * Driver header for S5P HDMI chip. 0004 * 0005 * Copyright (c) 2011 Samsung Electronics, Co. Ltd 0006 * Contact: Tomasz Stanislawski <t.stanislaws@samsung.com> 0007 */ 0008 0009 #ifndef S5P_HDMI_H 0010 #define S5P_HDMI_H 0011 0012 struct i2c_board_info; 0013 0014 /** 0015 * @hdmiphy_bus: controller id for HDMIPHY bus 0016 * @hdmiphy_info: template for HDMIPHY I2C device 0017 * @mhl_bus: controller id for MHL control bus 0018 * @mhl_info: template for MHL I2C device 0019 * @hpd_gpio: GPIO for Hot-Plug-Detect pin 0020 * 0021 * NULL pointer for *_info fields indicates that 0022 * the corresponding chip is not present 0023 */ 0024 struct s5p_hdmi_platform_data { 0025 int hdmiphy_bus; 0026 struct i2c_board_info *hdmiphy_info; 0027 int mhl_bus; 0028 struct i2c_board_info *mhl_info; 0029 int hpd_gpio; 0030 }; 0031 0032 #endif /* S5P_HDMI_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |