Lines Matching defs:events
98 * mask - specifies events to be enabled. A value
99 * of zero disables all events.
102 * connection up/down events.
296 /* Do not report any events to the client any more. */
318 * function which will be called when one of the events
448 * mask - Bitmask of the events the host is interested in
780 uint32_t events;
814 /* Need to take care of the case when we could not deliver events */
817 events = PORT_EV_RXCHAR;
820 events |= PORT_EV_RXFLAG;
823 events &= p_port->ev_mask;
824 if (p_port->p_callback && events) {
825 p_port->p_callback(events, p_port->inx);
847 uint32_t events;
881 /* Need to take care of the case when we could not deliver events */
884 events = PORT_EV_RXCHAR;
887 events |= PORT_EV_RXFLAG;
890 events &= p_port->ev_mask;
891 if (p_port->p_callback && events) {
892 p_port->p_callback(events, p_port->inx);
1068 uint32_t events;
1109 events = PORT_EV_TXEMPTY;
1111 events |= port_flow_control_user(p_port);
1113 events &= p_port->ev_mask;
1115 if ((p_port->p_callback != NULL) && events)
1116 (p_port->p_callback)(events, p_port->inx);
1378 /* Mask out all events that are not of interest to user */
1533 /* Mask out all events that are not of interest to user */
1644 /* Mask out all events that are not of interest to user */