usb11_phy 23 drivers/phy/ti/phy-da8xx-usb.c struct phy *usb11_phy; usb11_phy 133 drivers/phy/ti/phy-da8xx-usb.c return d_phy->usb11_phy; usb11_phy 172 drivers/phy/ti/phy-da8xx-usb.c d_phy->usb11_phy = devm_phy_create(dev, node, &da8xx_usb11_phy_ops); usb11_phy 173 drivers/phy/ti/phy-da8xx-usb.c if (IS_ERR(d_phy->usb11_phy)) { usb11_phy 175 drivers/phy/ti/phy-da8xx-usb.c return PTR_ERR(d_phy->usb11_phy); usb11_phy 185 drivers/phy/ti/phy-da8xx-usb.c phy_set_drvdata(d_phy->usb11_phy, d_phy); usb11_phy 198 drivers/phy/ti/phy-da8xx-usb.c ret = phy_create_lookup(d_phy->usb11_phy, "usb-phy", usb11_phy 220 drivers/phy/ti/phy-da8xx-usb.c phy_remove_lookup(d_phy->usb11_phy, "usb-phy", "ohci-da8xx"); usb11_phy 40 drivers/usb/host/ohci-da8xx.c struct phy *usb11_phy; usb11_phy 60 drivers/usb/host/ohci-da8xx.c ret = phy_init(da8xx_ohci->usb11_phy); usb11_phy 64 drivers/usb/host/ohci-da8xx.c ret = phy_power_on(da8xx_ohci->usb11_phy); usb11_phy 71 drivers/usb/host/ohci-da8xx.c phy_exit(da8xx_ohci->usb11_phy); usb11_phy 82 drivers/usb/host/ohci-da8xx.c phy_power_off(da8xx_ohci->usb11_phy); usb11_phy 83 drivers/usb/host/ohci-da8xx.c phy_exit(da8xx_ohci->usb11_phy); usb11_phy 396 drivers/usb/host/ohci-da8xx.c da8xx_ohci->usb11_phy = devm_phy_get(dev, "usb-phy"); usb11_phy 397 drivers/usb/host/ohci-da8xx.c if (IS_ERR(da8xx_ohci->usb11_phy)) { usb11_phy 398 drivers/usb/host/ohci-da8xx.c error = PTR_ERR(da8xx_ohci->usb11_phy);