Lines Matching defs:state
291 * that code based on device state; track parameters like line
292 * speed, handshake state, and so on; and issue notifications.
381 * that bit, we should return to that no-flow state.
525 "acm ttyGS%d can't notify serial state, %d\n",
541 dev_dbg(&cdev->gadget->dev, "acm ttyGS%d serial state %04x\n",
593 u16 state;
595 state = acm->serial_state;
596 state &= ~USB_CDC_SERIAL_STATE_BREAK;
598 state |= USB_CDC_SERIAL_STATE_BREAK;
600 acm->serial_state = state;