Home | History | Annotate | Download | only in rfcomm

Lines Matching defs:events

61 **                  mask         - specifies events to be enabled.  A value
62 ** of zero disables all events.
65 ** connection up/down events.
258 /* Do not report any events to the client any more. */
281 ** function which will be called when one of the events
421 ** mask - Bitmask of the events the host is interested in
787 UINT32 events;
829 /* Need to take care of the case when we could not deliver events */
833 events = PORT_EV_RXCHAR;
837 events |= PORT_EV_RXFLAG;
840 events &= p_port->ev_mask;
841 if (p_port->p_callback && events)
843 p_port->p_callback (events, p_port->inx);
1035 UINT32 events;
1081 events = PORT_EV_TXEMPTY;
1083 events |= port_flow_control_user (p_port);
1085 events &= p_port->ev_mask;
1087 if ((p_port->p_callback != NULL) && events)
1088 (p_port->p_callback)(events, p_port->inx);
1380 /* Mask out all events that are not of interest to user */
1531 /* Mask out all events that are not of interest to user */
1657 /* Mask out all events that are not of interest to user */