Home
last modified time | relevance | path

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

/linux/drivers/soc/apple/
H A Dmailbox.h45 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() function
161 EXPORT_SYMBOL(apple_mbox_send);
H A Drtkit.c604 return apple_mbox_send(rtk->mbox, msg, atomic); in apple_rtkit_send_message()