usbphyc_phy 211 drivers/phy/st/phy-stm32-usbphyc.c struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); usbphyc_phy 212 drivers/phy/st/phy-stm32-usbphyc.c struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; usbphyc_phy 219 drivers/phy/st/phy-stm32-usbphyc.c usbphyc_phy->active = true; usbphyc_phy 226 drivers/phy/st/phy-stm32-usbphyc.c struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); usbphyc_phy 227 drivers/phy/st/phy-stm32-usbphyc.c struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; usbphyc_phy 229 drivers/phy/st/phy-stm32-usbphyc.c usbphyc_phy->active = false; usbphyc_phy 236 drivers/phy/st/phy-stm32-usbphyc.c struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); usbphyc_phy 238 drivers/phy/st/phy-stm32-usbphyc.c return regulator_bulk_enable(NUM_SUPPLIES, usbphyc_phy->supplies); usbphyc_phy 243 drivers/phy/st/phy-stm32-usbphyc.c struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); usbphyc_phy 245 drivers/phy/st/phy-stm32-usbphyc.c return regulator_bulk_disable(NUM_SUPPLIES, usbphyc_phy->supplies); usbphyc_phy 272 drivers/phy/st/phy-stm32-usbphyc.c struct stm32_usbphyc_phy *usbphyc_phy = NULL; usbphyc_phy 278 drivers/phy/st/phy-stm32-usbphyc.c usbphyc_phy = usbphyc->phys[port]; usbphyc_phy 282 drivers/phy/st/phy-stm32-usbphyc.c if (!usbphyc_phy) { usbphyc_phy 287 drivers/phy/st/phy-stm32-usbphyc.c if (((usbphyc_phy->index == 0) && (args->args_count != 0)) || usbphyc_phy 288 drivers/phy/st/phy-stm32-usbphyc.c ((usbphyc_phy->index == 1) && (args->args_count != 1))) { usbphyc_phy 290 drivers/phy/st/phy-stm32-usbphyc.c usbphyc_phy->index); usbphyc_phy 295 drivers/phy/st/phy-stm32-usbphyc.c if (usbphyc_phy->index == 1) { usbphyc_phy 306 drivers/phy/st/phy-stm32-usbphyc.c return usbphyc_phy->phy; usbphyc_phy 360 drivers/phy/st/phy-stm32-usbphyc.c struct stm32_usbphyc_phy *usbphyc_phy; usbphyc_phy 374 drivers/phy/st/phy-stm32-usbphyc.c usbphyc_phy = devm_kzalloc(dev, sizeof(*usbphyc_phy), usbphyc_phy 376 drivers/phy/st/phy-stm32-usbphyc.c if (!usbphyc_phy) { usbphyc_phy 382 drivers/phy/st/phy-stm32-usbphyc.c usbphyc_phy->supplies[i].supply = supplies_names[i]; usbphyc_phy 385 drivers/phy/st/phy-stm32-usbphyc.c usbphyc_phy->supplies); usbphyc_phy 399 drivers/phy/st/phy-stm32-usbphyc.c usbphyc->phys[port] = usbphyc_phy; usbphyc_phy 401 drivers/phy/st/phy-stm32-usbphyc.c phy_set_drvdata(phy, usbphyc_phy);