Searched refs:usb11_phy (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/ti/ |
H A D | phy-da8xx-usb.c | 23 struct phy *usb11_phy; member 133 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()
|
/kernel/linux/linux-6.6/drivers/phy/ti/ |
H A D | phy-da8xx-usb.c | 23 struct phy *usb11_phy; member 133 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()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-da8xx.c | 40 struct phy *usb11_phy; member 60 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()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-da8xx.c | 41 struct phy *usb11_phy; member 61 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()
|
Completed in 3 milliseconds