Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1392 #define TRB_STOP_RING 15 macro
1465 case TRB_STOP_RING: in xhci_trb_type_string()
2460 case TRB_STOP_RING: in xhci_decode_trb()
H A Dxhci-ring.c1782 case TRB_STOP_RING: in handle_cmd_completion()
4422 u32 type = TRB_TYPE(TRB_STOP_RING); in xhci_queue_stop_endpoint()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h938 TRB_STOP_RING, /* 15 */ enumerator
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c492 xhci_queue_command(ctrl, NULL, udev->slot_id, ep_index, TRB_STOP_RING); in abort_td()