Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.c1652 u32 drop_flag; in xhci_drop_endpoint() local
1664 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint()
1665 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()
1667 __func__, drop_flag); in xhci_drop_endpoint()
1696 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1699 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()