set_suspend       873 drivers/usb/phy/phy-ab8500-usb.c 	ab->phy.set_suspend	= ab8500_usb_set_suspend;
set_suspend       289 drivers/usb/phy/phy-generic.c 	nop->phy.set_suspend	= nop_set_suspend;
set_suspend       270 drivers/usb/phy/phy-gpio-vbus-usb.c 	gpio_vbus->phy.set_suspend = gpio_vbus_set_suspend;
set_suspend       794 drivers/usb/phy/phy-mxs-usb.c 	mxs_phy->phy.set_suspend	= mxs_phy_suspend;
set_suspend       381 drivers/usb/phy/phy-tahvo.c 	tu->phy.set_suspend = tahvo_usb_set_suspend;
set_suspend      1142 drivers/usb/phy/phy-tegra-usb.c 	tegra_phy->u_phy.set_suspend = tegra_usb_phy_suspend;
set_suspend       137 include/linux/usb/phy.h 	int	(*set_suspend)(struct usb_phy *x,
set_suspend       304 include/linux/usb/phy.h 	if (x && x->set_suspend != NULL)
set_suspend       305 include/linux/usb/phy.h 		return x->set_suspend(x, suspend);