Searched refs:this_ep (Results 1 – 1 of 1) sorted by relevance
692 …const usb_ep_desc_t *this_ep = usb_parse_endpoint_descriptor_by_index(cdc_dev->data.intf_desc, i, … in cdc_acm_find_intf_and_ep_desc() local693 assert(this_ep); in cdc_acm_find_intf_and_ep_desc()694 if (USB_EP_DESC_GET_EP_DIR(this_ep)) { in cdc_acm_find_intf_and_ep_desc()695 *in_ep = this_ep; in cdc_acm_find_intf_and_ep_desc()697 *out_ep = this_ep; in cdc_acm_find_intf_and_ep_desc()792 …const usb_ep_desc_t *this_ep = usb_parse_endpoint_descriptor_by_index(cdc_dev->data.intf_desc, i, … in cdc_acm_host_open_vendor_specific() local793 assert(this_ep); in cdc_acm_host_open_vendor_specific()794 if (USB_EP_DESC_GET_EP_DIR(this_ep)) { in cdc_acm_host_open_vendor_specific()795 in_ep = this_ep; in cdc_acm_host_open_vendor_specific()797 out_ep = this_ep; in cdc_acm_host_open_vendor_specific()