Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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.c307 struct inno_video_phy { struct
334 static inline void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits() argument
346 static inline void host_update_bits(struct inno_video_phy *inno, in host_update_bits()
386 inno_mipi_dphy_get_timing(struct inno_video_phy *inno) in inno_mipi_dphy_get_timing()
406 static void inno_mipi_dphy_max_2_5GHz_pll_enable(struct inno_video_phy *inno) in inno_mipi_dphy_max_2_5GHz_pll_enable()
424 static void inno_mipi_dphy_max_1GHz_pll_enable(struct inno_video_phy *inno) in inno_mipi_dphy_max_1GHz_pll_enable()
439 static void inno_mipi_dphy_reset(struct inno_video_phy *inno) in inno_mipi_dphy_reset()
455 static void inno_mipi_dphy_timing_init(struct inno_video_phy *inno) in inno_mipi_dphy_timing_init()
587 static void inno_mipi_dphy_lane_enable(struct inno_video_phy *inno) in inno_mipi_dphy_lane_enable()
610 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