Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c689 ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); in cdnsp_update_eps_configuration()
690 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in cdnsp_update_eps_configuration()
925 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in cdnsp_setup_device()
989 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in cdnsp_gadget_ep_enable()
H A Dcdnsp-gadget.h609 #define EP0_FLAG BIT(1) macro
/linux/drivers/usb/host/
H A Dxhci.h367 #define EP0_FLAG (1 << 1) macro
2298 (add & EP0_FLAG) ? " ep0":""); in xhci_decode_ctrl_ctx()
2299 add &= ~(SLOT_FLAG | EP0_FLAG); in xhci_decode_ctrl_ctx()
H A Dxhci.c1598 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_ep0_maxpacket()
1923 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()
2009 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in xhci_add_endpoint()
3116 ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); in xhci_check_bandwidth()
3117 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()
3370 if (ep_flag == SLOT_FLAG || ep_flag == EP0_FLAG) in xhci_endpoint_reset()
4382 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_setup_device()