notify_connect    795 drivers/usb/phy/phy-mxs-usb.c 	mxs_phy->phy.notify_connect	= mxs_phy_on_connect;
notify_connect    148 include/linux/usb/phy.h 	int	(*notify_connect)(struct usb_phy *x,
notify_connect    322 include/linux/usb/phy.h 	if (x && x->notify_connect)
notify_connect    323 include/linux/usb/phy.h 		return x->notify_connect(x, speed);