Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
H A 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()
/kernel/linux/linux-6.6/include/linux/usb/
H A 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()
/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-mxs-usb.c787 mxs_phy->phy.notify_disconnect = mxs_phy_on_disconnect; in mxs_phy_probe()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-mxs-usb.c784 mxs_phy->phy.notify_disconnect = mxs_phy_on_disconnect; in mxs_phy_probe()

Completed in 5 milliseconds