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);
76 struct mbox_chan *chans;
81 struct mbox_chan *(*of_xlate)(struct mbox_controller *mbox,
116 struct mbox_chan { struct
130 void mbox_chan_received_data(struct mbox_chan *chan, void *data); /* atomic */ argument
131 void mbox_chan_txdone(struct mbox_chan *chan, int r); /* atomic */