Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip-inno-hdmi-phy.c163 struct inno_hdmi_phy { struct
200 void (*init)(struct inno_hdmi_phy *inno);
201 int (*power_on)(struct inno_hdmi_phy *inno,
204 void (*power_off)(struct inno_hdmi_phy *inno);
205 int (*pre_pll_update)(struct inno_hdmi_phy *inno,
207 unsigned long (*recalc_rate)(struct inno_hdmi_phy *inno,
228 static struct inno_hdmi_phy *g_inno;
345 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write()
350 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read()
359 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, in inno_update_bits()
[all …]
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi-phy.c167 struct inno_hdmi_phy { struct
215 void (*init)(struct inno_hdmi_phy *inno);
216 int (*power_on)(struct inno_hdmi_phy *inno,
219 void (*power_off)(struct inno_hdmi_phy *inno);
220 int (*pre_pll_update)(struct inno_hdmi_phy *inno,
222 unsigned long (*recalc_rate)(struct inno_hdmi_phy *inno,
371 static inline struct inno_hdmi_phy *to_inno_hdmi_phy(struct clk_hw *hw) in to_inno_hdmi_phy()
373 return container_of(hw, struct inno_hdmi_phy, hw); in to_inno_hdmi_phy()
376 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write()
381 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read()
[all …]
H A Dphy-rockchip-inno-hdmi.c230 struct inno_hdmi_phy { struct
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) in to_inno_hdmi_phy()
373 return container_of(hw, struct inno_hdmi_phy, hw); in to_inno_hdmi_phy()
382 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write()
387 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read()
396 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, in inno_update_bits()
406 static unsigned long inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inno, in inno_hdmi_phy_get_tmdsclk()
[all …]