ctrl_phy          177 drivers/mmc/host/sdhci-of-arasan.c 	bool ctrl_phy = false;
ctrl_phy          209 drivers/mmc/host/sdhci-of-arasan.c 			ctrl_phy = true;
ctrl_phy          213 drivers/mmc/host/sdhci-of-arasan.c 	if (ctrl_phy && sdhci_arasan->is_phy_on) {
ctrl_phy          230 drivers/mmc/host/sdhci-of-arasan.c 	if (ctrl_phy) {
ctrl_phy          144 drivers/phy/ti/phy-omap-control.c static void omap_control_usb_host_mode(struct omap_control_phy *ctrl_phy)
ctrl_phy          148 drivers/phy/ti/phy-omap-control.c 	val = readl(ctrl_phy->otghs_control);
ctrl_phy          151 drivers/phy/ti/phy-omap-control.c 	writel(val, ctrl_phy->otghs_control);
ctrl_phy          162 drivers/phy/ti/phy-omap-control.c static void omap_control_usb_device_mode(struct omap_control_phy *ctrl_phy)
ctrl_phy          166 drivers/phy/ti/phy-omap-control.c 	val = readl(ctrl_phy->otghs_control);
ctrl_phy          170 drivers/phy/ti/phy-omap-control.c 	writel(val, ctrl_phy->otghs_control);
ctrl_phy          181 drivers/phy/ti/phy-omap-control.c static void omap_control_usb_set_sessionend(struct omap_control_phy *ctrl_phy)
ctrl_phy          185 drivers/phy/ti/phy-omap-control.c 	val = readl(ctrl_phy->otghs_control);
ctrl_phy          188 drivers/phy/ti/phy-omap-control.c 	writel(val, ctrl_phy->otghs_control);
ctrl_phy          203 drivers/phy/ti/phy-omap-control.c 	struct omap_control_phy	*ctrl_phy;
ctrl_phy          208 drivers/phy/ti/phy-omap-control.c 	ctrl_phy = dev_get_drvdata(dev);
ctrl_phy          209 drivers/phy/ti/phy-omap-control.c 	if (!ctrl_phy) {
ctrl_phy          214 drivers/phy/ti/phy-omap-control.c 	if (ctrl_phy->type != OMAP_CTRL_TYPE_OTGHS)
ctrl_phy          219 drivers/phy/ti/phy-omap-control.c 		omap_control_usb_host_mode(ctrl_phy);
ctrl_phy          222 drivers/phy/ti/phy-omap-control.c 		omap_control_usb_device_mode(ctrl_phy);
ctrl_phy          225 drivers/phy/ti/phy-omap-control.c 		omap_control_usb_set_sessionend(ctrl_phy);