Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/
Dusbd_class.h107 int usbd_class_remove_all(struct usbd_context *const uds_ctx,
Dusbd_core.c234 ret = usbd_class_remove_all(uds_ctx, USBD_SPEED_HS, cfg_value); in usbd_device_shutdown_core()
243 ret = usbd_class_remove_all(uds_ctx, USBD_SPEED_FS, cfg_value); in usbd_device_shutdown_core()
Dusbd_class.c268 int usbd_class_remove_all(struct usbd_context *const uds_ctx, in usbd_class_remove_all() function