Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmailbox_client.h40 int mbox_bind_client(struct mbox_chan *chan, struct mbox_client *cl);
/linux-6.6.21/drivers/mailbox/
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);
Dpcc.c297 rc = mbox_bind_client(chan, cl); in pcc_mbox_request_channel()
Domap-mailbox.c442 ret = mbox_bind_client(mbox->chan, cl); in omap_mbox_request_channel()