HomeSort by: relevance | last modified time | path
    Searched refs:dwc2_is_host_mode (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_coreintr.c 116 dwc2_is_host_mode(hsotg) ? "Host" : "Device");
202 if (dwc2_is_host_mode(hsotg)) {
248 (dwc2_is_host_mode(hsotg) ? "Host" : "Device"));
301 dwc2_is_host_mode(hsotg) ? "Host" : "Device");
413 dwc2_is_host_mode(hsotg) ? "Host" : "Device",
dwc2_core.h 1146 static inline int dwc2_is_host_mode(struct dwc2_hsotg *hsotg) function in typeref:typename:int
dwc2_hcd.c 347 if (dwc2_is_host_mode(hsotg))
1395 dwc2_is_host_mode(hsotg) ? "Host" :
1414 while (!dwc2_is_host_mode(hsotg)) {
1416 dwc2_is_host_mode(hsotg) ?
dwc2_core.c 354 if (dwc2_is_host_mode(hsotg)) {
395 if (dwc2_is_host_mode(hsotg)) {
690 if (dwc2_is_host_mode(hsotg))
970 if (dwc2_is_host_mode(hsotg)) {
3245 if (host && dwc2_is_host_mode(hsotg))
dwc2_hcdintr.c 2222 if (dwc2_is_host_mode(hsotg)) {

Completed in 19 milliseconds