Home
last modified time | relevance | path

Searched refs:TRB_DATA (Results 1 – 3 of 3) 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
/linux/drivers/usb/host/
H A Dxhci-ring.c2325 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2335 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2345 case TRB_DATA: in process_ctrl_td()
2367 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2382 if (trb_type == TRB_DATA || in process_ctrl_td()
3867 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3869 field = TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()