Lines Matching defs:halt
398 static int __isp1760_udc_set_halt(struct isp1760_ep *ep, bool halt)
402 dev_dbg(udc->isp->dev, "%s: %s halt on ep%02x\n", __func__,
403 halt ? "set" : "clear", ep->addr);
412 isp1760_udc_write(udc, DC_CTRLFUNC, halt ? DC_STALL : 0);
417 isp1760_udc_write(udc, DC_CTRLFUNC, halt ? DC_STALL : 0);
418 } else if (!halt) {
441 ep->halted = halt;
552 * the halt feature. Pretend success in that case, but
630 * SET_CONFIGURATION (and SET_INTERFACE) must reset the halt
633 * reenable endpoints, clearing the halt feature.
942 * stage and that the gadget isn't trying to clear the halt
958 /* Refuse to halt IN endpoints with active transfers. */
994 dev_dbg(uep->udc->isp->dev, "%s: %s halt on ep%02x\n", __func__,