Home
last modified time | relevance | path

Searched refs:notify_disconnect (Results 1 – 1 of 1) sorted by relevance

/include/linux/usb/
Dphy.h150 int (*notify_disconnect)(struct usb_phy *x, member
331 if (x && x->notify_disconnect) in usb_phy_notify_disconnect()
332 return x->notify_disconnect(x, speed); in usb_phy_notify_disconnect()