Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c1825 if (trb_comp_code == COMP_STOP_INVAL || in finish_td()
1949 case COMP_STOP_INVAL: in process_ctrl_td()
2070 case COMP_STOP_INVAL: in process_isoc_td()
2095 if (trb_comp_code != COMP_STOP_INVAL) { in process_isoc_td()
2242 if (trb_comp_code != COMP_STOP_INVAL) in process_bulk_intr_td()
2346 case COMP_STOP_INVAL: in handle_tx_event()
2440 trb_comp_code == COMP_STOP_INVAL)) { in handle_tx_event()
2484 trb_comp_code == COMP_STOP_INVAL)) { in handle_tx_event()
Dxhci.h1111 #define COMP_STOP_INVAL 27 macro