Home
last modified time | relevance | path

Searched refs:COMP_COMMAND_RING_STOPPED (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-debug.h54 case COMP_COMMAND_RING_STOPPED: in cdnsp_trb_comp_code_string()
H A Dcdnsp-gadget.h899 #define COMP_COMMAND_RING_STOPPED 24 macro
/linux-6.15/drivers/usb/host/
H A Dxhci.h855 #define COMP_COMMAND_RING_STOPPED 24 macro
919 case COMP_COMMAND_RING_STOPPED: in xhci_trb_comp_code_string()
H A Dxhci.c2038 case COMP_COMMAND_RING_STOPPED: in xhci_configure_endpoint_result()
2088 case COMP_COMMAND_RING_STOPPED: in xhci_evaluate_context_result()
2834 command->status == COMP_COMMAND_RING_STOPPED) { in xhci_stop_endpoint_sync()
3868 case COMP_COMMAND_RING_STOPPED: in xhci_discover_or_reset_device()
4253 case COMP_COMMAND_RING_STOPPED: in xhci_setup_device()
H A Dxhci-ring.c463 i_cmd->status = COMP_COMMAND_RING_STOPPED; in xhci_handle_stopped_cmd_ring()
1809 if (cmd_comp_code == COMP_COMMAND_RING_STOPPED) { in handle_cmd_completion()
1882 if (cmd->status == COMP_COMMAND_RING_STOPPED) in handle_cmd_completion()
1883 cmd_comp_code = COMP_COMMAND_RING_STOPPED; in handle_cmd_completion()
H A Dxhci-hub.c518 cmd->status == COMP_COMMAND_RING_STOPPED) { in xhci_stop_device()