Home
last modified time | relevance | path

Searched refs:mbox_client (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/
Dmailbox_client.h32 struct mbox_client { struct
38 void (*rx_callback)(struct mbox_client *cl, void *mssg); argument
39 void (*tx_prepare)(struct mbox_client *cl, void *mssg); argument
40 void (*tx_done)(struct mbox_client *cl, void *mssg, int r); argument
43 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index);
Domap-mailbox.h19 struct mbox_client;
21 struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl,
Dmailbox_controller.h119 struct mbox_client *cl;
/linux-4.1.27/Documentation/
Dmailbox.txt41 struct mbox_client cl;
52 static void message_from_remote(struct mbox_client *cl, void *mssg)
54 struct demo_client *dc = container_of(mbox_client,
69 static void sample_sent(struct mbox_client *cl, void *mssg, int r)
71 struct demo_client *dc = container_of(mbox_client,
/linux-4.1.27/drivers/remoteproc/
Domap_remoteproc.c46 struct mbox_client client;
64 static void omap_rproc_mbox_callback(struct mbox_client *client, void *data) in omap_rproc_mbox_callback()
116 struct mbox_client *client = &oproc->client; in omap_rproc_start()
/linux-4.1.27/drivers/mailbox/
Dpcc.c109 struct mbox_chan *pcc_mbox_request_channel(struct mbox_client *cl, in pcc_mbox_request_channel()
Dmailbox.c298 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index) in mbox_request_channel()
Domap-mailbox.c457 struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl, in omap_mbox_request_channel()