Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/rockchip/
Dphy-rockchip-typec.c389 struct reset_control *tcphy_rst; member
749 reset_control_deassert(tcphy->tcphy_rst); in tcphy_phy_init()
799 reset_control_assert(tcphy->tcphy_rst); in tcphy_phy_init()
808 reset_control_assert(tcphy->tcphy_rst); in tcphy_phy_deinit()
1084 tcphy->tcphy_rst = devm_reset_control_get(dev, "uphy-tcphy"); in tcphy_parse_dt()
1085 if (IS_ERR(tcphy->tcphy_rst)) { in tcphy_parse_dt()
1087 return PTR_ERR(tcphy->tcphy_rst); in tcphy_parse_dt()
1097 reset_control_assert(tcphy->tcphy_rst); in typec_phy_pre_init()