Lines Matching refs:reset
21 #include <linux/reset.h>
76 struct reset_control *reset;
173 if (phy->reset) {
174 reset_control_assert(phy->reset);
176 reset_control_deassert(phy->reset);
185 .reset = rockchip_usb_phy_reset,
224 rk_phy->reset = of_reset_control_get(child, "phy-reset");
225 if (IS_ERR(rk_phy->reset))
226 rk_phy->reset = NULL;