Searched refs:mbox_bind_client (Results 1 – 4 of 4) sorted by relevance
40 int mbox_bind_client(struct mbox_chan *chan, struct mbox_client *cl);
374 int mbox_bind_client(struct mbox_chan *chan, struct mbox_client *cl) in mbox_bind_client() function384 EXPORT_SYMBOL_GPL(mbox_bind_client);
297 rc = mbox_bind_client(chan, cl); in pcc_mbox_request_channel()
442 ret = mbox_bind_client(mbox->chan, cl); in omap_mbox_request_channel()