Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-debug.h84 case TRB_SETUP: in cdnsp_trb_type_string()
221 case TRB_SETUP: in cdnsp_decode_trb()
Dcdnsp-gadget.h1072 #define TRB_SETUP 2 macro
Dcdnsp-ring.c1473 case TRB_TYPE(TRB_SETUP): in cdnsp_handle_event()
/linux-5.19.10/drivers/usb/host/
Dxhci.h1364 #define TRB_SETUP 2 macro
1437 case TRB_SETUP: in xhci_trb_type_string()
2303 case TRB_SETUP: in xhci_decode_trb()
Dxhci-ring.c2274 case TRB_SETUP: in process_ctrl_td()
2308 if (trb_type == TRB_SETUP) in process_ctrl_td()
3728 field |= TRB_IDT | TRB_TYPE(TRB_SETUP); in xhci_queue_ctrl_tx()