Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/rockchip/
Dphy-rockchip-typec.c380 struct reset_control *tcphy_rst; member
740 reset_control_deassert(tcphy->tcphy_rst); in tcphy_phy_init()
790 reset_control_assert(tcphy->tcphy_rst); in tcphy_phy_init()
799 reset_control_assert(tcphy->tcphy_rst); in tcphy_phy_deinit()
1075 tcphy->tcphy_rst = devm_reset_control_get(dev, "uphy-tcphy"); in tcphy_parse_dt()
1076 if (IS_ERR(tcphy->tcphy_rst)) { in tcphy_parse_dt()
1078 return PTR_ERR(tcphy->tcphy_rst); in tcphy_parse_dt()
1088 reset_control_assert(tcphy->tcphy_rst); in typec_phy_pre_init()