Linux Kernel
3.7.1
|
#include <s5p_hdmi.h>
Data Fields | |
int | hdmiphy_bus |
struct i2c_board_info * | hdmiphy_info |
int | mhl_bus |
struct i2c_board_info * | mhl_info |
int | hpd_gpio |
: controller id for HDMIPHY bus : template for HDMIPHY I2C device : controller id for MHL control bus : template for MHL I2C device : GPIO for Hot-Plug-Detect pin
NULL pointer for *_info fields indicates that the corresponding chip is not present
Definition at line 28 of file s5p_hdmi.h.
int hdmiphy_bus |
Definition at line 29 of file s5p_hdmi.h.
struct i2c_board_info* hdmiphy_info |
Definition at line 30 of file s5p_hdmi.h.
int hpd_gpio |
Definition at line 33 of file s5p_hdmi.h.
int mhl_bus |
Definition at line 31 of file s5p_hdmi.h.
struct i2c_board_info* mhl_info |
Definition at line 32 of file s5p_hdmi.h.