Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h110 case TRB_STOP_RING: in cdnsp_trb_type_string()
340 case TRB_STOP_RING: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1102 #define TRB_STOP_RING 15 macro
H A Dcdnsp-ring.c2457 EP_ID_FOR_TRB(ep_index) | TRB_TYPE(TRB_STOP_RING)); in cdnsp_queue_stop_endpoint()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1142 #define TRB_STOP_RING 15 macro
1215 case TRB_STOP_RING: in xhci_trb_type_string()
2185 case TRB_STOP_RING: in xhci_decode_trb()
H A Dxhci-ring.c1714 if (TRB_FIELD_TO_TYPE(cmd_field3) == TRB_STOP_RING) { in xhci_handle_command_timeout()
1848 case TRB_STOP_RING: in handle_cmd_completion()
4539 u32 type = TRB_TYPE(TRB_STOP_RING); in xhci_queue_stop_endpoint()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h937 TRB_STOP_RING, /* 15 */ enumerator
H A Dxhci-ring.c491 xhci_queue_command(ctrl, NULL, udev->slot_id, ep_index, TRB_STOP_RING); in abort_td()