Searched refs:bus_reset (Results 1 – 4 of 4) sorted by relevance
293 int (*bus_reset)(const struct device *dev); member324 ret = api->bus_reset(dev); in uhc_bus_reset()
1005 bool rwup, bool bus_reset) in dwc2_restore_essential_registers() argument1031 if (bus_reset) { in dwc2_restore_essential_registers()1055 if (!bus_reset) { in dwc2_restore_essential_registers()1152 bool rwup, bool bus_reset) in dwc2_exit_hibernation() argument1192 dwc2_restore_essential_registers(dev, rwup, bus_reset); in dwc2_exit_hibernation()2884 bool rwup, bool bus_reset) in dwc2_handle_hibernation_exit() argument2889 dwc2_exit_hibernation(dev, rwup, bus_reset); in dwc2_handle_hibernation_exit()2914 if (bus_reset) { in dwc2_handle_hibernation_exit()3067 bool bus_reset; in dwc2_thread_handler() local3073 bus_reset = prev & BIT(DWC2_DRV_EVT_HIBERNATION_EXIT_BUS_RESET); in dwc2_thread_handler()[all …]
642 .bus_reset = uhc_vrt_bus_reset,
1117 .bus_reset = max3421e_bus_reset,