Searched refs:usb11_phy (Results 1 – 2 of 2) sorted by relevance
25 struct phy *usb11_phy; member171 return d_phy->usb11_phy; in da8xx_usb_phy_of_xlate()212 d_phy->usb11_phy = devm_phy_create(dev, node, &da8xx_usb11_phy_ops); in da8xx_usb_phy_probe()213 if (IS_ERR(d_phy->usb11_phy)) { in da8xx_usb_phy_probe()215 return PTR_ERR(d_phy->usb11_phy); in da8xx_usb_phy_probe()225 phy_set_drvdata(d_phy->usb11_phy, d_phy); in da8xx_usb_phy_probe()238 ret = phy_create_lookup(d_phy->usb11_phy, "usb-phy", in da8xx_usb_phy_probe()268 phy_remove_lookup(d_phy->usb11_phy, "usb-phy", "ohci-da8xx"); in da8xx_usb_phy_remove()
41 struct phy *usb11_phy; member61 ret = phy_init(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()65 ret = phy_power_on(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()72 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()83 phy_power_off(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()84 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()397 da8xx_ohci->usb11_phy = devm_phy_get(dev, "usb-phy"); in ohci_da8xx_probe()398 if (IS_ERR(da8xx_ohci->usb11_phy)) { in ohci_da8xx_probe()399 error = PTR_ERR(da8xx_ohci->usb11_phy); in ohci_da8xx_probe()