Home
last modified time | relevance | path

Searched refs:TYPE_COMMAND (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-debug.h154 case TYPE_COMMAND: in cdnsp_ring_type_string()
Dcdnsp-gadget.h1220 TYPE_COMMAND, enumerator
Dcdnsp-mem.c1261 pdev->cmd_ring = cdnsp_ring_alloc(pdev, 1, TYPE_COMMAND, 0, GFP_KERNEL); in cdnsp_mem_init()
Dcdnsp-ring.c245 if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) { in cdnsp_room_on_ring()
/Linux-v6.1/drivers/usb/host/
Dxhci.h1590 TYPE_COMMAND, enumerator
1607 case TYPE_COMMAND: in xhci_ring_type_string()
Dxhci-mem.c2468 xhci->cmd_ring = xhci_ring_alloc(xhci, 1, 1, TYPE_COMMAND, 0, flags); in xhci_mem_init()
Dxhci-ring.c291 if (ring->type != TYPE_COMMAND && ring->type != TYPE_EVENT) { in room_on_ring()