Searched refs:bus_reset (Results 1 – 4 of 4) sorted by relevance
226 int (*bus_reset)(const struct device *dev); member257 ret = api->bus_reset(dev); in uhc_bus_reset()
910 bool rwup, bool bus_reset) in dwc2_restore_essential_registers() argument931 if (bus_reset) { in dwc2_restore_essential_registers()1037 bool rwup, bool bus_reset) in dwc2_exit_hibernation() argument1077 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() argument2775 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() local2959 bus_reset = prev & BIT(DWC2_DRV_EVT_HIBERNATION_EXIT_BUS_RESET); in dwc2_thread_handler()[all …]
519 .bus_reset = uhc_vrt_bus_reset,
1101 .bus_reset = max3421e_bus_reset,