Lines Matching refs:message
58 with the payload of the inbound message).
64 - sends a message across to the remote processor on a given channel.
66 and its length (in bytes). The message will be sent on the specified
79 - sends a message across to the remote processor on a given channel,
83 The message will then be sent to the remote processor to which the
97 - sends a message across to the remote processor, using the src and dst
101 The message will then be sent to the remote processor to which the
114 - sends a message across to the remote processor on a given channel.
116 and its length (in bytes). The message will be sent on the specified
126 - sends a message across to the remote processor on a given channel,
130 The message will then be sent to the remote processor to which the
141 - sends a message across to the remote processor, using source and
145 The message will then be sent to the remote processor to which the
208 The following is a simple rpmsg driver, that sends an "hello!" message
209 on probe(), and whenever it receives an incoming message, it dumps its
219 print_hex_dump(KERN_INFO, "incoming message:", DUMP_PREFIX_NONE,
229 /* send a message on our channel */
284 remote rpmsg service by sending a name service message (which contains
287 This message is then handled by the rpmsg bus, which in turn dynamically