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.h293 int (*bus_reset)(const struct device *dev); member
324 ret = api->bus_reset(dev); in uhc_bus_reset()
/Zephyr-latest/drivers/usb/udc/
Dudc_dwc2.c1005 bool rwup, bool bus_reset) in dwc2_restore_essential_registers() argument
1031 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() argument
1192 dwc2_restore_essential_registers(dev, rwup, bus_reset); in dwc2_exit_hibernation()
2884 bool rwup, bool bus_reset) in dwc2_handle_hibernation_exit() argument
2889 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() local
3073 bus_reset = prev & BIT(DWC2_DRV_EVT_HIBERNATION_EXIT_BUS_RESET); in dwc2_thread_handler()
[all …]
/Zephyr-latest/drivers/usb/uhc/
Duhc_virtual.c642 .bus_reset = uhc_vrt_bus_reset,
Duhc_max3421e.c1117 .bus_reset = max3421e_bus_reset,