Searched refs:usbd_config_exist (Results 1 – 3 of 3) sorted by relevance
74 bool usbd_config_exist(struct usbd_context *const uds_ctx,
95 bool usbd_config_exist(struct usbd_context *const uds_ctx, in usbd_config_exist() function
151 if (setup->wValue && !usbd_config_exist(uds_ctx, speed, setup->wValue)) { in sreq_set_configuration()