Home
last modified time | relevance | path

Searched refs:CTRL_EP (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h526 case CTRL_EP: in cdnsp_ep_type_string()
H A Dcdnsp-mem.c764 ep0_ctx->ep_info2 = cpu_to_le32(EP_TYPE(CTRL_EP)); in cdnsp_setup_addressable_priv_dev()
897 return CTRL_EP; in cdnsp_get_endpoint_type()
H A Dcdnsp-gadget.h695 #define CTRL_EP 4 macro
/linux/drivers/usb/host/
H A Dxhci-ring.c2207 if (xhci->hci_version <= 0x95 && ep_type == CTRL_EP) in xhci_halted_host_endpoint()