Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dphy.h137 int (*set_suspend)(struct usb_phy *x, member
304 if (x && x->set_suspend != NULL) in usb_phy_set_suspend()
305 return x->set_suspend(x, suspend); in usb_phy_set_suspend()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-gpio-vbus-usb.c254 gpio_vbus->phy.set_suspend = gpio_vbus_set_suspend; in gpio_vbus_probe()
Dphy-generic.c281 nop->phy.set_suspend = nop_set_suspend; in usb_phy_gen_create_phy()
Dphy-tahvo.c381 tu->phy.set_suspend = tahvo_usb_set_suspend; in tahvo_usb_probe()
Dphy-mxs-usb.c792 mxs_phy->phy.set_suspend = mxs_phy_suspend; in mxs_phy_probe()
Dphy-ab8500-usb.c897 ab->phy.set_suspend = ab8500_usb_set_suspend; in ab8500_usb_probe()
Dphy-tegra-usb.c1198 tegra_phy->u_phy.set_suspend = tegra_usb_phy_set_suspend; in tegra_usb_phy_probe()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch44821 +static int set_suspend(int eth_n)
44911 + return set_suspend(val);
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch337793 +static int set_suspend(int eth_n)
337883 + return set_suspend(val);