Lines Matching refs:mbox_chan
29 static int add_to_rbuf(struct mbox_chan *chan, void *mssg) in add_to_rbuf()
56 static void msg_submit(struct mbox_chan *chan) in msg_submit()
94 static void tx_tick(struct mbox_chan *chan, int r) in tx_tick()
123 struct mbox_chan *chan = &mbox->chans[i]; in txdone_hrtimer()
151 void mbox_chan_received_data(struct mbox_chan *chan, void *mssg) in mbox_chan_received_data()
169 void mbox_chan_txdone(struct mbox_chan *chan, int r) in mbox_chan_txdone()
190 void mbox_client_txdone(struct mbox_chan *chan, int r) in mbox_client_txdone()
216 bool mbox_client_peek_data(struct mbox_chan *chan) in mbox_client_peek_data()
249 int mbox_send_message(struct mbox_chan *chan, void *mssg) in mbox_send_message()
301 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index) in mbox_request_channel()
306 struct mbox_chan *chan; in mbox_request_channel()
368 struct mbox_chan *mbox_request_channel_byname(struct mbox_client *cl, in mbox_request_channel_byname()
402 void mbox_free_channel(struct mbox_chan *chan) in mbox_free_channel()
423 static struct mbox_chan *
463 struct mbox_chan *chan = &mbox->chans[i]; in mbox_controller_register()