Home
last modified time | relevance | path

Searched refs:mbox_bind_client (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dmailbox_client.h40 int mbox_bind_client(struct mbox_chan *chan, struct mbox_client *cl);
/openbmc/linux/drivers/mailbox/
H A Dmailbox.c374 int mbox_bind_client(struct mbox_chan *chan, struct mbox_client *cl) in mbox_bind_client() function
384 EXPORT_SYMBOL_GPL(mbox_bind_client);
H A Dpcc.c297 rc = mbox_bind_client(chan, cl); in pcc_mbox_request_channel()
H A Domap-mailbox.c442 ret = mbox_bind_client(mbox->chan, cl); in omap_mbox_request_channel()