Lines Matching defs:inno_hdmi_phy
230 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);
371 static inline struct inno_hdmi_phy *to_inno_hdmi_phy(struct clk_hw *hw)
373 return container_of(hw, struct inno_hdmi_phy, hw);
382 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val)
387 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg)
396 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg,
406 static unsigned long inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inno,
426 struct inno_hdmi_phy *inno = dev_id;
448 struct inno_hdmi_phy *inno = dev_id;
459 struct inno_hdmi_phy *inno = phy_get_drvdata(phy);
503 struct inno_hdmi_phy *inno = phy_get_drvdata(phy);
524 struct pre_pll_config *inno_hdmi_phy_get_pre_pll_cfg(struct inno_hdmi_phy *inno,
542 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
551 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
559 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
569 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
622 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
688 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
697 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
705 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
715 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
778 struct inno_hdmi_phy *inno = to_inno_hdmi_phy(hw);
839 static int inno_hdmi_phy_clk_register(struct inno_hdmi_phy *inno)
876 static int inno_hdmi_phy_rk3228_init(struct inno_hdmi_phy *inno)
898 inno_hdmi_phy_rk3228_power_on(struct inno_hdmi_phy *inno,
956 static void inno_hdmi_phy_rk3228_power_off(struct inno_hdmi_phy *inno)
970 static int inno_hdmi_phy_rk3328_init(struct inno_hdmi_phy *inno)
1013 inno_hdmi_phy_rk3328_power_on(struct inno_hdmi_phy *inno,
1102 static void inno_hdmi_phy_rk3328_power_off(struct inno_hdmi_phy *inno)
1141 struct inno_hdmi_phy *inno = data;
1149 struct inno_hdmi_phy *inno;