mbox_chan 16 include/linux/mailbox_client.h struct mbox_chan; mbox_chan 40 include/linux/mailbox_client.h struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index); mbox_chan 41 include/linux/mailbox_client.h int mbox_send_message(struct mbox_chan *chan, void *mssg); mbox_chan 42 include/linux/mailbox_client.h void mbox_client_txdone(struct mbox_chan *chan, int r); /* atomic */ mbox_chan 43 include/linux/mailbox_client.h bool mbox_client_peek_data(struct mbox_chan *chan); /* atomic */ mbox_chan 44 include/linux/mailbox_client.h void mbox_free_channel(struct mbox_chan *chan); /* may sleep */ mbox_chan 16 include/linux/mailbox_controller.h struct mbox_chan; mbox_chan 48 include/linux/mailbox_controller.h int (*send_data)(struct mbox_chan *chan, void *data); mbox_chan 49 include/linux/mailbox_controller.h int (*startup)(struct mbox_chan *chan); mbox_chan 50 include/linux/mailbox_controller.h void (*shutdown)(struct mbox_chan *chan); mbox_chan 51 include/linux/mailbox_controller.h bool (*last_tx_done)(struct mbox_chan *chan); mbox_chan 52 include/linux/mailbox_controller.h bool (*peek_data)(struct mbox_chan *chan); mbox_chan 76 include/linux/mailbox_controller.h struct mbox_chan *chans; mbox_chan 81 include/linux/mailbox_controller.h struct mbox_chan *(*of_xlate)(struct mbox_controller *mbox, mbox_chan 130 include/linux/mailbox_controller.h void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */ mbox_chan 131 include/linux/mailbox_controller.h void mbox_chan_txdone(struct mbox_chan *chan, int r); /* atomic */