Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/usb/
Duhc.h226 int (*bus_reset)(const struct device *dev); member
257 ret = api->bus_reset(dev); in uhc_bus_reset()
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c910 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()
[all …]
/Zephyr-latest/drivers/usb/uhc/
Duhc_virtual.c519 .bus_reset = uhc_vrt_bus_reset,
Duhc_max3421e.c1101 .bus_reset = max3421e_bus_reset,