Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dotg.h42 int (*start_hnp)(struct usb_otg *otg); member
68 if (otg && otg->start_hnp) in otg_start_hnp()
69 return otg->start_hnp(otg); in otg_start_hnp()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-omap.c164 static void start_hnp(struct ohci_hcd *ohci) in start_hnp() function
226 ohci->start_hnp = start_hnp; in ohci_omap_reset()
H A Dohci.h384 void (*start_hnp)(struct ohci_hcd *ohci); member
H A Dohci-hub.c774 ohci->start_hnp(ohci); in ohci_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-fsl-usb.c811 fsl_otg_tc->phy.otg->start_hnp = fsl_otg_start_hnp; in fsl_otg_conf()
H A Dphy-isp1301-omap.c1575 isp->phy.otg->start_hnp = isp1301_start_hnp, in isp1301_probe()