Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/phy/st/
Dphy-stih407-usb.c41 struct reset_control *rstport; member
69 return reset_control_deassert(phy_dev->rstport); in stih407_usb2_init_port()
83 return reset_control_assert(phy_dev->rstport); in stih407_usb2_exit_port()
114 phy_dev->rstport = devm_reset_control_get_exclusive(dev, "port"); in stih407_usb2_picophy_probe()
115 if (IS_ERR(phy_dev->rstport)) { in stih407_usb2_picophy_probe()
117 return PTR_ERR(phy_dev->rstport); in stih407_usb2_picophy_probe()
121 reset_control_assert(phy_dev->rstport); in stih407_usb2_picophy_probe()