Searched defs:inno (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | inno_video_phy.c | 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() local 161 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_power_off() local 172 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_set_mode() local 189 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_set_bus_width() local 205 struct inno_video_phy *inno = dev_get_priv(dev); in inno_video_phy_probe() local
|
| H A D | rockchip-inno-hdmi-phy.c | 355 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write() 360 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read() 369 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, in inno_update_bits() 380 static u32 inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inno, in inno_hdmi_phy_get_tmdsclk() 453 struct inno_hdmi_phy *inno = (struct inno_hdmi_phy *)phy->data; in inno_hdmi_phy_power_on() local 505 struct inno_hdmi_phy *inno = (struct inno_hdmi_phy *)phy->data; in inno_hdmi_phy_power_off() local 517 static int inno_hdmi_phy_clk_is_prepared(struct inno_hdmi_phy *inno) in inno_hdmi_phy_clk_is_prepared() 529 static int inno_hdmi_phy_clk_prepare(struct inno_hdmi_phy *inno) in inno_hdmi_phy_clk_prepare() 540 static int inno_hdmi_phy_clk_set_rate(struct inno_hdmi_phy *inno, in inno_hdmi_phy_clk_set_rate() 563 static void inno_hdmi_phy_rk3228_init(struct inno_hdmi_phy *inno) in inno_hdmi_phy_rk3228_init() [all …]
|
| H A D | inno_mipi_phy.c | 285 static inline void inno_write(struct inno_mipi_dphy *inno, u32 reg, u32 val) in inno_write() 290 static inline u32 inno_read(struct inno_mipi_dphy *inno, u32 reg) in inno_read() 295 static inline void inno_update_bits(struct inno_mipi_dphy *inno, u32 reg, in inno_update_bits() 334 static void inno_mipi_dphy_timing_update(struct inno_mipi_dphy *inno, in inno_mipi_dphy_timing_update() 431 static void inno_mipi_dphy_lane_timing_init(struct inno_mipi_dphy *inno, in inno_mipi_dphy_lane_timing_init() 540 static inline void inno_mipi_dphy_reset(struct inno_mipi_dphy *inno) in inno_mipi_dphy_reset() 556 static void inno_mipi_dphy_timing_init(struct inno_mipi_dphy *inno) in inno_mipi_dphy_timing_init() 576 static inline void inno_mipi_dphy_lane_enable(struct inno_mipi_dphy *inno) in inno_mipi_dphy_lane_enable() 603 static inline void inno_mipi_dphy_pll_ldo_disable(struct inno_mipi_dphy *inno) in inno_mipi_dphy_pll_ldo_disable() 610 static inline void inno_mipi_dphy_pll_ldo_enable(struct inno_mipi_dphy *inno) in inno_mipi_dphy_pll_ldo_enable() [all …]
|
| H A D | inno_video_combo_phy.c | 334 static inline void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits() 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() 634 static void inno_dsiphy_lvds_voltage_set(struct inno_video_phy *inno) in inno_dsiphy_lvds_voltage_set() [all …]
|