set_peripheral    612 drivers/phy/motorola/phy-cpcap-usb.c 	otg->set_peripheral = cpcap_usb_phy_set_peripheral;
set_peripheral    235 drivers/phy/ti/phy-dm816x-usb.c 	otg->set_peripheral = dm816x_usb_phy_set_peripheral;
set_peripheral    396 drivers/phy/ti/phy-omap-usb2.c 	otg->set_peripheral = omap_usb_set_peripheral;
set_peripheral    708 drivers/phy/ti/phy-twl4030-usb.c 	otg->set_peripheral	= twl4030_set_peripheral;
set_peripheral    878 drivers/usb/phy/phy-ab8500-usb.c 	otg->set_peripheral	= ab8500_usb_set_peripheral;
set_peripheral    810 drivers/usb/phy/phy-fsl-usb.c 	fsl_otg_tc->phy.otg->set_peripheral = fsl_otg_set_peripheral;
set_peripheral    295 drivers/usb/phy/phy-generic.c 	nop->phy.otg->set_peripheral	= nop_set_peripheral;
set_peripheral    274 drivers/usb/phy/phy-gpio-vbus-usb.c 	gpio_vbus->phy.otg->set_peripheral = gpio_vbus_set_peripheral;
set_peripheral   1573 drivers/usb/phy/phy-isp1301-omap.c 	isp->phy.otg->set_peripheral = isp1301_set_peripheral,
set_peripheral    712 drivers/usb/phy/phy-mv-usb.c 	otg->set_peripheral = mv_otg_set_peripheral;
set_peripheral    385 drivers/usb/phy/phy-tahvo.c 	tu->phy.otg->set_peripheral = tahvo_usb_set_peripheral;
set_peripheral     31 include/linux/usb/otg.h 	int	(*set_peripheral)(struct usb_otg *otg,
set_peripheral     98 include/linux/usb/otg.h 	if (otg && otg->set_peripheral)
set_peripheral     99 include/linux/usb/otg.h 		return otg->set_peripheral(otg, periph);