Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
H A Dphy.h148 int (*notify_connect)(struct usb_phy *x, member
322 if (x && x->notify_connect) in usb_phy_notify_connect()
323 return x->notify_connect(x, speed); in usb_phy_notify_connect()
/kernel/linux/linux-6.6/include/linux/usb/
H A Dphy.h148 int (*notify_connect)(struct usb_phy *x, member
322 if (x && x->notify_connect) in usb_phy_notify_connect()
323 return x->notify_connect(x, speed); in usb_phy_notify_connect()
/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-mxs-usb.c786 mxs_phy->phy.notify_connect = mxs_phy_on_connect; in mxs_phy_probe()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-mxs-usb.c783 mxs_phy->phy.notify_connect = mxs_phy_on_connect; in mxs_phy_probe()

Completed in 4 milliseconds