event_cmd         747 drivers/usb/host/xhci-dbgcap.c 	while ((le32_to_cpu(evt->event_cmd.flags) & TRB_CYCLE) ==
event_cmd         757 drivers/usb/host/xhci-dbgcap.c 		switch (le32_to_cpu(evt->event_cmd.flags) & TRB_TYPE_BITMASK) {
event_cmd        1530 drivers/usb/host/xhci-ring.c 		handle_cmd_completion(xhci, &event->event_cmd);
event_cmd        2722 drivers/usb/host/xhci-ring.c 	if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) !=
event_cmd        2734 drivers/usb/host/xhci-ring.c 	switch (le32_to_cpu(event->event_cmd.flags) & TRB_TYPE_BITMASK) {
event_cmd        2736 drivers/usb/host/xhci-ring.c 		handle_cmd_completion(xhci, &event->event_cmd);
event_cmd        2751 drivers/usb/host/xhci-ring.c 		if ((le32_to_cpu(event->event_cmd.flags) & TRB_TYPE_BITMASK) >=
event_cmd        2757 drivers/usb/host/xhci-ring.c 				  le32_to_cpu(event->event_cmd.flags)));
event_cmd        1340 drivers/usb/host/xhci.h 	struct xhci_event_cmd		event_cmd;