Lines Matching refs:p_callback
346 p_port->p_callback = p_port_cb; in PORT_SetEventCallback()
877 if (p_port->p_callback && events) in PORT_FlowControl()
879 p_port->p_callback (events, p_port->inx); in PORT_FlowControl()
956 if (p_port->p_callback && events) in PORT_FlowControl_MaxCredit()
958 p_port->p_callback (events, p_port->inx); in PORT_FlowControl_MaxCredit()
1202 if ((p_port->p_callback != NULL) && events) in PORT_Purge()
1203 (p_port->p_callback)(events, p_port->inx); in PORT_Purge()
1414 if ((p_port->p_callback != NULL) && (p_port->ev_mask & PORT_EV_ERR)) in port_write()
1415 p_port->p_callback (PORT_EV_ERR, p_port->inx); in port_write()
1499 if (p_port->p_callback && event) in PORT_Write()
1500 (p_port->p_callback)(event, p_port->inx); in PORT_Write()
1655 if (p_port->p_callback && event) in PORT_WriteDataCO()
1656 (p_port->p_callback)(event, p_port->inx); in PORT_WriteDataCO()
1781 if (p_port->p_callback && event) in PORT_WriteData()
1782 (p_port->p_callback)(event, p_port->inx); in PORT_WriteData()