rstport 37 drivers/phy/st/phy-stih407-usb.c struct reset_control *rstport; rstport 65 drivers/phy/st/phy-stih407-usb.c return reset_control_deassert(phy_dev->rstport); rstport 79 drivers/phy/st/phy-stih407-usb.c return reset_control_assert(phy_dev->rstport); rstport 110 drivers/phy/st/phy-stih407-usb.c phy_dev->rstport = devm_reset_control_get_exclusive(dev, "port"); rstport 111 drivers/phy/st/phy-stih407-usb.c if (IS_ERR(phy_dev->rstport)) { rstport 113 drivers/phy/st/phy-stih407-usb.c return PTR_ERR(phy_dev->rstport); rstport 117 drivers/phy/st/phy-stih407-usb.c reset_control_assert(phy_dev->rstport);