Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c1824 if (trb_comp_code == COMP_STOP_INVAL || trb_comp_code == COMP_STOP) { in finish_td()
1932 case COMP_STOP: in process_ctrl_td()
2050 case COMP_STOP: in process_isoc_td()
2307 case COMP_STOP: in handle_tx_event()
2400 if (!(trb_comp_code == COMP_STOP || in handle_tx_event()
2444 if (!event_seg && (trb_comp_code == COMP_STOP || in handle_tx_event()
Dxhci.h1059 #define COMP_STOP 26 macro