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.h1077 #define TRB_DATA 3 macro
H A Dcdnsp-ring.c1014 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()
2072 field = TRB_TYPE(TRB_DATA); in cdnsp_queue_ctrl_tx()
/linux/drivers/usb/host/
H A Dxhci-ring.c2349 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2359 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2369 case TRB_DATA: in process_ctrl_td()
2391 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2406 if (trb_type == TRB_DATA || in process_ctrl_td()
3836 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3838 field = TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
H A Dxhci.h1093 #define TRB_DATA 3 macro
1166 case TRB_DATA: in xhci_trb_type_string()
2057 case TRB_DATA: in xhci_decode_trb()