Home
last modified time | relevance | path

Searched refs:TRB_ENABLE_SLOT (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h98 case TRB_ENABLE_SLOT: in cdnsp_trb_type_string()
295 case TRB_ENABLE_SLOT: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1090 #define TRB_ENABLE_SLOT 9 macro
H A Dcdnsp-gadget.c835 cdnsp_queue_slot_control(pdev, TRB_ENABLE_SLOT); in cdnsp_enable_slot()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1130 #define TRB_ENABLE_SLOT 9 macro
1203 case TRB_ENABLE_SLOT: in xhci_trb_type_string()
2134 case TRB_ENABLE_SLOT: in xhci_decode_trb()
H A Dxhci-ring.c1833 case TRB_ENABLE_SLOT: in handle_cmd_completion()
H A Dxhci.c3981 ret = xhci_queue_slot_control(xhci, command, TRB_ENABLE_SLOT, 0); in xhci_alloc_dev()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h925 TRB_ENABLE_SLOT, /* 9 */ enumerator
H A Dxhci.c722 xhci_queue_command(ctrl, NULL, 0, 0, TRB_ENABLE_SLOT); in _xhci_alloc_device()