Home
last modified time | relevance | path

Searched refs:set_host (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dotg.h29 int (*set_host)(struct usb_otg *otg, struct usb_bus *host); member
88 if (otg && otg->set_host) in otg_set_host()
89 return otg->set_host(otg, host); in otg_set_host()
/OK3568_Linux_fs/kernel/drivers/phy/ti/
H A Dphy-dm816x-usb.c230 otg->set_host = dm816x_usb_phy_set_host; in dm816x_usb_phy_probe()
H A Dphy-omap-usb2.c479 otg->set_host = omap_usb_set_host; in omap_usb2_probe()
H A Dphy-twl4030-usb.c707 otg->set_host = twl4030_set_host; in twl4030_usb_probe()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-ulpi.c254 otg->set_host = ulpi_set_host; in otg_ulpi_init()
H A Dphy-generic.c286 nop->phy.otg->set_host = nop_set_host; in usb_phy_gen_create_phy()
H A Dphy-jz4770.c314 priv->otg.set_host = ingenic_usb_phy_set_host; in jz4770_phy_probe()
H A Dphy-tahvo.c384 tu->phy.otg->set_host = tahvo_usb_set_host; in tahvo_usb_probe()
H A Dphy-mv-usb.c709 otg->set_host = mv_otg_set_host; in mv_otg_probe()
H A Dphy-ab8500-usb.c901 otg->set_host = ab8500_usb_set_host; in ab8500_usb_probe()
H A Dphy-fsl-usb.c809 fsl_otg_tc->phy.otg->set_host = fsl_otg_set_host; in fsl_otg_conf()
H A Dphy-isp1301-omap.c1572 isp->phy.otg->set_host = isp1301_set_host, in isp1301_probe()
/OK3568_Linux_fs/kernel/drivers/phy/motorola/
H A Dphy-cpcap-usb.c648 otg->set_host = cpcap_usb_phy_set_host; in cpcap_usb_phy_probe()
/OK3568_Linux_fs/kernel/drivers/phy/tegra/
H A Dxusb.c694 port->usb_phy.otg->set_host = tegra_xusb_set_host; in tegra_xusb_setup_usb_role_switch()