Searched refs:out_ep (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 623 …ntf_idx, const usb_ep_desc_t **notif_ep, const usb_ep_desc_t **in_ep, const usb_ep_desc_t **out_ep) in cdc_acm_find_intf_and_ep_desc() argument 697 *out_ep = this_ep; in cdc_acm_find_intf_and_ep_desc() 723 const usb_ep_desc_t *out_ep = NULL; in cdc_acm_host_open() local 725 cdc_acm_find_intf_and_ep_desc(cdc_dev, interface_idx, ¬if_ep, &in_ep, &out_ep), in cdc_acm_host_open() 740 …ESP_GOTO_ON_ERROR(cdc_acm_transfers_allocate(cdc_dev, notif_ep, in_ep, out_ep, dev_config->out_buf… in cdc_acm_host_open() 779 const usb_ep_desc_t *out_ep = NULL; in cdc_acm_host_open_vendor_specific() local 797 out_ep = this_ep; in cdc_acm_host_open_vendor_specific() 803 …ESP_GOTO_ON_ERROR(cdc_acm_transfers_allocate(cdc_dev, notif_ep, in_ep, out_ep, dev_config->out_buf… in cdc_acm_host_open_vendor_specific()
|