Searched refs:received_data (Results 1 – 2 of 2) sorted by relevance
460 c->received_data = buf; in cx_receive_interrupt()518 c->received_data = c->brbuf; in cx_receive_interrupt()521 c->received_data = c->arbuf; in cx_receive_interrupt()608 if (c->call_on_rx && c->received_data) { in cx_int_handler()609 c->call_on_rx (c, c->received_data, in cx_int_handler()611 c->received_data = 0; in cx_int_handler()
342 char *received_data; member