Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/
Dusbd_config.h74 bool usbd_config_exist(struct usbd_context *const uds_ctx,
Dusbd_config.c95 bool usbd_config_exist(struct usbd_context *const uds_ctx, in usbd_config_exist() function
Dusbd_ch9.c151 if (setup->wValue && !usbd_config_exist(uds_ctx, speed, setup->wValue)) { in sreq_set_configuration()