Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dcommon.h192 #define TYPE_BULK (1 << 14) macro
H A Dpipe.c411 [USB_ENDPOINT_XFER_BULK] = TYPE_BULK, in usbhsp_setup_pipecfg()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h148 case TYPE_BULK: in cdnsp_ring_type_string()
H A Dcdnsp-gadget.h1217 TYPE_BULK, enumerator
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_hw_regs.h157 #define TYPE_BULK (0x0) macro
H A Dmtu3_core.c436 csr1 |= TX_TYPE(TYPE_BULK); in mtu3_config_ep()
472 csr1 |= RX_TYPE(TYPE_BULK); in mtu3_config_ep()
/openbmc/linux/drivers/usb/host/
H A 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()
H A Dxhci.h1598 TYPE_BULK, enumerator
1612 case TYPE_BULK: in xhci_ring_type_string()