Searched refs:tcphy_rst (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c380 struct reset_control *tcphy_rst; member in struct:rockchip_typec_phy
740 reset_control_deassert(tcphy->tcphy_rst);
790 reset_control_assert(tcphy->tcphy_rst);
799 reset_control_assert(tcphy->tcphy_rst);
1074 tcphy->tcphy_rst = devm_reset_control_get(dev, "uphy-tcphy");
1075 if (IS_ERR(tcphy->tcphy_rst)) {
1076 dev_err(dev, "no tcphy_rst reset control found\n");
1077 return PTR_ERR(tcphy->tcphy_rst);
1087 reset_control_assert(tcphy->tcphy_rst);

Completed in 243 milliseconds