Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_core.c324 bool host_mode) in dwc2_wait_for_mode() argument
331 host_mode ? "host" : "device"); in dwc2_wait_for_mode()
338 if (dwc2_is_host_mode(hsotg) == host_mode) { in dwc2_wait_for_mode()
340 host_mode ? "Host" : "Device"); in dwc2_wait_for_mode()
349 __func__, host_mode ? "host" : "device"); in dwc2_wait_for_mode()