Lines Matching refs:callback
54 When a driver starts listening on a channel, its rx callback is bound with
157 - every rpmsg address in the system is bound to an rx callback (so when
159 appropriate callback handler) by means of an rpmsg_endpoint struct.
162 bind a callback, and possibly some private data too, to an rpmsg address
168 (using the rx callback they provide when they registered to the rpmsg bus).
171 endpoint, their rx callback is bound to their rpmsg address, and when
180 to the same remote processor their channel belongs to), an rx callback
182 rx callback is invoked), and an address they want to bind with the
183 callback. If addr is RPMSG_ADDR_ANY, then rpmsg_create_ept will
196 ->probe() and ->remove() functions, an rx callback, and an id_table
255 .callback = rpmsg_sample_cb,