Lines Matching defs:tcphy

457 static void tcphy_cfg_24m(struct rockchip_typec_phy *tcphy)  in tcphy_cfg_24m()
482 static void tcphy_cfg_usb3_pll(struct rockchip_typec_phy *tcphy) in tcphy_cfg_usb3_pll()
492 static void tcphy_cfg_dp_pll(struct rockchip_typec_phy *tcphy) in tcphy_cfg_dp_pll()
505 static void tcphy_tx_usb3_cfg_lane(struct rockchip_typec_phy *tcphy, u32 lane) in tcphy_tx_usb3_cfg_lane()
515 static void tcphy_rx_usb3_cfg_lane(struct rockchip_typec_phy *tcphy, u32 lane) in tcphy_rx_usb3_cfg_lane()
529 static void tcphy_dp_cfg_lane(struct rockchip_typec_phy *tcphy, u32 lane) in tcphy_dp_cfg_lane()
560 static inline int property_enable(struct rockchip_typec_phy *tcphy, in property_enable()
569 static void tcphy_dp_aux_set_flip(struct rockchip_typec_phy *tcphy) in tcphy_dp_aux_set_flip()
588 static void tcphy_dp_aux_calibration(struct rockchip_typec_phy *tcphy) in tcphy_dp_aux_calibration()
722 static int tcphy_phy_init(struct rockchip_typec_phy *tcphy, u8 mode) in tcphy_phy_init()
797 static void tcphy_phy_deinit(struct rockchip_typec_phy *tcphy) in tcphy_phy_deinit()
806 static int tcphy_get_mode(struct rockchip_typec_phy *tcphy) in tcphy_get_mode()
853 static int tcphy_cfg_usb3_to_usb2_only(struct rockchip_typec_phy *tcphy, in tcphy_cfg_usb3_to_usb2_only()
867 struct rockchip_typec_phy *tcphy = phy_get_drvdata(phy); in rockchip_usb3_phy_power_on() local
921 struct rockchip_typec_phy *tcphy = phy_get_drvdata(phy); in rockchip_usb3_phy_power_off() local
946 struct rockchip_typec_phy *tcphy = phy_get_drvdata(phy); in rockchip_dp_phy_power_on() local
1015 struct rockchip_typec_phy *tcphy = phy_get_drvdata(phy); in rockchip_dp_phy_power_off() local
1040 static int tcphy_parse_dt(struct rockchip_typec_phy *tcphy, in tcphy_parse_dt()
1083 static void typec_phy_pre_init(struct rockchip_typec_phy *tcphy) in typec_phy_pre_init()
1103 struct rockchip_typec_phy *tcphy; in rockchip_typec_phy_probe() local