Lines Matching refs:p_callback
160 if ((p_port->p_callback != NULL) && events) in port_start_close()
161 p_port->p_callback(events, p_port->handle); in port_start_close()
213 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) { in PORT_StartCnf()
214 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->handle); in PORT_StartCnf()
448 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishInd()
449 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->handle); in PORT_DlcEstablishInd()
488 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishCnf()
489 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->handle); in PORT_DlcEstablishCnf()
615 if (event && p_port->p_callback) (p_port->p_callback)(event, p_port->handle); in PORT_ControlInd()
655 if (event && p_port->p_callback) (p_port->p_callback)(event, p_port->handle); in PORT_ControlCnf()
682 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event)) in PORT_LineStatusInd()
683 p_port->p_callback((p_port->ev_mask & event), p_port->handle); in PORT_LineStatusInd()
835 if (p_port->p_callback && events) p_port->p_callback(events, p_port->handle); in PORT_DataInd()
882 if (p_port->p_callback && events) in PORT_FlowInd()
883 (p_port->p_callback)(events, p_port->handle); in PORT_FlowInd()
991 if ((p_port->p_callback != NULL) && events) in port_rfc_closed()
992 p_port->p_callback(events, p_port->handle); in port_rfc_closed()