Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dphy.h123 int (*notify_disconnect)(struct usb_phy *x, member
307 if (x && x->notify_disconnect) in usb_phy_notify_disconnect()
308 return x->notify_disconnect(x, speed); in usb_phy_notify_disconnect()
/linux-4.4.14/drivers/usb/phy/
Dphy-qcom-8x16-usb.c342 phy->notify_disconnect = phy_8x16_notify_disconnect; in phy_8x16_probe()
Dphy-mxs-usb.c506 mxs_phy->phy.notify_disconnect = mxs_phy_on_disconnect; in mxs_phy_probe()
Dphy-msm-usb.c1790 phy->notify_disconnect = msm_phy_notify_disconnect; in msm_otg_probe()