Searched refs:this_desc (Results 1 – 1 of 1) sorted by relevance
638 const usb_standard_desc_t *this_desc = (const usb_standard_desc_t *)config_desc; in cdc_acm_find_intf_and_ep_desc() local640 this_desc = usb_parse_next_descriptor_of_type( in cdc_acm_find_intf_and_ep_desc()641 … this_desc, config_desc->wTotalLength, USB_B_DESCRIPTOR_TYPE_INTERFACE_ASSOCIATION, &desc_offset); in cdc_acm_find_intf_and_ep_desc()643 if (this_desc == NULL) in cdc_acm_find_intf_and_ep_desc()646 const usb_iad_desc_t *iad_desc = (const usb_iad_desc_t *)this_desc; in cdc_acm_find_intf_and_ep_desc()