Lines Matching refs:p_callback
172 if ((p_port->p_callback != NULL) && events) in port_start_close()
173 p_port->p_callback (events, p_port->inx); in port_start_close()
233 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) in PORT_StartCnf()
234 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx); in PORT_StartCnf()
479 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishInd()
480 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishInd()
522 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishCnf()
523 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx); in PORT_DlcEstablishCnf()
664 if (event && p_port->p_callback) in PORT_ControlInd()
665 (p_port->p_callback)(event, p_port->inx); in PORT_ControlInd()
709 if (event && p_port->p_callback) in PORT_ControlCnf()
710 (p_port->p_callback)(event, p_port->inx); in PORT_ControlCnf()
743 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event)) in PORT_LineStatusInd()
744 p_port->p_callback ((p_port->ev_mask & event), p_port->inx); in PORT_LineStatusInd()
917 if (p_port->p_callback && events) in PORT_DataInd()
918 p_port->p_callback (events, p_port->inx); in PORT_DataInd()
973 if (p_port->p_callback && events) in PORT_FlowInd()
974 (p_port->p_callback)(events, p_port->inx); in PORT_FlowInd()
1091 if ((p_port->p_callback != NULL) && events) in port_rfc_closed()
1092 p_port->p_callback (events, p_port->inx); in port_rfc_closed()