Searched refs:call_on_rx (Results 1 – 4 of 4) sorted by relevance
81 c->call_on_rx = 0; in cx_open_board()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()634 c->call_on_rx = func; in cx_register_receive()
346 void (*call_on_rx) (struct _cx_chan_t*, char*, int); member
78 c->call_on_rx = 0; in ct_open_board()888 if (c->call_on_rx) in ct_hdlc_interrupt()889 c->call_on_rx (c, c->rbuf[c->rn], in ct_hdlc_interrupt()1146 c->call_on_rx = func; in ct_register_receive()
425 void (*call_on_rx) (struct _ct_chan_t*, char*, int); member