Lines Matching defs:event
97 /* Definitions for UPort event type */
105 /* Definitions for serial event type */
110 /* Definitions for modem control event type */
424 * etc, the device sends an event. Process these events.
427 u8 buf[4], u32 event)
429 dev_dbg(&port->dev, "%s - receive event : %04x\n", __func__, event);
431 switch (event) {
449 * needed. This event could be used for flow control
454 dev_dbg(&port->dev, "Unexpected event\n");
507 * One URB can contain events for multiple ports. Demultiplex the event,
523 dev_warn(&port->dev, "%s - message with short event\n",
543 "%s - event for closed port\n", __func__);