Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c1826 trb_comp_code == COMP_STOP || in finish_td()
1942 case COMP_STOP: in process_ctrl_td()
2069 case COMP_STOP: in process_isoc_td()
2343 case COMP_STOP: in handle_tx_event()
2439 if (!(trb_comp_code == COMP_STOP || in handle_tx_event()
2483 if (!event_seg && (trb_comp_code == COMP_STOP || in handle_tx_event()
Dxhci.h1109 #define COMP_STOP 26 macro