Searched refs:rstport (Results 1 – 1 of 1) sorted by relevance
37 struct reset_control *rstport; member65 return reset_control_deassert(phy_dev->rstport); in stih407_usb2_init_port()79 return reset_control_assert(phy_dev->rstport); in stih407_usb2_exit_port()110 phy_dev->rstport = devm_reset_control_get_exclusive(dev, "port"); in stih407_usb2_picophy_probe()111 if (IS_ERR(phy_dev->rstport)) { in stih407_usb2_picophy_probe()113 return PTR_ERR(phy_dev->rstport); in stih407_usb2_picophy_probe()117 reset_control_assert(phy_dev->rstport); in stih407_usb2_picophy_probe()