Searched refs:TYPE_BULK (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/usb/renesas_usbhs/ |
| D | common.h | 191 #define TYPE_BULK (1 << 14) macro
|
| D | pipe.c | 411 [USB_ENDPOINT_XFER_BULK] = TYPE_BULK, in usbhsp_setup_pipecfg()
|
| /Linux-v5.4/drivers/usb/mtu3/ |
| D | mtu3_hw_regs.h | 156 #define TYPE_BULK (0x0) macro
|
| D | mtu3_core.c | 333 csr1 |= TX_TYPE(TYPE_BULK); in mtu3_config_ep() 369 csr1 |= RX_TYPE(TYPE_BULK); in mtu3_config_ep()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci-dbgcap.c | 385 dbc->ring_in = xhci_ring_alloc(xhci, 1, 1, TYPE_BULK, 0, flags); in xhci_dbc_mem_init() 389 dbc->ring_out = xhci_ring_alloc(xhci, 1, 1, TYPE_BULK, 0, flags); in xhci_dbc_mem_init()
|
| D | xhci.h | 1565 TYPE_BULK, enumerator 1579 case TYPE_BULK: in xhci_ring_type_string()
|