Searched refs:USB_DR_MODE_PERIPHERAL (Results 1 – 22 of 22) sorted by relevance
39 case USB_DR_MODE_PERIPHERAL: in cdns3_set_mode()102 if (cdns->dr_mode == USB_DR_MODE_PERIPHERAL) in cdns3_is_device()222 case USB_DR_MODE_PERIPHERAL: in cdns3_drd_update_mode()223 ret = cdns3_set_mode(cdns, USB_DR_MODE_PERIPHERAL); in cdns3_drd_update_mode()287 cdns->dr_mode = USB_DR_MODE_PERIPHERAL; in cdns3_drd_init()
128 dr_mode = USB_DR_MODE_PERIPHERAL; in cdns3_core_init_role()164 if (dr_mode == USB_DR_MODE_OTG || dr_mode == USB_DR_MODE_PERIPHERAL) { in cdns3_core_init_role()414 case USB_DR_MODE_PERIPHERAL: in cdns3_bind()
143 case USB_DR_MODE_PERIPHERAL: in dwc3_meson_gxl_usb2_set_mode()163 (i == USB2_OTG_PHY) ? USB_DR_MODE_PERIPHERAL in dwc3_meson_gxl_usb2_init()204 if (mode != USB_DR_MODE_HOST && mode != USB_DR_MODE_PERIPHERAL) in dwc3_meson_gxl_force_mode()221 (mode == USB_DR_MODE_PERIPHERAL)); in dwc3_meson_gxl_force_mode()335 priv->otg_mode = USB_DR_MODE_PERIPHERAL; in dwc3_meson_gxl_probe()343 if (priv->otg_mode == USB_DR_MODE_PERIPHERAL) in dwc3_meson_gxl_probe()344 priv->otg_phy_mode = USB_DR_MODE_PERIPHERAL; in dwc3_meson_gxl_probe()
139 case USB_DR_MODE_PERIPHERAL: in dwc3_meson_g12a_usb2_set_mode()150 if (priv->otg_mode == USB_DR_MODE_PERIPHERAL) in dwc3_meson_g12a_usb2_init()151 priv->otg_phy_mode = USB_DR_MODE_PERIPHERAL; in dwc3_meson_g12a_usb2_init()213 if (priv->otg_phy_mode == USB_DR_MODE_PERIPHERAL) { in dwc3_meson_g12a_usb_init_mode()266 if (mode != USB_DR_MODE_HOST && mode != USB_DR_MODE_PERIPHERAL) in dwc3_meson_g12a_force_mode()280 (mode == USB_DR_MODE_PERIPHERAL)); in dwc3_meson_g12a_force_mode()
252 mode = USB_DR_MODE_PERIPHERAL; in dwc3_ti_select_dr_mode()256 case USB_DR_MODE_PERIPHERAL: in dwc3_ti_select_dr_mode()315 case USB_DR_MODE_PERIPHERAL: in dwc3_glue_bind()
591 case USB_DR_MODE_PERIPHERAL: in dwc3_core_init_mode()639 case USB_DR_MODE_PERIPHERAL: in dwc3_core_exit_mode()765 dwc->dr_mode = USB_DR_MODE_PERIPHERAL; in dwc3_uboot_init()
17 USB_DR_MODE_PERIPHERAL, enumerator
49 .dr_mode = USB_DR_MODE_PERIPHERAL,
21 [USB_DR_MODE_PERIPHERAL] = "peripheral",
180 ssusb->dr_mode = USB_DR_MODE_PERIPHERAL; in get_ssusb_rscs()183 ssusb->dr_mode = USB_DR_MODE_PERIPHERAL; in get_ssusb_rscs()325 case USB_DR_MODE_PERIPHERAL: in mtu3_glue_bind()
125 .dr_mode = USB_DR_MODE_PERIPHERAL,
136 .dr_mode = USB_DR_MODE_PERIPHERAL,
96 usb_otg_ss.dr_mode = USB_DR_MODE_PERIPHERAL; in board_usb_init()
213 ret = dwc3_meson_gxl_force_mode(dev, USB_DR_MODE_PERIPHERAL); in board_usb_init()
252 ret = dwc3_meson_g12a_force_mode(dev, USB_DR_MODE_PERIPHERAL); in board_usb_init()
249 ret = dwc3_meson_gxl_force_mode(dev, USB_DR_MODE_PERIPHERAL); in board_usb_init()
54 case USB_DR_MODE_PERIPHERAL: in sti_dwc3_glue_drd_init()
533 case USB_DR_MODE_PERIPHERAL: in ehci_usb_of_to_plat()
812 usb_otg_ss1.dr_mode = USB_DR_MODE_PERIPHERAL; in board_usb_init()821 usb_otg_ss2.dr_mode = USB_DR_MODE_PERIPHERAL; in board_usb_init()
145 case USB_DR_MODE_PERIPHERAL: in phy_meson_gxl_usb2_set_mode()
304 case USB_DR_MODE_PERIPHERAL: in ti_musb_wrapper_bind()
986 if (usb_get_dr_mode(dev_ofnode(dev)) != USB_DR_MODE_PERIPHERAL && in dwc2_udc_otg_of_to_plat()
Completed in 23 milliseconds