Home
last modified time | relevance | path

Searched refs:trb_comp_code (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
A Dxhci-ring.c2190 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
2195 trb_comp_code); in xhci_is_vendor_info_code()
2204 u32 trb_comp_code) in finish_td() argument
2210 switch (trb_comp_code) { in finish_td()
2309 u32 trb_comp_code; in process_ctrl_td() local
2319 switch (trb_comp_code) { in process_ctrl_td()
2407 u32 trb_comp_code; in process_isoc_td() local
2423 switch (trb_comp_code) { in process_isoc_td()
2516 u32 trb_comp_code; in process_bulk_intr_td() local
2602 u32 trb_comp_code; in handle_tx_event() local
[all …]
A Dxhci.h2121 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
/linux/drivers/usb/cdns3/
A Dcdnsp-ring.c922 u32 trb_comp_code; in cdnsp_finish_td() local
928 trb_comp_code == COMP_STOPPED || in cdnsp_finish_td()
1051 u32 trb_comp_code; in cdnsp_process_isoc_td() local
1062 switch (trb_comp_code) { in cdnsp_process_isoc_td()
1137 u32 trb_comp_code; in cdnsp_process_bulk_intr_td() local
1145 switch (trb_comp_code) { in cdnsp_process_bulk_intr_td()
1237 u32 trb_comp_code; in cdnsp_handle_tx_event() local
1264 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1278 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1314 if (!(trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
[all …]

Completed in 22 milliseconds