Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/usb/device_next/
Dusbd_device.h113 int usbd_device_shutdown_core(struct usbd_contex *const uds_ctx);
Dusbd_core.c203 int usbd_device_shutdown_core(struct usbd_contex *const uds_ctx) in usbd_device_shutdown_core() function
Dusbd_device.c283 ret = usbd_device_shutdown_core(uds_ctx); in usbd_shutdown()