start_srp          74 drivers/phy/ti/phy-omap-usb2.c 	return phy->comparator->start_srp(phy->comparator);
start_srp         400 drivers/phy/ti/phy-omap-usb2.c 		otg->start_srp = omap_usb_start_srp;
start_srp         812 drivers/usb/phy/phy-fsl-usb.c 	fsl_otg_tc->phy.otg->start_srp = fsl_otg_start_srp;
start_srp        1574 drivers/usb/phy/phy-isp1301-omap.c 	isp->phy.otg->start_srp = isp1301_start_srp,
start_srp         352 drivers/usb/phy/phy-twl6030-usb.c 	twl->comparator.start_srp	= twl6030_start_srp;
start_srp          38 include/linux/usb/otg.h 	int	(*start_srp)(struct usb_otg *otg);
start_srp         107 include/linux/usb/otg.h 	if (otg && otg->start_srp)
start_srp         108 include/linux/usb/otg.h 		return otg->start_srp(otg);
start_srp          32 include/linux/usb/phy_companion.h 	int	(*start_srp)(struct phy_companion *x);