Home
last modified time | relevance | path

Searched refs:set_suspend (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/usb/
Dphy.h110 int (*set_suspend)(struct usb_phy *x, member
272 if (x && x->set_suspend != NULL) in usb_phy_set_suspend()
273 return x->set_suspend(x, suspend); in usb_phy_set_suspend()
/linux-4.1.27/drivers/usb/phy/
Dphy-rcar-gen2-usb.c212 priv->phy.set_suspend = rcar_gen2_usb_phy_set_suspend; in rcar_gen2_usb_phy_probe()
Dphy-generic.c282 nop->phy.set_suspend = nop_set_suspend; in usb_phy_gen_create_phy()
Dphy-gpio-vbus-usb.c273 gpio_vbus->phy.set_suspend = gpio_vbus_set_suspend; in gpio_vbus_probe()
Dphy-tahvo.c388 tu->phy.set_suspend = tahvo_usb_set_suspend; in tahvo_usb_probe()
Dphy-mxs-usb.c496 mxs_phy->phy.set_suspend = mxs_phy_suspend; in mxs_phy_probe()
Dphy-tegra-usb.c1056 tegra_phy->u_phy.set_suspend = tegra_usb_phy_suspend; in tegra_usb_phy_probe()
Dphy-ab8500-usb.c1394 ab->phy.set_suspend = ab8500_usb_set_suspend; in ab8500_usb_probe()