Home
last modified time | relevance | path

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

/linux-6.15/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.h1080 #define TRB_DATA 3 macro
H A Dcdnsp-ring.c1015 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()
2073 field = TRB_TYPE(TRB_DATA); in cdnsp_queue_ctrl_tx()
/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c2323 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2333 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2343 case TRB_DATA: in process_ctrl_td()
2365 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2380 if (trb_type == TRB_DATA || in process_ctrl_td()
3840 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3842 field = TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
H A Dxhci.h1100 #define TRB_DATA 3 macro
1173 case TRB_DATA: in xhci_trb_type_string()
2070 case TRB_DATA: in xhci_decode_trb()