Searched refs:p_port_cb (Results 1 – 3 of 3) sorted by relevance
280 tPORT_CALLBACK *p_port_cb);308 extern int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb);
208 tPORT_CALLBACK *p_port_cb; in port_release_port() local250 p_port_cb = p_port->p_callback; in port_release_port()256 p_port->p_callback = p_port_cb; in port_release_port()
310 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback() argument327 p_port->p_callback = p_port_cb; in PORT_SetEventCallback()368 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb) in PORT_SetDataCallback() argument385 p_port->p_data_callback = p_port_cb; in PORT_SetDataCallback()402 int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb) in PORT_SetDataCOCallback() argument419 p_port->p_data_co_callback = p_port_cb; in PORT_SetDataCOCallback()