Searched refs:TYPE_COMMAND (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/usb/cdns3/ |
D | cdnsp-debug.h | 154 case TYPE_COMMAND: in cdnsp_ring_type_string()
|
D | cdnsp-gadget.h | 1220 TYPE_COMMAND, enumerator
|
D | cdnsp-mem.c | 1261 pdev->cmd_ring = cdnsp_ring_alloc(pdev, 1, TYPE_COMMAND, 0, GFP_KERNEL); in cdnsp_mem_init()
|
D | cdnsp-ring.c | 245 if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) { in cdnsp_room_on_ring()
|
/Linux-v6.1/drivers/usb/host/ |
D | xhci.h | 1590 TYPE_COMMAND, enumerator 1607 case TYPE_COMMAND: in xhci_ring_type_string()
|
D | xhci-mem.c | 2468 xhci->cmd_ring = xhci_ring_alloc(xhci, 1, 1, TYPE_COMMAND, 0, flags); in xhci_mem_init()
|
D | xhci-ring.c | 291 if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) { in room_on_ring()
|