Searched refs:inno_hdmi_phy (Results 1 – 1 of 1) sorted by relevance
229 struct inno_hdmi_phy { struct281 int (*init)(struct inno_hdmi_phy *inno);282 int (*power_on)(struct inno_hdmi_phy *inno,285 void (*power_off)(struct inno_hdmi_phy *inno);520 static inline struct inno_hdmi_phy *to_inno_hdmi_phy(struct clk_hw *hw) in to_inno_hdmi_phy()522 return container_of(hw, struct inno_hdmi_phy, hw); in to_inno_hdmi_phy()531 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write()536 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read()545 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, in inno_update_bits()555 static unsigned long inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inno, in inno_hdmi_phy_get_tmdsclk()[all …]