Home
last modified time | relevance | path

Searched defs:mssg (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mailbox/
Dmailbox.c31 static int add_to_rbuf(struct mbox_chan *chan, void *mssg) in add_to_rbuf()
97 void *mssg; in tx_tick() local
148 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data()
246 int mbox_send_message(struct mbox_chan *chan, void *mssg) in mbox_send_message()