Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci.c1200 unsigned int xhci_last_valid_endpoint(u32 added_ctxs) in xhci_last_valid_endpoint() argument
1202 return fls(added_ctxs) - 1; in xhci_last_valid_endpoint()
1742 u32 added_ctxs; in xhci_add_endpoint() local
1757 added_ctxs = xhci_get_endpoint_flag(&ep->desc); in xhci_add_endpoint()
1758 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in xhci_add_endpoint()
1764 __func__, added_ctxs); in xhci_add_endpoint()
1782 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
1792 if (le32_to_cpu(ctrl_ctx->add_flags) & added_ctxs) { in xhci_add_endpoint()
1809 ctrl_ctx->add_flags |= cpu_to_le32(added_ctxs); in xhci_add_endpoint()
2902 u32 added_ctxs; in xhci_setup_input_ctx_for_quirk() local
[all …]
Dxhci.h1690 unsigned int xhci_last_valid_endpoint(u32 added_ctxs);