Searched refs:rstport (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/phy/
H A Dphy-stih407-usb.c41 struct reset_control *rstport; member in struct:stih407_usb2_picophy
69 return reset_control_deassert(phy_dev->rstport); stih407_usb2_init_port()
83 return reset_control_assert(phy_dev->rstport); stih407_usb2_exit_port()
114 phy_dev->rstport = devm_reset_control_get(dev, "port"); stih407_usb2_picophy_probe()
115 if (IS_ERR(phy_dev->rstport)) { stih407_usb2_picophy_probe()
117 return PTR_ERR(phy_dev->rstport); stih407_usb2_picophy_probe()
121 reset_control_assert(phy_dev->rstport); stih407_usb2_picophy_probe()

Completed in 83 milliseconds