Home
last modified time | relevance | path

Searched refs:TYPE_BULK (Results 1 – 8 of 8) sorted by relevance

/drivers/usb/renesas_usbhs/
Dcommon.h192 #define TYPE_BULK (1 << 14) macro
Dpipe.c411 [USB_ENDPOINT_XFER_BULK] = TYPE_BULK, in usbhsp_setup_pipecfg()
/drivers/usb/mtu3/
Dmtu3_hw_regs.h156 #define TYPE_BULK (0x0) macro
Dmtu3_core.c436 csr1 |= TX_TYPE(TYPE_BULK); in mtu3_config_ep()
472 csr1 |= RX_TYPE(TYPE_BULK); in mtu3_config_ep()
/drivers/usb/cdns3/
Dcdnsp-debug.h148 case TYPE_BULK: in cdnsp_ring_type_string()
Dcdnsp-gadget.h1217 TYPE_BULK, enumerator
/drivers/usb/host/
Dxhci-dbgcap.c479 dbc->ring_in = xhci_dbc_ring_alloc(dev, TYPE_BULK, flags); in xhci_dbc_mem_init()
483 dbc->ring_out = xhci_dbc_ring_alloc(dev, TYPE_BULK, flags); in xhci_dbc_mem_init()
Dxhci.h1596 TYPE_BULK, enumerator
1610 case TYPE_BULK: in xhci_ring_type_string()