Searched refs:init_type (Results 1 – 9 of 9) sorted by relevance
| /drivers/usb/host/ |
| A D | ehci-vf.c | 213 enum usb_init_type init_type; member 232 priv->init_type = USB_INIT_HOST; in vf_usb_of_to_plat() 235 priv->init_type = USB_INIT_DEVICE; in vf_usb_of_to_plat() 244 priv->init_type = USB_INIT_DEVICE; in vf_usb_of_to_plat() 252 priv->init_type = USB_INIT_HOST; in vf_usb_of_to_plat() 261 priv->init_type = USB_INIT_DEVICE; in vf_usb_of_to_plat() 263 priv->init_type = USB_INIT_HOST; in vf_usb_of_to_plat() 273 enum usb_init_type type = priv->init_type; in vf_init_after_reset() 324 if (priv->init_type != plat->init_type) in ehci_usb_probe() 327 if (priv->init_type == USB_INIT_HOST) { in ehci_usb_probe() [all …]
|
| A D | ehci-mx6.c | 432 enum usb_init_type init_type; member 537 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 539 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 546 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 548 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 565 plat->init_type = USB_INIT_HOST; in ehci_usb_of_to_plat() 568 plat->init_type = USB_INIT_DEVICE; in ehci_usb_of_to_plat() 571 plat->init_type = USB_INIT_UNKNOWN; in ehci_usb_of_to_plat() 656 priv->init_type = type; in ehci_usb_probe() 684 priv->init_type = plat->init_type; in ehci_usb_probe() [all …]
|
| A D | ehci-mx5.c | 237 enum usb_init_type init_type; member 253 plat->init_type = USB_INIT_DEVICE; in ehci_usb_of_to_plat() 255 plat->init_type = USB_INIT_HOST; in ehci_usb_of_to_plat() 268 enum usb_init_type type = plat->init_type; in ehci_usb_probe() 282 priv->init_type = type; in ehci_usb_probe() 311 priv->init_type); in ehci_usb_probe()
|
| A D | ehci-mxs.c | 119 enum usb_init_type init_type; member 146 plat->init_type = USB_INIT_DEVICE; in ehci_usb_ofdata_to_platdata() 148 plat->init_type = USB_INIT_HOST; in ehci_usb_ofdata_to_platdata() 219 enum usb_init_type type = plat->init_type; in ehci_usb_probe() 225 priv->init_type = type; in ehci_usb_probe() 252 return ehci_register(dev, hccr, hcor, NULL, 0, priv->init_type); in ehci_usb_probe()
|
| A D | ehci-omap.c | 137 enum usb_init_type init_type; member 319 plat->init_type = USB_INIT_HOST; in ehci_usb_of_to_plat() 354 priv->init_type = plat->init_type; in omap_ehci_probe()
|
| A D | ehci-msm.c | 87 ret = board_usb_init(0, plat->init_type); in ehci_usb_probe() 92 plat->init_type); in ehci_usb_probe()
|
| A D | ehci-zynq.c | 71 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_zynq_probe()
|
| A D | ehci-tegra.c | 86 enum usb_init_type init_type; member 899 config->init_type = init; in usb_common_init() 950 ret = usb_common_init(priv, plat->init_type); in ehci_usb_probe() 961 plat->init_type); in ehci_usb_probe()
|
| A D | usb-uclass.c | 496 plat->init_type = USB_INIT_DEVICE; in usb_setup_ehci_gadget()
|
Completed in 24 milliseconds