Lines Matching full:message
40 * @recv_message: Function called when a message from RTKit is received
44 * should return true if it handled the message. If it
45 * returns false, the message will be passed on to the
58 void (*recv_message)(void *cookie, u8 endpoint, u64 message);
59 bool (*recv_message_early)(void *cookie, u8 endpoint, u64 message);
124 * Send a message to the given endpoint.
128 * @message: message to be sent
129 * @completeion: will be completed once the message has been submitted
134 int apple_rtkit_send_message(struct apple_rtkit *rtk, u8 ep, u64 message,
138 * Send a message to the given endpoint and wait until it has been submitted
141 * (e.g. -ETIME when the message couldn't be written within the given
146 * @message: message to be sent
147 * @timeout: timeout in milliseconds to allow the message transmission
152 int apple_rtkit_send_message_wait(struct apple_rtkit *rtk, u8 ep, u64 message,