Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c378 struct reset_control *uphy_rst; member
773 reset_control_deassert(tcphy->uphy_rst); in tcphy_phy_init()
789 reset_control_assert(tcphy->uphy_rst); in tcphy_phy_init()
800 reset_control_assert(tcphy->uphy_rst); in tcphy_phy_deinit()
1062 tcphy->uphy_rst = devm_reset_control_get(dev, "uphy"); in tcphy_parse_dt()
1063 if (IS_ERR(tcphy->uphy_rst)) { in tcphy_parse_dt()
1065 return PTR_ERR(tcphy->uphy_rst); in tcphy_parse_dt()
1088 reset_control_assert(tcphy->uphy_rst); in typec_phy_pre_init()