Home
last modified time | relevance | path

Searched refs:dwc2_is_device_mode (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c131 if (dwc2_is_device_mode(hsotg)) in dwc2_handle_otg_intr()
238 if (dwc2_is_device_mode(hsotg)) { in dwc2_handle_otg_intr()
324 if (dwc2_is_device_mode(hsotg)) { in dwc2_handle_session_req_intr()
353 if (dwc2_is_device_mode(hsotg)) { in dwc2_handle_wakeup_detected_intr()
424 if (dwc2_is_device_mode(hsotg)) { in dwc2_handle_usb_suspend_intr()
565 if (dwc2_is_device_mode(hsotg)) { in dwc2_handle_common_intr()
Dplatform.c467 if (dwc2_is_device_mode(dwc2)) in dwc2_suspend()
487 if (dwc2_is_device_mode(dwc2)) in dwc2_resume()
Dhcd.h387 static inline int dwc2_is_device_mode(struct dwc2_hsotg *hsotg) in dwc2_is_device_mode() function
Dhcd.c301 if (dwc2_is_device_mode(hsotg)) { in dwc2_hcd_disconnect()
1372 while (!dwc2_is_device_mode(hsotg)) { in dwc2_conn_id_status_change()
2334 if (dwc2_is_device_mode(hsotg)) { in _dwc2_hcd_start()