Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-gadget.c937 u32 added_ctxs; in cdnsp_gadget_ep_enable() local
954 added_ctxs = cdnsp_get_endpoint_flag(desc); in cdnsp_gadget_ep_enable()
955 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in cdnsp_gadget_ep_enable()
985 ctrl_ctx->add_flags = cpu_to_le32(added_ctxs); in cdnsp_gadget_ep_enable()
/linux-5.19.10/drivers/usb/host/
Dxhci.c1507 unsigned int xhci_last_valid_endpoint(u32 added_ctxs) in xhci_last_valid_endpoint() argument
1509 return fls(added_ctxs) - 1; in xhci_last_valid_endpoint()
2004 u32 added_ctxs; in xhci_add_endpoint() local
2019 added_ctxs = xhci_get_endpoint_flag(&ep->desc); in xhci_add_endpoint()
2020 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in xhci_add_endpoint()
2026 __func__, added_ctxs); in xhci_add_endpoint()
2044 !(le32_to_cpu(ctrl_ctx->drop_flags) & added_ctxs)) { in xhci_add_endpoint()
2054 if (le32_to_cpu(ctrl_ctx->add_flags) & added_ctxs) { in xhci_add_endpoint()
2071 ctrl_ctx->add_flags |= cpu_to_le32(added_ctxs); in xhci_add_endpoint()
Dxhci.h2045 unsigned int xhci_last_valid_endpoint(u32 added_ctxs);