Home
last modified time | relevance | path

Searched refs:desired_otg_role (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/dwc3/
H A Ddrd.c346 dwc->desired_otg_role = id ? DWC3_OTG_ROLE_DEVICE : in dwc3_otg_update()
350 if (dwc->desired_otg_role == dwc->current_otg_role) in dwc3_otg_update()
373 dwc->current_otg_role = dwc->desired_otg_role; in dwc3_otg_update()
377 switch (dwc->desired_otg_role) { in dwc3_otg_update()
612 dwc->desired_otg_role = DWC3_OTG_ROLE_IDLE; in dwc3_drd_exit()
H A Dcore.h1014 * @desired_otg_role: desired role of operation while using the OTG block
1211 u32 desired_otg_role; member
H A Dcore.c191 dwc->desired_otg_role = DWC3_OTG_ROLE_IDLE; in __dwc3_set_mode()