set_host          611 drivers/phy/motorola/phy-cpcap-usb.c 	otg->set_host = cpcap_usb_phy_set_host;
set_host          234 drivers/phy/ti/phy-dm816x-usb.c 	otg->set_host = dm816x_usb_phy_set_host;
set_host          395 drivers/phy/ti/phy-omap-usb2.c 	otg->set_host = omap_usb_set_host;
set_host          707 drivers/phy/ti/phy-twl4030-usb.c 	otg->set_host		= twl4030_set_host;
set_host          877 drivers/usb/phy/phy-ab8500-usb.c 	otg->set_host		= ab8500_usb_set_host;
set_host          809 drivers/usb/phy/phy-fsl-usb.c 	fsl_otg_tc->phy.otg->set_host = fsl_otg_set_host;
set_host          294 drivers/usb/phy/phy-generic.c 	nop->phy.otg->set_host		= nop_set_host;
set_host         1572 drivers/usb/phy/phy-isp1301-omap.c 	isp->phy.otg->set_host = isp1301_set_host,
set_host          711 drivers/usb/phy/phy-mv-usb.c 	otg->set_host = mv_otg_set_host;
set_host          384 drivers/usb/phy/phy-tahvo.c 	tu->phy.otg->set_host = tahvo_usb_set_host;
set_host          267 drivers/usb/phy/phy-ulpi.c 	otg->set_host	= ulpi_set_host;
set_host           28 include/linux/usb/otg.h 	int	(*set_host)(struct usb_otg *otg, struct usb_bus *host);
set_host           86 include/linux/usb/otg.h 	if (otg && otg->set_host)
set_host           87 include/linux/usb/otg.h 		return otg->set_host(otg, host);