Lines Matching defs:halt
323 bool halt;
1555 if (usb3_ep->halt || usb3_ep->started)
1673 if (usb3_ep->halt)
1722 static int usb3_set_halt_p0(struct renesas_usb3_ep *usb3_ep, bool halt)
1729 usb3_ep->halt = halt;
1730 if (halt)
1738 static int usb3_set_halt_pn(struct renesas_usb3_ep *usb3_ep, bool halt,
1746 usb3_ep->halt = halt;
1747 if (halt) {
1760 static int usb3_set_halt(struct renesas_usb3_ep *usb3_ep, bool halt,
1765 if (halt && usb3_ep->started)
1769 ret = usb3_set_halt_pn(usb3_ep, halt, is_clear_feature);
1771 ret = usb3_set_halt_p0(usb3_ep, halt);
2226 usb3_ep->halt = false;