Searched refs:ev_mask (Results 1 – 4 of 4) sorted by relevance
161 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) { in port_start_close()165 if (p_port->ev_mask & PORT_EV_ERR) { in port_start_close()228 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) { in PORT_StartCnf()464 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) { in PORT_DlcEstablishInd()531 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) { in PORT_DlcEstablishCnf()659 event |= (PORT_EV_CONNECTED & p_port->ev_mask); in PORT_ControlInd()670 event |= (PORT_EV_BREAK & p_port->ev_mask); in PORT_ControlInd()711 event = (p_port->ev_mask & PORT_EV_CONNECTED); in PORT_ControlCnf()759 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event)) { in PORT_LineStatusInd()760 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()249 mask = p_port->ev_mask; in port_release_port()255 p_port->ev_mask = mask; in port_release_port()478 return (p_port->ev_mask & events); in port_get_signal_changes()
179 p_port->ev_mask = 0; in RFCOMM_CreateConnection()453 p_port->ev_mask = mask; in PORT_SetEventMask()822 events &= p_port->ev_mask; in PORT_FlowControl()893 events &= p_port->ev_mask;964 events &= p_port->ev_mask; in PORT_FlowControl_GiveCredit()1201 events &= p_port->ev_mask; in PORT_Purge()1401 if ((p_port->p_callback != NULL) && (p_port->ev_mask & PORT_EV_ERR)) { in port_write()1478 event &= p_port->ev_mask; in PORT_Write()1595 event &= p_port->ev_mask; in PORT_WriteDataCO()1724 event &= p_port->ev_mask; in PORT_WriteData()
189 UINT32 ev_mask; /* Event mask for the callback */ member