Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dotg.h41 int (*start_hnp)(struct usb_otg *otg); member
66 if (otg && otg->start_hnp) in otg_start_hnp()
67 return otg->start_hnp(otg); in otg_start_hnp()
/linux-6.1.9/drivers/usb/host/
Dohci-omap.c72 static void start_hnp(struct ohci_hcd *ohci) in start_hnp() function
134 ohci->start_hnp = start_hnp; in ohci_omap_reset()
Dohci.h384 void (*start_hnp)(struct ohci_hcd *ohci); member
Dohci-hub.c778 ohci->start_hnp(ohci); in ohci_hub_control()
/linux-6.1.9/drivers/usb/phy/
Dphy-fsl-usb.c811 fsl_otg_tc->phy.otg->start_hnp = fsl_otg_start_hnp; in fsl_otg_conf()
Dphy-isp1301-omap.c1578 isp->phy.otg->start_hnp = isp1301_start_hnp; in isp1301_probe()