Home
last modified time | relevance | path

Searched refs:TRB_DATA (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h86 case TRB_DATA: in cdnsp_trb_type_string()
241 case TRB_DATA: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1090 #define TRB_DATA 3 macro
H A Dcdnsp-ring.c1017 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()
2075 field = TRB_TYPE(TRB_DATA); in cdnsp_queue_ctrl_tx()
/linux/drivers/usb/host/
H A Dxhci-ring.c2312 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2322 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2332 case TRB_DATA: in process_ctrl_td()
2354 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2369 if (trb_type == TRB_DATA || in process_ctrl_td()
3861 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3863 field = TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
H A Dxhci.h1104 #define TRB_DATA 3 macro
1177 case TRB_DATA: in xhci_trb_type_string()
2096 case TRB_DATA: in xhci_decode_trb()