Searched refs:ev_mask (Results 1 – 4 of 4) sorted by relevance
166 if(p_port->ev_mask & PORT_EV_CONNECT_ERR) in port_start_close()169 if(p_port->ev_mask & PORT_EV_ERR) in port_start_close()233 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) in PORT_StartCnf()479 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishInd()522 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishCnf()649 event |= (PORT_EV_CONNECTED & p_port->ev_mask); in PORT_ControlInd()661 event |= (PORT_EV_BREAK & p_port->ev_mask); in PORT_ControlInd()700 event = (p_port->ev_mask & PORT_EV_CONNECTED); 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()[all …]
114 p_port->ev_mask = 0; in port_set_defaults()252 UINT32 mask = p_port->ev_mask; in port_release_port()259 p_port->ev_mask = mask; in port_release_port()485 return (p_port->ev_mask & events); in port_get_signal_changes()
193 p_port->ev_mask = 0; in RFCOMM_CreateConnection()478 p_port->ev_mask = mask; in PORT_SetEventMask()872 events &= p_port->ev_mask; in PORT_FlowControl()951 events &= p_port->ev_mask; in PORT_FlowControl_MaxCredit()1191 events &= p_port->ev_mask; in PORT_Purge()1404 if ((p_port->p_callback != NULL) && (p_port->ev_mask & PORT_EV_ERR)) in port_write()1486 event &= p_port->ev_mask; in PORT_Write()1638 event &= p_port->ev_mask; in PORT_WriteDataCO()1759 event &= p_port->ev_mask; in PORT_WriteData()
193 UINT32 ev_mask; /* Event mask for the callback */ member