Searched refs:TYPE_BULK (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | common.h | 187 #define TYPE_BULK (1 << 14) macro
|
D | pipe.c | 396 [USB_ENDPOINT_XFER_BULK] = TYPE_BULK, in usbhsp_setup_pipecfg()
|
/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3_hw_regs.h | 142 #define TYPE_BULK (0x0) macro
|
D | mtu3_core.c | 329 csr1 |= TX_TYPE(TYPE_BULK); in mtu3_config_ep() 365 csr1 |= RX_TYPE(TYPE_BULK); in mtu3_config_ep()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-dbgcap.c | 386 dbc->ring_in = xhci_ring_alloc(xhci, 1, 1, TYPE_BULK, 0, flags); in xhci_dbc_mem_init() 390 dbc->ring_out = xhci_ring_alloc(xhci, 1, 1, TYPE_BULK, 0, flags); in xhci_dbc_mem_init()
|
D | xhci.h | 1543 TYPE_BULK, enumerator 1557 case TYPE_BULK: in xhci_ring_type_string()
|