pipe_rst           93 drivers/pci/controller/pcie-rockchip.c 	rockchip->pipe_rst = devm_reset_control_get_exclusive(dev, "pipe");
pipe_rst           94 drivers/pci/controller/pcie-rockchip.c 	if (IS_ERR(rockchip->pipe_rst)) {
pipe_rst           95 drivers/pci/controller/pcie-rockchip.c 		if (PTR_ERR(rockchip->pipe_rst) != -EPROBE_DEFER)
pipe_rst           97 drivers/pci/controller/pcie-rockchip.c 		return PTR_ERR(rockchip->pipe_rst);
pipe_rst          207 drivers/pci/controller/pcie-rockchip.c 	err = reset_control_assert(rockchip->pipe_rst);
pipe_rst          280 drivers/pci/controller/pcie-rockchip.c 	err = reset_control_deassert(rockchip->pipe_rst);
pipe_rst          286 drivers/pci/controller/pcie-rockchip.h 	struct	reset_control *pipe_rst;
pipe_rst          379 drivers/phy/rockchip/phy-rockchip-typec.c 	struct reset_control *pipe_rst;
pipe_rst          784 drivers/phy/rockchip/phy-rockchip-typec.c 	reset_control_deassert(tcphy->pipe_rst);
pipe_rst          801 drivers/phy/rockchip/phy-rockchip-typec.c 	reset_control_assert(tcphy->pipe_rst);
pipe_rst         1069 drivers/phy/rockchip/phy-rockchip-typec.c 	tcphy->pipe_rst = devm_reset_control_get(dev, "uphy-pipe");
pipe_rst         1070 drivers/phy/rockchip/phy-rockchip-typec.c 	if (IS_ERR(tcphy->pipe_rst)) {
pipe_rst         1072 drivers/phy/rockchip/phy-rockchip-typec.c 		return PTR_ERR(tcphy->pipe_rst);
pipe_rst         1090 drivers/phy/rockchip/phy-rockchip-typec.c 	reset_control_assert(tcphy->pipe_rst);