Searched refs:rsthost (Results 1 – 1 of 1) sorted by relevance
63 struct reset_control *rsthost; member115 reset_control_deassert(phy->rsthost); in ralink_usb_phy_power_on()149 reset_control_assert(phy->rsthost); in ralink_usb_phy_power_off()214 phy->rsthost = devm_reset_control_get(&pdev->dev, "host"); in ralink_usb_phy_probe()215 if (IS_ERR(phy->rsthost)) { in ralink_usb_phy_probe()217 return PTR_ERR(phy->rsthost); in ralink_usb_phy_probe()