Lines Matching full:p_callback
322 ** p_callback - address of the callback function which should
347 p_port->p_callback = p_port_cb;
383 ** p_callback - address of the callback function which should
419 ** p_callback - address of the callback function which should
873 if (p_port->p_callback && events)
875 p_port->p_callback (events, p_port->inx);
952 if (p_port->p_callback && events)
954 p_port->p_callback (events, p_port->inx);
1193 if ((p_port->p_callback != NULL) && events)
1194 (p_port->p_callback)(events, p_port->inx);
1404 if ((p_port->p_callback != NULL) && (p_port->ev_mask & PORT_EV_ERR))
1405 p_port->p_callback (PORT_EV_ERR, p_port->inx);
1489 if (p_port->p_callback && event)
1490 (p_port->p_callback)(event, p_port->inx);
1641 if (p_port->p_callback && event)
1642 (p_port->p_callback)(event, p_port->inx);
1762 if (p_port->p_callback && event)
1763 (p_port->p_callback)(event, p_port->inx);