Home
last modified time | relevance | path

Searched refs:start_srp (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/linux/usb/
Dotg.h38 int (*start_srp)(struct usb_otg *otg); member
107 if (otg && otg->start_srp) in otg_start_srp()
108 return otg->start_srp(otg); in otg_start_srp()
Dphy_companion.h22 int (*start_srp)(struct phy_companion *x); member
/linux-6.1.9/drivers/phy/ti/
Dphy-omap-usb2.c132 return phy->comparator->start_srp(phy->comparator); in omap_usb_start_srp()
482 otg->start_srp = omap_usb_start_srp; in omap_usb2_probe()
/linux-6.1.9/drivers/usb/phy/
Dphy-twl6030-usb.c357 twl->comparator.start_srp = twl6030_start_srp; in twl6030_usb_probe()
Dphy-fsl-usb.c812 fsl_otg_tc->phy.otg->start_srp = fsl_otg_start_srp; in fsl_otg_conf()
Dphy-isp1301-omap.c1577 isp->phy.otg->start_srp = isp1301_start_srp; in isp1301_probe()