Lines Matching defs:halt
456 static int __isp1760_udc_set_halt(struct isp1760_ep *ep, bool halt)
460 dev_dbg(udc->isp->dev, "%s: %s halt on ep%02x\n", __func__,
461 halt ? "set" : "clear", ep->addr);
471 if (halt)
479 if (halt)
483 } else if (!halt) {
504 ep->halted = halt;
618 * the halt feature. Pretend success in that case, but
696 * SET_CONFIGURATION (and SET_INTERFACE) must reset the halt
699 * reenable endpoints, clearing the halt feature.
1012 * stage and that the gadget isn't trying to clear the halt
1028 /* Refuse to halt IN endpoints with active transfers. */
1064 dev_dbg(uep->udc->isp->dev, "%s: %s halt on ep%02x\n", __func__,