current_otg_role 1640 drivers/usb/dwc3/core.c 		if (dwc->current_otg_role == DWC3_OTG_ROLE_DEVICE) {
current_otg_role 1708 drivers/usb/dwc3/core.c 		if (dwc->current_otg_role == DWC3_OTG_ROLE_HOST) {
current_otg_role 1710 drivers/usb/dwc3/core.c 		} else if (dwc->current_otg_role == DWC3_OTG_ROLE_DEVICE) {
current_otg_role 1100 drivers/usb/dwc3/core.h 	u32			current_otg_role;
current_otg_role   83 drivers/usb/dwc3/drd.c 		if (dwc->current_otg_role == DWC3_OTG_ROLE_HOST &&
current_otg_role  350 drivers/usb/dwc3/drd.c 	if (dwc->desired_otg_role == dwc->current_otg_role)
current_otg_role  353 drivers/usb/dwc3/drd.c 	switch (dwc->current_otg_role) {
current_otg_role  373 drivers/usb/dwc3/drd.c 	dwc->current_otg_role = dwc->desired_otg_role;