Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci.c1662 u32 drop_flag; in xhci_drop_endpoint() local
1674 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint()
1675 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()
1677 __func__, drop_flag); in xhci_drop_endpoint()
1706 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1709 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()