Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_coreintr.c544 if (!dwc2_is_controller_alive(hsotg)) { in dwc2_handle_common_intr()
H A Ddwc2_core.h901 extern bool dwc2_is_controller_alive(struct dwc2_hsotg *hsotg);
H A Ddwc2_hcdintr.c2208 if (!dwc2_is_controller_alive(hsotg)) { in dwc2_handle_hcd_intr()
H A Ddwc2_core.c3488 bool dwc2_is_controller_alive(struct dwc2_hsotg *hsotg) in dwc2_is_controller_alive() function