Searched refs:tcphy_rst (Results 1 – 3 of 3) sorted by relevance
203 reset_deassert(&tcphy->tcphy_rst); in tcphy_phy_init()234 reset_assert(&tcphy->tcphy_rst); in tcphy_phy_init()240 reset_assert(&tcphy->tcphy_rst); in tcphy_phy_deinit()440 ret = reset_get_by_name(dev, "uphy-pipe", &tcphy->tcphy_rst); in tcphy_parse_dt()453 reset_assert(&tcphy->tcphy_rst); in typec_phy_pre_init()
34 struct reset_ctl tcphy_rst; member
431 struct reset_control *tcphy_rst; member1278 reset_control_deassert(tcphy->tcphy_rst); in tcphy_phy_init()1329 reset_control_assert(tcphy->tcphy_rst); in tcphy_phy_init()1338 reset_control_assert(tcphy->tcphy_rst); in tcphy_phy_deinit()1685 tcphy->tcphy_rst = devm_reset_control_get(dev, "uphy-tcphy"); in tcphy_parse_dt()1686 if (IS_ERR(tcphy->tcphy_rst)) { in tcphy_parse_dt()1688 return PTR_ERR(tcphy->tcphy_rst); in tcphy_parse_dt()1708 reset_control_assert(tcphy->tcphy_rst); in typec_phy_pre_init()