Home
last modified time | relevance | path

Searched refs:COMP_STOP_INVAL (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()
1931 case COMP_STOP_INVAL: in process_ctrl_td()
2051 case COMP_STOP_INVAL: in process_isoc_td()
2072 if (trb_comp_code != COMP_STOP_INVAL) { in process_isoc_td()
2206 if (trb_comp_code != COMP_STOP_INVAL) in process_bulk_intr_td()
2310 case COMP_STOP_INVAL: in handle_tx_event()
2401 trb_comp_code == COMP_STOP_INVAL)) { in handle_tx_event()
2445 trb_comp_code == COMP_STOP_INVAL)) { in handle_tx_event()
Dxhci.h1061 #define COMP_STOP_INVAL 27 macro