Searched refs:notify_disconnect (Results 1 – 1 of 1) sorted by relevance
150 int (*notify_disconnect)(struct usb_phy *x, member331 if (x && x->notify_disconnect) in usb_phy_notify_disconnect()332 return x->notify_disconnect(x, speed); in usb_phy_notify_disconnect()