Lines Matching refs:events
93 ** mask - specifies events to be enabled. A value
94 ** of zero disables all events.
97 ** connection up/down events.
294 /* Do not report any events to the client any more. */
317 ** function which will be called when one of the events
457 ** mask - Bitmask of the events the host is interested in
823 UINT32 events;
865 /* Need to take care of the case when we could not deliver events */
869 events = PORT_EV_RXCHAR;
873 events |= PORT_EV_RXFLAG;
876 events &= p_port->ev_mask;
877 if (p_port->p_callback && events)
879 p_port->p_callback (events, p_port->inx);
902 UINT32 events;
944 /* Need to take care of the case when we could not deliver events */
948 events = PORT_EV_RXCHAR;
952 events |= PORT_EV_RXFLAG;
955 events &= p_port->ev_mask;
956 if (p_port->p_callback && events)
958 p_port->p_callback (events, p_port->inx);
1150 UINT32 events;
1196 events = PORT_EV_TXEMPTY;
1198 events |= port_flow_control_user (p_port);
1200 events &= p_port->ev_mask;
1202 if ((p_port->p_callback != NULL) && events)
1203 (p_port->p_callback)(events, p_port->inx);
1495 /* Mask out all events that are not of interest to user */
1651 /* Mask out all events that are not of interest to user */
1777 /* Mask out all events that are not of interest to user */