Lines Matching defs:halt
319 bool halt;
1497 if (usb3_ep->halt || usb3_ep->started)
1615 if (usb3_ep->halt)
1664 static int usb3_set_halt_p0(struct renesas_usb3_ep *usb3_ep, bool halt)
1671 usb3_ep->halt = halt;
1672 if (halt)
1680 static int usb3_set_halt_pn(struct renesas_usb3_ep *usb3_ep, bool halt,
1688 usb3_ep->halt = halt;
1689 if (halt) {
1702 static int usb3_set_halt(struct renesas_usb3_ep *usb3_ep, bool halt,
1707 if (halt && usb3_ep->started)
1711 ret = usb3_set_halt_pn(usb3_ep, halt, is_clear_feature);
1713 ret = usb3_set_halt_p0(usb3_ep, halt);
2157 usb3_ep->halt = false;