Home
last modified time | relevance | path

Searched refs:usbd_device_shutdown_core (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/usb/device_next/
Dusbd_device.h154 int usbd_device_shutdown_core(struct usbd_context *const uds_ctx);
Dusbd_core.c226 int usbd_device_shutdown_core(struct usbd_context *const uds_ctx) in usbd_device_shutdown_core() function
Dusbd_device.c320 ret = usbd_device_shutdown_core(uds_ctx); in usbd_shutdown()