Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.c1686 u32 drop_flag; in xhci_drop_endpoint() local
1698 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint()
1699 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()
1701 __func__, drop_flag); in xhci_drop_endpoint()
1729 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1732 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()