Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
Dphy.h152 int (*notify_connect)(struct usb_phy *x, member
335 if (x && x->notify_connect) in usb_phy_notify_connect()
336 return x->notify_connect(x, speed); in usb_phy_notify_connect()
/Linux-v6.6/drivers/usb/phy/
Dphy-mxs-usb.c784 mxs_phy->phy.notify_connect = mxs_phy_on_connect; in mxs_phy_probe()