Home
last modified time | relevance | path

Searched refs:BULK_OUT_EP (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h521 case BULK_OUT_EP: in cdnsp_ep_type_string()
H A Dcdnsp-gadget.h686 #define BULK_OUT_EP 2 macro
H A Dcdnsp-mem.c900 return in ? BULK_IN_EP : BULK_OUT_EP; in cdnsp_get_endpoint_type()
/linux/drivers/usb/host/
H A Dxhci.h481 #define BULK_OUT_EP 2 macro
2491 case BULK_OUT_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1341 return in ? BULK_IN_EP : BULK_OUT_EP; in xhci_get_endpoint_type()
/linux/drivers/usb/early/
H A Dxhci-dbc.c325 ep_out->ep_info2 = cpu_to_le32(EP_TYPE(BULK_OUT_EP) | MAX_PACKET(1024) | MAX_BURST(max_burst)); in xdbc_mem_init()