Home
last modified time | relevance | path

Searched refs:inno_hdmi_phy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/rockchip/
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 *inn
[all...]
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c229 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);
519 static inline struct inno_hdmi_phy *to_inno_hdmi_phy(struct clk_hw *hw) in to_inno_hdmi_phy()
521 return container_of(hw, struct inno_hdmi_phy, hw); in to_inno_hdmi_phy()
530 static inline void inno_write(struct inno_hdmi_phy *inno, u32 reg, u8 val) in inno_write()
535 static inline u8 inno_read(struct inno_hdmi_phy *inno, u32 reg) in inno_read()
544 static inline void inno_update_bits(struct inno_hdmi_phy *inno, u8 reg, in inno_update_bits()
554 static unsigned long inno_hdmi_phy_get_tmdsclk(struct inno_hdmi_phy *inn
[all...]

Completed in 4 milliseconds