Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.h797 int dwc2_host_is_b_hnp_enabled(struct dwc2_hsotg *);
H A Ddwc2_hcd.c1471 if (windex == hsotg->otg_port && dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend()
1497 if (dwc2_host_is_b_hnp_enabled(hsotg)) { in dwc2_port_suspend()
/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c1527 int dwc2_host_is_b_hnp_enabled(struct dwc2_hsotg *hsotg) in dwc2_host_is_b_hnp_enabled() function