Lines Matching defs:inno_hdmi_phy
229 struct inno_hdmi_phy {
280 int (*init)(struct inno_hdmi_phy *inno);
281 int (*power_on)(struct inno_hdmi_phy *inno,
284 void (*power_off)(struct inno_hdmi_phy *inno);
519 static inline struct inno_hdmi_phy *to_inno_hdmi_phy(struct clk_hw *hw)
521 return container_of(hw, struct inno_hdmi_phy, hw);
530 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val)
535 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg)
544 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg,
554 static unsigned long inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inno,
574 struct inno_hdmi_phy *inno = dev_id;
596 struct inno_hdmi_phy *inno = dev_id;
607 struct inno_hdmi_phy *inno = phy_get_drvdata(phy);
653 struct inno_hdmi_phy *inno = phy_get_drvdata(phy);
676 struct pre_pll_config *inno_hdmi_phy_get_pre_pll_cfg(struct inno_hdmi_phy *inno,
694 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
703 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
711 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
721 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
774 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
844 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
853 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
861 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
871 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
931 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
996 static int inno_hdmi_phy_clk_register(struct inno_hdmi_phy *inno)
1033 static int inno_hdmi_phy_rk3228_init(struct inno_hdmi_phy *inno)
1055 inno_hdmi_phy_rk3228_power_on(struct inno_hdmi_phy *inno,
1113 static void inno_hdmi_phy_rk3228_power_off(struct inno_hdmi_phy *inno)
1127 static int inno_hdmi_phy_rk3328_init(struct inno_hdmi_phy *inno)
1170 inno_hdmi_phy_rk3328_power_on(struct inno_hdmi_phy *inno,
1259 static void inno_hdmi_phy_rk3328_power_off(struct inno_hdmi_phy *inno)
1298 struct inno_hdmi_phy *inno = data;
1306 struct inno_hdmi_phy *inno;