Home
last modified time | relevance | path

Searched refs:cmd_trb (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c1706 union xhci_trb *cmd_trb; in handle_cmd_completion() local
1715 cmd_dma = le64_to_cpu(event->cmd_trb); in handle_cmd_completion()
1716 cmd_trb = xhci->cmd_ring->dequeue; in handle_cmd_completion()
1718 trace_xhci_handle_command(xhci->cmd_ring, &cmd_trb->generic); in handle_cmd_completion()
1721 cmd_trb); in handle_cmd_completion()
1765 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()
1784 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1786 xhci_handle_cmd_stop_ep(xhci, slot_id, cmd_trb, in handle_cmd_completion()
1791 le32_to_cpu(cmd_trb->generic.field[3]))); in handle_cmd_completion()
1792 xhci_handle_cmd_set_deq(xhci, slot_id, cmd_trb, cmd_comp_code); in handle_cmd_completion()
[all …]
H A Dxhci.h1232 __le64 cmd_trb; member
1579 union xhci_trb *cmd_trb; member
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h812 volatile __le64 cmd_trb; member