Home
last modified time | relevance | path

Searched refs:ep_type (Results 1 – 18 of 18) sorted by relevance

/drivers/usb/device/
A Dusb_dc_stm32.c754 cfg->ep_type); in usb_dc_ep_check_cap()
780 ep_cfg->ep_type); in usb_dc_ep_configure()
783 if (ep_cfg->ep_type == USB_DC_EP_ISOCHRONOUS) { in usb_dc_ep_configure()
806 if (ep_cfg->ep_type == USB_DC_EP_ISOCHRONOUS) { in usb_dc_ep_configure()
815 switch (ep_cfg->ep_type) { in usb_dc_ep_configure()
817 ep_state->ep_type = EP_TYPE_CTRL; in usb_dc_ep_configure()
820 ep_state->ep_type = EP_TYPE_ISOC; in usb_dc_ep_configure()
823 ep_state->ep_type = EP_TYPE_BULK; in usb_dc_ep_configure()
826 ep_state->ep_type = EP_TYPE_INTR; in usb_dc_ep_configure()
913 ep_state->ep_type); in usb_dc_ep_enable()
[all …]
A Dusb_dc_sam_usbhs.c256 .ep_type = USB_DC_EP_CONTROL, in usb_dc_isr()
434 if (cfg->ep_type != USB_DC_EP_CONTROL) { in usb_dc_ep_check_cap()
451 (cfg->ep_type == USB_DC_EP_CONTROL && cfg->ep_mps > 64)) { in usb_dc_ep_check_cap()
483 cfg->ep_type); in usb_dc_ep_configure()
491 switch (cfg->ep_type) { in usb_dc_ep_configure()
510 cfg->ep_type == USB_DC_EP_CONTROL) { in usb_dc_ep_configure()
525 if (cfg->ep_type == USB_DC_EP_ISOCHRONOUS) { in usb_dc_ep_configure()
A Dusb_dc_dw.c360 uint32_t ep_mps, enum usb_dc_ep_transfer_type ep_type) in usb_dw_ep_set() argument
366 LOG_DBG("%s ep %x, mps %d, type %d", __func__, ep, ep_mps, ep_type); in usb_dw_ep_set()
414 switch (ep_type) { in usb_dw_ep_set()
944 cfg->ep_type); in usb_dc_ep_check_cap()
946 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
984 usb_dw_ep_set(ep, ep_cfg->ep_mps, ep_cfg->ep_type); in usb_dc_ep_configure()
A Dusb_dc_sam_usbc.c849 if (cfg->ep_type != USB_DC_EP_CONTROL) { in usb_dc_ep_check_cap()
866 (cfg->ep_type == USB_DC_EP_CONTROL && cfg->ep_mps > 64)) { in usb_dc_ep_check_cap()
894 cfg->ep_addr, cfg->ep_mps, cfg->ep_type); in usb_dc_ep_configure()
896 switch (cfg->ep_type) { in usb_dc_ep_configure()
914 cfg->ep_type == USB_DC_EP_CONTROL) { in usb_dc_ep_configure()
929 if (cfg->ep_type != USB_DC_EP_CONTROL) { in usb_dc_ep_configure()
A Dusb_dc_rpi_pico.c595 cfg->ep_addr, cfg->ep_mps, cfg->ep_type); in usb_dc_ep_check_cap()
597 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
621 ep_cfg->ep_mps, ep_cfg->ep_type); in usb_dc_ep_configure()
624 ep_state->type = ep_cfg->ep_type; in usb_dc_ep_configure()
A Dusb_dc_it82xx2.c153 enum usb_dc_ep_transfer_type ep_type; member
1071 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx > EP0) { in usb_dc_ep_check_cap()
1141 switch (cfg->ep_type) { in usb_dc_ep_configure()
1156 udata0.ep_data[ep_idx].ep_type = cfg->ep_type; in usb_dc_ep_configure()
1158 LOG_DBG("EP%d Configured: 0x%2X(%d)", ep_idx, !!(in), cfg->ep_type); in usb_dc_ep_configure()
A Dusb_dc_kinetis.c286 switch (cfg->ep_type) { in usb_dc_ep_check_cap()
350 cfg->ep_type); in usb_dc_ep_configure()
391 switch (cfg->ep_type) { in usb_dc_ep_configure()
867 ep_cfg.ep_type = USB_DC_EP_CONTROL; in reenable_control_endpoints()
A Dusb_dc_native_posix.c160 cfg->ep_type); in usb_dc_ep_check_cap()
162 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
A Dusb_dc_nrfx.c1384 ep_cfg->ep_type); in usb_dc_ep_check_cap()
1386 if ((ep_cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
1396 if ((ep_cfg->ep_type == USB_DC_EP_ISOCHRONOUS) && in usb_dc_ep_check_cap()
1402 if ((ep_cfg->ep_type != USB_DC_EP_ISOCHRONOUS) && in usb_dc_ep_check_cap()
1435 ep_ctx->cfg.type = ep_cfg->ep_type; in usb_dc_ep_configure()
A Dusb_dc_smartbond.c1278 LOG_DBG("ep %x, mps %d, type %d", cfg->ep_addr, cfg->ep_mps, cfg->ep_type); in usb_dc_ep_check_cap()
1280 if ((cfg->ep_type == USB_DC_EP_CONTROL && ep_idx != 0) || in usb_dc_ep_check_cap()
1281 (cfg->ep_type != USB_DC_EP_CONTROL && ep_idx == 0)) { in usb_dc_ep_check_cap()
1448 ep_state->iso = ep_cfg->ep_type == USB_DC_EP_ISOCHRONOUS; in usb_dc_ep_configure()
1451 if (ep_cfg->ep_type == USB_DC_EP_CONTROL) { in usb_dc_ep_configure()
A Dusb_dc_numaker.c635 if (ep_cfg->ep_type == USB_DC_EP_CONTROL) { in numaker_usbd_ep_config_major()
646 if (ep_cfg->ep_type == USB_DC_EP_ISOCHRONOUS) { in numaker_usbd_ep_config_major()
1357 if ((ep_cfg->ep_type == USB_DC_EP_CONTROL) && USB_EP_GET_IDX(ep_cfg->ep_addr) != 0) { in usb_dc_ep_check_cap()
1367 if (config->disallow_iso_inout_same && ep_cfg->ep_type != USB_DC_EP_CONTROL) { in usb_dc_ep_check_cap()
1436 LOG_DBG("EP=0x%02x, MPS=%d, Type=%d", ep_cfg->ep_addr, ep_cfg->ep_mps, ep_cfg->ep_type); in usb_dc_ep_configure()
A Dusb_dc_sam0.c367 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
394 switch (cfg->ep_type) { in usb_dc_ep_configure()
A Dusb_dc_mcux.c264 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
288 ep_init.transferType = cfg->ep_type; in usb_dc_ep_configure()
/drivers/wifi/esp_hosted/
A Desp_hosted_wifi.h100 uint8_t ep_type; member
A Desp_hosted_util.h155 frame->ep_type, frame->ep_length, frame->ep_value, frame->data_type, in esp_hosted_frame_dump()
A Desp_hosted_wifi.c64 frame.ep_type = TLV_HEADER_TYPE_EP; in esp_hosted_request()
/drivers/usb/udc/
A Dudc_stm32.c776 uint8_t ep_type; in udc_stm32_ep_enable() local
783 ep_type = EP_TYPE_CTRL; in udc_stm32_ep_enable()
786 ep_type = EP_TYPE_BULK; in udc_stm32_ep_enable()
789 ep_type = EP_TYPE_INTR; in udc_stm32_ep_enable()
792 ep_type = EP_TYPE_ISOC; in udc_stm32_ep_enable()
804 udc_mps_ep_size(ep_cfg), ep_type); in udc_stm32_ep_enable()
A Dudc_max32.c392 maxusb_ep_type_t ep_type; in udc_max32_ep_enable() local
400 ep_type = MAXUSB_EP_TYPE_IN; in udc_max32_ep_enable()
402 ep_type = MAXUSB_EP_TYPE_OUT; in udc_max32_ep_enable()
408 ret = MXC_USB_ConfigEp(USB_EP_GET_IDX(cfg->addr), ep_type, cfg->mps); in udc_max32_ep_enable()

Completed in 68 milliseconds