Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c2199 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
2204 trb_comp_code); in xhci_is_vendor_info_code()
2219 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()
2406 u32 trb_comp_code; in process_isoc_td() local
2422 switch (trb_comp_code) { in process_isoc_td()
2534 u32 trb_comp_code; in process_bulk_intr_td() local
2543 switch (trb_comp_code) { in process_bulk_intr_td()
2598 u32 trb_comp_code) in handle_transferless_tx_event() argument
[all …]
H A Dxhci.h1898 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-ring.c925 u32 trb_comp_code; in cdnsp_finish_td() local
931 trb_comp_code == COMP_STOPPED || in cdnsp_finish_td()
1054 u32 trb_comp_code; in cdnsp_process_isoc_td() local
1065 switch (trb_comp_code) { in cdnsp_process_isoc_td()
1140 u32 trb_comp_code; in cdnsp_process_bulk_intr_td() local
1148 switch (trb_comp_code) { in cdnsp_process_bulk_intr_td()
1240 u32 trb_comp_code; in cdnsp_handle_tx_event() local
1267 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1281 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1317 if (!(trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
[all …]