Searched refs:d_phy (Results 1 – 1 of 1) sorted by relevance
48 pm_runtime_get_sync(d_phy->dev); in da8xx_usb11_phy_power_on()164 if (!d_phy) in da8xx_usb_phy_of_xlate()169 return d_phy->usb20_phy; in da8xx_usb_phy_of_xlate()171 return d_phy->usb11_phy; in da8xx_usb_phy_of_xlate()182 struct da8xx_usb_phy *d_phy; in da8xx_usb_phy_probe() local184 d_phy = devm_kzalloc(dev, sizeof(*d_phy), GFP_KERNEL); in da8xx_usb_phy_probe()185 if (!d_phy) in da8xx_usb_phy_probe()188 d_phy->dev = dev; in da8xx_usb_phy_probe()195 if (IS_ERR(d_phy->regmap)) { in da8xx_usb_phy_probe()225 phy_set_drvdata(d_phy->usb11_phy, d_phy); in da8xx_usb_phy_probe()[all …]
Completed in 5 milliseconds