Lines Matching refs:bus_reset
910 bool rwup, bool bus_reset) in dwc2_restore_essential_registers() argument
931 if (bus_reset) { in dwc2_restore_essential_registers()
1037 bool rwup, bool bus_reset) in dwc2_exit_hibernation() argument
1077 dwc2_restore_essential_registers(dev, rwup, bus_reset); in dwc2_exit_hibernation()
1083 if (!bus_reset) { in dwc2_exit_hibernation()
2770 bool rwup, bool bus_reset) in dwc2_handle_hibernation_exit() argument
2775 dwc2_exit_hibernation(dev, rwup, bus_reset); in dwc2_handle_hibernation_exit()
2800 if (bus_reset) { in dwc2_handle_hibernation_exit()
2953 bool bus_reset; in dwc2_thread_handler() local
2959 bus_reset = prev & BIT(DWC2_DRV_EVT_HIBERNATION_EXIT_BUS_RESET); in dwc2_thread_handler()
2962 dwc2_handle_hibernation_exit(dev, false, bus_reset); in dwc2_thread_handler()