Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dcore_intr.c103 dwc2_is_host_mode(hsotg) ? "Host" : "Device"); in dwc2_handle_mode_mismatch_intr()
188 if (dwc2_is_host_mode(hsotg)) { in dwc2_handle_otg_intr()
234 (dwc2_is_host_mode(hsotg) ? "Host" : "Device")); in dwc2_handle_otg_intr()
287 dwc2_is_host_mode(hsotg) ? "Host" : "Device"); in dwc2_handle_conn_id_status_change_intr()
456 dwc2_is_host_mode(hsotg) ? "Host" : "Device", in dwc2_handle_disconnect_intr()
Dcore.c164 if (dwc2_is_host_mode(hsotg)) { in dwc2_exit_partial_power_down()
205 if (dwc2_is_host_mode(hsotg)) { in dwc2_enter_partial_power_down()
400 if (dwc2_is_host_mode(hsotg) == host_mode) { in dwc2_wait_for_mode()
Dcore.h1318 static inline int dwc2_is_host_mode(struct dwc2_hsotg *hsotg) in dwc2_is_host_mode() function
Dhcd.c172 if (dwc2_is_host_mode(hsotg)) in dwc2_fs_phy_init()
2010 if (dwc2_is_host_mode(hsotg)) in dwc2_hcd_disconnect()
2341 if (dwc2_is_host_mode(hsotg)) { in dwc2_core_init()
3382 dwc2_is_host_mode(hsotg) ? "Host" : in dwc2_conn_id_status_change()
3412 while (!dwc2_is_host_mode(hsotg)) { in dwc2_conn_id_status_change()
3414 dwc2_is_host_mode(hsotg) ? in dwc2_conn_id_status_change()
Dhcd_intr.c2233 if (dwc2_is_host_mode(hsotg)) { in dwc2_handle_hcd_intr()