Searched refs:ev_mask (Results 1 – 4 of 4) sorted by relevance
157 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) events |= PORT_EV_CONNECT_ERR; in port_start_close()159 if (p_port->ev_mask & PORT_EV_ERR) events |= PORT_EV_ERR; in port_start_close()214 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) { in PORT_StartCnf()449 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishInd()489 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED)) in PORT_DlcEstablishCnf()602 event |= (PORT_EV_CONNECTED & p_port->ev_mask); in PORT_ControlInd()612 if (p_pars->break_signal) event |= (PORT_EV_BREAK & p_port->ev_mask); in PORT_ControlInd()647 event = (p_port->ev_mask & PORT_EV_CONNECTED); in PORT_ControlCnf()683 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event)) in PORT_LineStatusInd()684 p_port->p_callback((p_port->ev_mask & event), p_port->handle); in PORT_LineStatusInd()[all …]
106 p_port->ev_mask = 0; in port_set_defaults()248 uint32_t mask = p_port->ev_mask; in port_release_port()255 p_port->ev_mask = mask; in port_release_port()439 return (p_port->ev_mask & events); in port_get_signal_changes()
201 p_port->ev_mask = 0; in RFCOMM_CreateConnection()466 p_port->ev_mask = mask; in PORT_SetEventMask()818 events &= p_port->ev_mask; in PORT_FlowControl()885 events &= p_port->ev_mask; in PORT_FlowControl_MaxCredit()1108 events &= p_port->ev_mask; in PORT_Purge()1298 if ((p_port->p_callback != NULL) && (p_port->ev_mask & PORT_EV_ERR)) in port_write()1374 event &= p_port->ev_mask; in PORT_Write()1529 event &= p_port->ev_mask; in PORT_WriteDataCO()1640 event &= p_port->ev_mask; in PORT_WriteData()
188 uint32_t ev_mask; /* Event mask for the callback */ member