Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1380 #define TRB_ENABLE_SLOT 9 macro
1453 case TRB_ENABLE_SLOT: in xhci_trb_type_string()
2409 case TRB_ENABLE_SLOT: in xhci_decode_trb()
H A Dxhci-ring.c1767 case TRB_ENABLE_SLOT: in handle_cmd_completion()
H A Dxhci.c3984 ret = xhci_queue_slot_control(xhci, command, TRB_ENABLE_SLOT, 0); in xhci_alloc_dev()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h926 TRB_ENABLE_SLOT, /* 9 */ enumerator
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c723 xhci_queue_command(ctrl, NULL, 0, 0, TRB_ENABLE_SLOT); in _xhci_alloc_device()