Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/rockchip/
H A 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()
1074 tcphy->tcphy_rst = devm_reset_control_get(dev, "uphy-tcphy"); in tcphy_parse_dt()
1075 if (IS_ERR(tcphy->tcphy_rst)) { in tcphy_parse_dt()
1077 return PTR_ERR(tcphy->tcphy_rst); in tcphy_parse_dt()
1087 reset_control_assert(tcphy->tcphy_rst); in typec_phy_pre_init()