Searched refs:rsthost (Results 1 – 1 of 1) sorted by relevance
54 struct reset_control *rsthost; member106 reset_control_deassert(phy->rsthost); in ralink_usb_phy_power_on()140 reset_control_assert(phy->rsthost); in ralink_usb_phy_power_off()203 phy->rsthost = devm_reset_control_get(&pdev->dev, "host"); in ralink_usb_phy_probe()204 if (IS_ERR(phy->rsthost)) { in ralink_usb_phy_probe()206 return PTR_ERR(phy->rsthost); in ralink_usb_phy_probe()