Lines Matching refs:inno_video_phy

202 struct inno_video_phy {  struct
230 static inline struct inno_video_phy *hw_to_inno(struct clk_hw *hw) in hw_to_inno() argument
232 return container_of(hw, struct inno_video_phy, pll.hw); in hw_to_inno()
235 static void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits()
247 static void host_update_bits(struct inno_video_phy *inno, in host_update_bits()
286 static void inno_video_phy_mipi_mode_enable(struct inno_video_phy *inno) in inno_video_phy_mipi_mode_enable()
447 static void inno_video_phy_lvds_mode_enable(struct inno_video_phy *inno) in inno_video_phy_lvds_mode_enable()
502 static void inno_video_phy_ttl_mode_enable(struct inno_video_phy *inno) in inno_video_phy_ttl_mode_enable()
530 struct inno_video_phy *inno = phy_get_drvdata(phy); in inno_video_phy_power_on()
561 struct inno_video_phy *inno = phy_get_drvdata(phy); in inno_video_phy_power_off()
599 static unsigned long inno_video_phy_pll_round_rate(struct inno_video_phy *inno, in inno_video_phy_pll_round_rate()
673 struct inno_video_phy *inno = hw_to_inno(hw); in inno_video_phy_pll_clk_round_rate()
696 struct inno_video_phy *inno = hw_to_inno(hw); in inno_video_phy_pll_clk_set_rate()
706 struct inno_video_phy *inno = hw_to_inno(hw); in inno_video_phy_pll_clk_recalc_rate()
717 static int inno_video_phy_pll_register(struct inno_video_phy *inno) in inno_video_phy_pll_register()
747 static void inno_video_phy_pll_unregister(struct inno_video_phy *inno) in inno_video_phy_pll_unregister()
757 struct inno_video_phy *inno; in inno_video_phy_probe()
845 struct inno_video_phy *inno = platform_get_drvdata(pdev); in inno_video_phy_remove()