Home
last modified time | relevance | path

Searched refs:USB_DC_EP_CONTROL (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/drivers/usb/
Dusb_dc.h79 USB_DC_EP_CONTROL = 0, enumerator
/Zephyr-Core-3.7.0/drivers/usb/device/
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()
492 case USB_DC_EP_CONTROL: in usb_dc_ep_configure()
510 cfg->ep_type == USB_DC_EP_CONTROL) { in usb_dc_ep_configure()
Dusb_dc_nrfx.c739 __ASSERT(ep_ctx->cfg.type == USB_DC_EP_CONTROL, in usbd_work_process_setup()
828 if (ep_ctx->cfg.type == USB_DC_EP_CONTROL && in usbd_work_process_ep_events()
1089 case USB_DC_EP_CONTROL: in usbd_event_handler()
1385 if ((ep_cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
1464 case USB_DC_EP_CONTROL: in usb_dc_ep_set_stall()
1674 if (ep_ctx->cfg.type == USB_DC_EP_CONTROL) { in usb_dc_ep_write()
1685 if ((ep_ctx->cfg.type == USB_DC_EP_CONTROL) in usb_dc_ep_write()
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()
897 case USB_DC_EP_CONTROL: 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()
Dusb_dc_kinetis.c278 case USB_DC_EP_CONTROL: in usb_dc_ep_check_cap()
383 case USB_DC_EP_CONTROL: in usb_dc_ep_configure()
858 ep_cfg.ep_type = USB_DC_EP_CONTROL; in reenable_control_endpoints()
Dusb_dc_sam0.c367 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
395 case USB_DC_EP_CONTROL: in usb_dc_ep_configure()
Dusb_dc_smartbond.c1280 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()
1451 if (ep_cfg->ep_type == USB_DC_EP_CONTROL) { in usb_dc_ep_configure()
Dusb_dc_stm32.c662 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
722 case USB_DC_EP_CONTROL: in usb_dc_ep_configure()
Dusb_dc_native_posix.c162 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
Dusb_dc_dw.c415 case USB_DC_EP_CONTROL: in usb_dw_ep_set()
946 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
Dusb_dc_numaker.c635 if (ep_cfg->ep_type == USB_DC_EP_CONTROL) { 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()
Dusb_dc_it82xx2.c1023 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx > EP0) { in usb_dc_ep_check_cap()
1096 case USB_DC_EP_CONTROL: in usb_dc_ep_configure()
Dusb_dc_mcux.c265 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
Dusb_dc_rpi_pico.c538 if ((cfg->ep_type == USB_DC_EP_CONTROL) && ep_idx) { in usb_dc_ep_check_cap()
/Zephyr-Core-3.7.0/subsys/usb/device/
Dusb_descriptor.c386 .ep_type = USB_DC_EP_CONTROL, in usb_desc_update_mps0()
Dusb_device.c1658 ep0_cfg.ep_type = USB_DC_EP_CONTROL; in usb_enable()