Searched refs:pipe_rst (Results 1 – 5 of 5) sorted by relevance
93 rockchip->pipe_rst = devm_reset_control_get_exclusive(dev, "pipe"); in rockchip_pcie_parse_dt()94 if (IS_ERR(rockchip->pipe_rst)) { in rockchip_pcie_parse_dt()95 if (PTR_ERR(rockchip->pipe_rst) != -EPROBE_DEFER) in rockchip_pcie_parse_dt()97 return PTR_ERR(rockchip->pipe_rst); in rockchip_pcie_parse_dt()207 err = reset_control_assert(rockchip->pipe_rst); in rockchip_pcie_init_port()280 err = reset_control_deassert(rockchip->pipe_rst); in rockchip_pcie_init_port()
306 struct reset_control *pipe_rst; member
228 reset_deassert(&tcphy->pipe_rst); in tcphy_phy_init()242 reset_assert(&tcphy->pipe_rst); in tcphy_phy_deinit()434 ret = reset_get_by_name(dev, "uphy-pipe", &tcphy->pipe_rst); in tcphy_parse_dt()455 reset_assert(&tcphy->pipe_rst); in typec_phy_pre_init()
33 struct reset_ctl pipe_rst; member
430 struct reset_control *pipe_rst; member1323 reset_control_deassert(tcphy->pipe_rst); in tcphy_phy_init()1340 reset_control_assert(tcphy->pipe_rst); in tcphy_phy_deinit()1679 tcphy->pipe_rst = devm_reset_control_get(dev, "uphy-pipe"); in tcphy_parse_dt()1680 if (IS_ERR(tcphy->pipe_rst)) { in tcphy_parse_dt()1682 return PTR_ERR(tcphy->pipe_rst); in tcphy_parse_dt()1710 reset_control_assert(tcphy->pipe_rst); in typec_phy_pre_init()