Home
last modified time | relevance | path

Searched refs:usb11_phy (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/phy/ti/
Dphy-da8xx-usb.c31 struct phy *usb11_phy; member
140 return d_phy->usb11_phy; in da8xx_usb_phy_of_xlate()
179 d_phy->usb11_phy = devm_phy_create(dev, node, &da8xx_usb11_phy_ops); in da8xx_usb_phy_probe()
180 if (IS_ERR(d_phy->usb11_phy)) { in da8xx_usb_phy_probe()
182 return PTR_ERR(d_phy->usb11_phy); in da8xx_usb_phy_probe()
192 phy_set_drvdata(d_phy->usb11_phy, d_phy); in da8xx_usb_phy_probe()
205 ret = phy_create_lookup(d_phy->usb11_phy, "usb-phy", in da8xx_usb_phy_probe()
227 phy_remove_lookup(d_phy->usb11_phy, "usb-phy", "ohci-da8xx"); in da8xx_usb_phy_remove()
/Linux-v4.19/drivers/usb/host/
Dohci-da8xx.c39 struct phy *usb11_phy; member
59 ret = phy_init(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
63 ret = phy_power_on(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
70 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
81 phy_power_off(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()
82 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()
424 da8xx_ohci->usb11_phy = devm_phy_get(&pdev->dev, "usb-phy"); in ohci_da8xx_probe()
425 if (IS_ERR(da8xx_ohci->usb11_phy)) { in ohci_da8xx_probe()
426 error = PTR_ERR(da8xx_ohci->usb11_phy); in ohci_da8xx_probe()