Home
last modified time | relevance | path

Searched refs:COMP_CMD_STOP (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c1271 cur_cd->command, COMP_CMD_STOP); in xhci_cmd_to_noop()
1321 cur_cd->command, COMP_CMD_STOP); in xhci_search_cmd_trb_in_cd_list()
1351 else if (cmd_trb_comp_code == COMP_CMD_STOP) { in handle_stopped_cmd_ring()
1395 (GET_COMP_CODE(le32_to_cpu(event->status)) == COMP_CMD_STOP)) { in handle_cmd_completion()
Dxhci.h1027 #define COMP_CMD_STOP 24 macro