Home
last modified time | relevance | path

Searched refs:apple_mbox_msg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/soc/apple/
H A Dmailbox.h15 struct apple_mbox_msg { struct
35 void (*rx)(struct apple_mbox *mbox, struct apple_mbox_msg msg, void *cookie); argument
45 int apple_mbox_send(struct apple_mbox *mbox, struct apple_mbox_msg msg,
H A Dmailbox.c99 int apple_mbox_send(struct apple_mbox *mbox, const struct apple_mbox_msg msg, in apple_mbox_send()
184 struct apple_mbox_msg msg; in apple_mbox_poll_locked()
H A Drtkit.c548 static void apple_rtkit_rx(struct apple_mbox *mbox, struct apple_mbox_msg msg, in apple_rtkit_rx()
586 struct apple_mbox_msg msg = { in apple_rtkit_send_message()