Home
last modified time | relevance | path

Searched refs:TRB_RESET_EP (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h108 case TRB_RESET_EP: in cdnsp_trb_type_string()
329 case TRB_RESET_EP: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1100 #define TRB_RESET_EP 14 macro
H A Dcdnsp-ring.c2488 TRB_TYPE(TRB_RESET_EP)); in cdnsp_queue_reset_ep()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1140 #define TRB_RESET_EP 14 macro
1213 case TRB_RESET_EP: in xhci_trb_type_string()
2174 case TRB_RESET_EP: in xhci_decode_trb()
H A Dxhci-ring.c1865 case TRB_RESET_EP: in handle_cmd_completion()
4552 u32 type = TRB_TYPE(TRB_RESET_EP); in xhci_queue_reset_ep()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h935 TRB_RESET_EP, /* 14 */ enumerator
H A Dxhci-ring.c289 if (cmd >= TRB_RESET_EP && cmd <= TRB_SET_DEQ) in xhci_queue_command()