EP0_FLAG 1436 drivers/usb/host/xhci.c ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); EP0_FLAG 1752 drivers/usb/host/xhci.c if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { EP0_FLAG 1840 drivers/usb/host/xhci.c if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { EP0_FLAG 2898 drivers/usb/host/xhci.c ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); EP0_FLAG 2899 drivers/usb/host/xhci.c ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); EP0_FLAG 3171 drivers/usb/host/xhci.c if (ep_flag == SLOT_FLAG || ep_flag == EP0_FLAG) EP0_FLAG 4125 drivers/usb/host/xhci.c ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); EP0_FLAG 2451 drivers/usb/host/xhci.h (add & EP0_FLAG) ? " ep0":""); EP0_FLAG 2452 drivers/usb/host/xhci.h add &= ~(SLOT_FLAG | EP0_FLAG);