notify_disconnect  796 drivers/usb/phy/phy-mxs-usb.c 	mxs_phy->phy.notify_disconnect	= mxs_phy_on_disconnect;
notify_disconnect  150 include/linux/usb/phy.h 	int	(*notify_disconnect)(struct usb_phy *x,
notify_disconnect  331 include/linux/usb/phy.h 	if (x && x->notify_disconnect)
notify_disconnect  332 include/linux/usb/phy.h 		return x->notify_disconnect(x, speed);