Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-mxs-usb.c794 mxs_phy->phy.notify_disconnect = mxs_phy_on_disconnect; in mxs_phy_probe()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch6696 mxs_phy->phy.notify_disconnect = mxs_phy_on_disconnect;