Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dphy.h121 int (*notify_connect)(struct usb_phy *x, member
298 if (x && x->notify_connect) in usb_phy_notify_connect()
299 return x->notify_connect(x, speed); in usb_phy_notify_connect()
/linux-4.4.14/drivers/usb/phy/
Dphy-qcom-8x16-usb.c341 phy->notify_connect = phy_8x16_notify_connect; in phy_8x16_probe()
Dphy-mxs-usb.c505 mxs_phy->phy.notify_connect = mxs_phy_on_connect; in mxs_phy_probe()