Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dotg.h40 int (*start_hnp)(struct usb_otg *otg); member
50 if (otg && otg->start_hnp) in otg_start_hnp()
51 return otg->start_hnp(otg); in otg_start_hnp()
/linux-4.1.27/drivers/usb/host/
Dohci-omap.c176 static void start_hnp(struct ohci_hcd *ohci) in start_hnp() function
237 ohci->start_hnp = start_hnp; in ohci_omap_reset()
Dohci.h383 void (*start_hnp)(struct ohci_hcd *ohci); member
Dohci-hub.c771 ohci->start_hnp(ohci); in ohci_hub_control()
/linux-4.1.27/drivers/usb/phy/
Dphy-fsl-usb.c829 fsl_otg_tc->phy.otg->start_hnp = fsl_otg_start_hnp; in fsl_otg_conf()
Dphy-isp1301-omap.c1589 isp->phy.otg->start_hnp = isp1301_start_hnp, in isp1301_probe()