Searched refs:ev_mask (Results 1 – 4 of 4) sorted by relevance
164 if(p_port->ev_mask & PORT_EV_CONNECT_ERR) in port_start_close()167 if(p_port->ev_mask & PORT_EV_ERR) in port_start_close()232 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) in PORT_StartCnf()478 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishInd()521 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishCnf()648 event |= (PORT_EV_CONNECTED & p_port->ev_mask); in PORT_ControlInd()660 event |= (PORT_EV_BREAK & p_port->ev_mask); in PORT_ControlInd()699 event = (p_port->ev_mask & PORT_EV_CONNECTED); in PORT_ControlCnf()742 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event)) in PORT_LineStatusInd()743 p_port->p_callback ((p_port->ev_mask & event), p_port->inx); in PORT_LineStatusInd()[all …]
110 p_port->ev_mask = 0; in port_set_defaults()246 mask = p_port->ev_mask; in port_release_port()252 p_port->ev_mask = mask; in port_release_port()480 return (p_port->ev_mask & events); in port_get_signal_changes()
190 p_port->ev_mask = 0; in RFCOMM_CreateConnection()479 p_port->ev_mask = mask; in PORT_SetEventMask()876 events &= p_port->ev_mask; in PORT_FlowControl()955 events &= p_port->ev_mask; in PORT_FlowControl_MaxCredit()1200 events &= p_port->ev_mask; in PORT_Purge()1414 if ((p_port->p_callback != NULL) && (p_port->ev_mask & PORT_EV_ERR)) in port_write()1496 event &= p_port->ev_mask; in PORT_Write()1652 event &= p_port->ev_mask; in PORT_WriteDataCO()1778 event &= p_port->ev_mask; in PORT_WriteData()
193 UINT32 ev_mask; /* Event mask for the callback */ member