Home
last modified time | relevance | path

Searched refs:dwc2_is_host_mode (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c102 dwc2_is_host_mode(hsotg) ? "Host" : "Device"); in dwc2_handle_mode_mismatch_intr()
191 if (dwc2_is_host_mode(hsotg)) { in dwc2_handle_otg_intr()
237 (dwc2_is_host_mode(hsotg) ? "Host" : "Device")); in dwc2_handle_otg_intr()
286 dwc2_is_host_mode(hsotg) ? "Host" : "Device"); in dwc2_handle_conn_id_status_change_intr()
400 dwc2_is_host_mode(hsotg) ? "Host" : "Device", in dwc2_handle_disconnect_intr()
Dhcd.h383 static inline int dwc2_is_host_mode(struct dwc2_hsotg *hsotg) in dwc2_is_host_mode() function
Dhcd.c313 if (dwc2_is_host_mode(hsotg)) in dwc2_hcd_disconnect()
1375 dwc2_is_host_mode(hsotg) ? "Host" : in dwc2_conn_id_status_change()
1394 while (!dwc2_is_host_mode(hsotg)) { in dwc2_conn_id_status_change()
1396 dwc2_is_host_mode(hsotg) ? in dwc2_conn_id_status_change()
Dcore.c344 if (dwc2_is_host_mode(hsotg)) { in dwc2_exit_hibernation()
385 if (dwc2_is_host_mode(hsotg)) { in dwc2_enter_hibernation()
574 if (dwc2_is_host_mode(hsotg)) in dwc2_fs_phy_init()
835 if (dwc2_is_host_mode(hsotg)) { in dwc2_core_init()
Dhcd_intr.c2146 if (dwc2_is_host_mode(hsotg)) { in dwc2_handle_hcd_intr()