Searched refs:usb11_phy (Results 1 – 2 of 2) sorted by relevance
23 struct phy *usb11_phy; member133 return d_phy->usb11_phy; in da8xx_usb_phy_of_xlate()172 d_phy->usb11_phy = devm_phy_create(dev, node, &da8xx_usb11_phy_ops); in da8xx_usb_phy_probe()173 if (IS_ERR(d_phy->usb11_phy)) { in da8xx_usb_phy_probe()175 return PTR_ERR(d_phy->usb11_phy); in da8xx_usb_phy_probe()185 phy_set_drvdata(d_phy->usb11_phy, d_phy); in da8xx_usb_phy_probe()198 ret = phy_create_lookup(d_phy->usb11_phy, "usb-phy", in da8xx_usb_phy_probe()220 phy_remove_lookup(d_phy->usb11_phy, "usb-phy", "ohci-da8xx"); in da8xx_usb_phy_remove()
40 struct phy *usb11_phy; member60 ret = phy_init(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()64 ret = phy_power_on(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()71 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()82 phy_power_off(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()83 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()396 da8xx_ohci->usb11_phy = devm_phy_get(dev, "usb-phy"); in ohci_da8xx_probe()397 if (IS_ERR(da8xx_ohci->usb11_phy)) { in ohci_da8xx_probe()398 error = PTR_ERR(da8xx_ohci->usb11_phy); in ohci_da8xx_probe()