Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1390 #define TRB_RESET_EP 14 macro
1463 case TRB_RESET_EP: in xhci_trb_type_string()
2449 case TRB_RESET_EP: in xhci_decode_trb()
H A Dxhci-ring.c1799 case TRB_RESET_EP: in handle_cmd_completion()
4436 u32 type = TRB_TYPE(TRB_RESET_EP); in xhci_queue_reset_ep()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h936 TRB_RESET_EP, /* 14 */ enumerator
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c290 if (cmd >= TRB_RESET_EP && cmd <= TRB_SET_DEQ) in xhci_queue_command()