Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-gadget.c1007 u32 drop_flag; in cdnsp_gadget_ep_disable() local
1041 drop_flag = cdnsp_get_endpoint_flag(pep->endpoint.desc); in cdnsp_gadget_ep_disable()
1043 ctrl_ctx->drop_flags = cpu_to_le32(drop_flag); in cdnsp_gadget_ep_disable()
/drivers/usb/host/
Dxhci.c1931 u32 drop_flag; in xhci_drop_endpoint() local
1943 drop_flag = xhci_get_endpoint_flag(&ep->desc); in xhci_drop_endpoint()
1944 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()
1946 __func__, drop_flag); in xhci_drop_endpoint()
1974 ctrl_ctx->drop_flags |= cpu_to_le32(drop_flag); in xhci_drop_endpoint()
1977 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint()