Home
last modified time | relevance | path

Searched refs:inno_video_phy (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dinno_video_phy.c24 struct inno_video_phy { struct
84 static inline void phy_write(struct inno_video_phy *inno, u32 reg, u32 val) in phy_write()
89 static inline u32 phy_read(struct inno_video_phy *inno, u32 reg) in phy_read()
94 static inline void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits()
105 static void phy_multi_write(struct inno_video_phy *inno, in phy_multi_write()
120 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_power_on()
161 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_power_off()
172 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_set_mode()
189 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_set_bus_width()
205 struct inno_video_phy *inno = dev_get_priv(dev); in inno_video_phy_probe()
[all …]
H A Dinno_video_combo_phy.c302 struct inno_video_phy { struct
327 static inline void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits() argument
339 static inline void host_update_bits(struct inno_video_phy *inno, in host_update_bits()
379 inno_mipi_dphy_get_timing(struct inno_video_phy *inno) in inno_mipi_dphy_get_timing()
399 static void inno_mipi_dphy_max_2_5GHz_pll_enable(struct inno_video_phy *inno) in inno_mipi_dphy_max_2_5GHz_pll_enable()
417 static void inno_mipi_dphy_max_1GHz_pll_enable(struct inno_video_phy *inno) in inno_mipi_dphy_max_1GHz_pll_enable()
432 static void inno_mipi_dphy_reset(struct inno_video_phy *inno) in inno_mipi_dphy_reset()
448 static void inno_mipi_dphy_timing_init(struct inno_video_phy *inno) in inno_mipi_dphy_timing_init()
580 static void inno_mipi_dphy_lane_enable(struct inno_video_phy *inno) in inno_mipi_dphy_lane_enable()
603 static void inno_video_phy_mipi_mode_enable(struct inno_video_phy *inno) in inno_video_phy_mipi_mode_enable()
[all …]
H A DMakefile28 obj-$(CONFIG_DRM_ROCKCHIP_INNO_VIDEO_PHY) += inno_video_phy.o
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-video-combo-phy.c202 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()
[all …]
H A Dphy-rockchip-inno-video-phy.c27 struct inno_video_phy { struct
84 struct inno_video_phy *inno = phy_get_drvdata(phy); in inno_video_phy_power_on()
128 struct inno_video_phy *inno = phy_get_drvdata(phy); in inno_video_phy_power_off()
161 struct inno_video_phy *inno; in inno_video_phy_probe()