Searched refs:dwc2_force_mode (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/dwc2/ |
| H A D | drd.c | 38 dwc2_force_mode(hsotg, (hsotg->dr_mode == USB_DR_MODE_HOST) || in dwc2_ovr_init() 161 dwc2_force_mode(hsotg, role == USB_ROLE_HOST); in dwc2_drd_role_sw_set() 239 dwc2_force_mode(hsotg, role == USB_ROLE_HOST); in dwc2_drd_resume()
|
| H A D | core.c | 508 void dwc2_force_mode(struct dwc2_hsotg *hsotg, bool host) in dwc2_force_mode() function 581 dwc2_force_mode(hsotg, true); in dwc2_force_dr_mode() 591 dwc2_force_mode(hsotg, false); in dwc2_force_dr_mode()
|
| H A D | params.c | 902 dwc2_force_mode(hsotg, true); in dwc2_get_host_hwparams() 927 dwc2_force_mode(hsotg, false); in dwc2_get_dev_hwparams()
|
| H A D | platform.c | 672 dwc2_force_mode(dwc2, !is_device_mode); in dwc2_suspend()
|
| H A D | core.h | 1327 void dwc2_force_mode(struct dwc2_hsotg *hsotg, bool host);
|