Lines Matching refs:mbox_chan
16 struct mbox_chan;
48 int (*send_data)(struct mbox_chan *chan, void *data);
49 int (*startup)(struct mbox_chan *chan);
50 void (*shutdown)(struct mbox_chan *chan);
51 bool (*last_tx_done)(struct mbox_chan *chan);
52 bool (*peek_data)(struct mbox_chan *chan);
77 struct mbox_chan *chans;
82 struct mbox_chan *(*of_xlate)(struct mbox_controller *mbox,
117 struct mbox_chan { struct
131 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */ argument
132 void mbox_chan_txdone(struct mbox_chan *chan, int r); /* atomic */