Searched refs:dwc2_force_mode (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | drd.c | 38 dwc2_force_mode(hsotg, (hsotg->dr_mode == USB_DR_MODE_HOST) || in dwc2_ovr_init() 152 dwc2_force_mode(hsotg, role == USB_ROLE_HOST); in dwc2_drd_role_sw_set() 230 dwc2_force_mode(hsotg, role == USB_ROLE_HOST); in dwc2_drd_resume()
|
H A D | core.c | 476 * dwc2_force_mode() - Force the mode of the controller. 502 void dwc2_force_mode(struct dwc2_hsotg *hsotg, bool host) in dwc2_force_mode() function 584 dwc2_force_mode(hsotg, false); in dwc2_force_dr_mode()
|
H A D | params.c | 837 dwc2_force_mode(hsotg, true); in dwc2_get_host_hwparams() 862 dwc2_force_mode(hsotg, false); in dwc2_get_dev_hwparams()
|
H A D | core.h | 1301 void dwc2_force_mode(struct dwc2_hsotg *hsotg, bool host);
|
H A D | platform.c | 663 dwc2_force_mode(dwc2, !is_device_mode); in dwc2_suspend()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | drd.c | 31 dwc2_force_mode(hsotg, (hsotg->dr_mode == USB_DR_MODE_HOST)); in dwc2_ovr_init() 130 dwc2_force_mode(hsotg, role == USB_ROLE_HOST); in dwc2_drd_role_sw_set()
|
H A D | params.c | 731 dwc2_force_mode(hsotg, true); in dwc2_get_host_hwparams() 756 dwc2_force_mode(hsotg, false); in dwc2_get_dev_hwparams()
|
H A D | core.c | 562 * dwc2_force_mode() - Force the mode of the controller. 588 void dwc2_force_mode(struct dwc2_hsotg *hsotg, bool host) in dwc2_force_mode() function 670 dwc2_force_mode(hsotg, false); in dwc2_force_dr_mode()
|
H A D | platform.c | 640 dwc2_force_mode(dwc2, !is_device_mode); in dwc2_suspend()
|
H A D | core.h | 1313 void dwc2_force_mode(struct dwc2_hsotg *hsotg, bool host);
|
Completed in 18 milliseconds