Searched refs:pipe_rst (Results 1 – 1 of 1) sorted by relevance
379 struct reset_control *pipe_rst; member784 reset_control_deassert(tcphy->pipe_rst); in tcphy_phy_init()801 reset_control_assert(tcphy->pipe_rst); in tcphy_phy_deinit()1068 tcphy->pipe_rst = devm_reset_control_get(dev, "uphy-pipe"); in tcphy_parse_dt()1069 if (IS_ERR(tcphy->pipe_rst)) { in tcphy_parse_dt()1071 return PTR_ERR(tcphy->pipe_rst); in tcphy_parse_dt()1089 reset_control_assert(tcphy->pipe_rst); in typec_phy_pre_init()