cluster_phy 33 drivers/phy/marvell/phy-armada375-usb2.c struct armada375_cluster_phy *cluster_phy; cluster_phy 36 drivers/phy/marvell/phy-armada375-usb2.c cluster_phy = phy_get_drvdata(phy); cluster_phy 37 drivers/phy/marvell/phy-armada375-usb2.c if (!cluster_phy) cluster_phy 40 drivers/phy/marvell/phy-armada375-usb2.c reg = readl(cluster_phy->reg); cluster_phy 41 drivers/phy/marvell/phy-armada375-usb2.c if (cluster_phy->use_usb3) cluster_phy 45 drivers/phy/marvell/phy-armada375-usb2.c writel(reg, cluster_phy->reg); cluster_phy 66 drivers/phy/marvell/phy-armada375-usb2.c struct armada375_cluster_phy *cluster_phy = dev_get_drvdata(dev); cluster_phy 68 drivers/phy/marvell/phy-armada375-usb2.c if (!cluster_phy) cluster_phy 77 drivers/phy/marvell/phy-armada375-usb2.c if (WARN_ON((cluster_phy->phy_provided != PHY_NONE) && cluster_phy 78 drivers/phy/marvell/phy-armada375-usb2.c (cluster_phy->phy_provided != args->args[0]))) { cluster_phy 88 drivers/phy/marvell/phy-armada375-usb2.c cluster_phy->use_usb3 = false; cluster_phy 90 drivers/phy/marvell/phy-armada375-usb2.c cluster_phy->use_usb3 = true; cluster_phy 97 drivers/phy/marvell/phy-armada375-usb2.c cluster_phy->phy_provided = args->args[0]; cluster_phy 99 drivers/phy/marvell/phy-armada375-usb2.c return cluster_phy->phy; cluster_phy 109 drivers/phy/marvell/phy-armada375-usb2.c struct armada375_cluster_phy *cluster_phy; cluster_phy 111 drivers/phy/marvell/phy-armada375-usb2.c cluster_phy = devm_kzalloc(dev, sizeof(*cluster_phy), GFP_KERNEL); cluster_phy 112 drivers/phy/marvell/phy-armada375-usb2.c if (!cluster_phy) cluster_phy 126 drivers/phy/marvell/phy-armada375-usb2.c cluster_phy->phy = phy; cluster_phy 127 drivers/phy/marvell/phy-armada375-usb2.c cluster_phy->reg = usb_cluster_base; cluster_phy 129 drivers/phy/marvell/phy-armada375-usb2.c dev_set_drvdata(dev, cluster_phy); cluster_phy 130 drivers/phy/marvell/phy-armada375-usb2.c phy_set_drvdata(phy, cluster_phy);