Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c1827 trb_comp_code == COMP_STOP_SHORT) { in finish_td()
1934 case COMP_STOP_SHORT: in process_ctrl_td()
2044 case COMP_STOP_SHORT: in process_isoc_td()
2080 } else if (trb_comp_code == COMP_STOP_SHORT) { in process_isoc_td()
2164 case COMP_STOP_SHORT: in process_bulk_intr_td()
2182 if (trb_comp_code == COMP_STOP_SHORT) { in process_bulk_intr_td()
2349 case COMP_STOP_SHORT: in handle_tx_event()
Dxhci.h1113 #define COMP_STOP_SHORT 28 macro