Lines Matching full:p_callback
172 if ((p_port->p_callback != NULL) && events)
173 p_port->p_callback (events, p_port->inx);
233 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR))
234 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx);
479 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
480 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
522 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
523 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
664 if (event && p_port->p_callback)
665 (p_port->p_callback)(event, p_port->inx);
709 if (event && p_port->p_callback)
710 (p_port->p_callback)(event, p_port->inx);
743 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event))
744 p_port->p_callback ((p_port->ev_mask & event), p_port->inx);
917 if (p_port->p_callback && events)
918 p_port->p_callback (events, p_port->inx);
973 if (p_port->p_callback && events)
974 (p_port->p_callback)(events, p_port->inx);
1091 if ((p_port->p_callback != NULL) && events)
1092 p_port->p_callback (events, p_port->inx);