Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dphy.h151 int (*notify_disconnect)(struct usb_phy *x, member
334 if (x && x->notify_disconnect) in usb_phy_notify_disconnect()
335 return x->notify_disconnect(x, speed); in usb_phy_notify_disconnect()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-mxs-usb.c794 mxs_phy->phy.notify_disconnect = mxs_phy_on_disconnect; in mxs_phy_probe()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb3.c927 u3phy->usb_phy.notify_disconnect = rockchip_u3phy_on_disconnect; in rockchip_u3phy_probe()