Lines Matching refs:hdmi_phy
22 struct hdmi_phy;
58 struct hdmi_phy *phy;
148 void (*powerup)(struct hdmi_phy *phy, unsigned long int pixclock);
149 void (*powerdown)(struct hdmi_phy *phy);
161 struct hdmi_phy { struct
170 static inline void hdmi_phy_write(struct hdmi_phy *phy, u32 reg, u32 data) in hdmi_phy_write() argument
175 static inline u32 hdmi_phy_read(struct hdmi_phy *phy, u32 reg) in hdmi_phy_read()
180 int msm_hdmi_phy_resource_enable(struct hdmi_phy *phy);
181 void msm_hdmi_phy_resource_disable(struct hdmi_phy *phy);
182 void msm_hdmi_phy_powerup(struct hdmi_phy *phy, unsigned long int pixclock);
183 void msm_hdmi_phy_powerdown(struct hdmi_phy *phy);