Searched refs:TYPE_COMMAND (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/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.6/drivers/usb/host/ | 
| D | xhci.h | 1594 	TYPE_COMMAND,  enumerator 1611 	case TYPE_COMMAND:  in xhci_ring_type_string()
  | 
| D | xhci-mem.c | 2392 	xhci->cmd_ring = xhci_ring_alloc(xhci, 1, 1, TYPE_COMMAND, 0, flags);  in xhci_mem_init()
  |