Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A 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/drivers/usb/host/
H A Dohci.h384 void (*start_hnp)(struct ohci_hcd *ohci); member
H A Dohci-hub.c778 ohci->start_hnp(ohci); in ohci_hub_control()
/linux/drivers/usb/phy/
H A Dphy-fsl-usb.c812 fsl_otg_tc->phy.otg->start_hnp = fsl_otg_start_hnp; in fsl_otg_conf()