Searched refs:mbox_client (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
D | mailbox_client.h | 32 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);
|
D | omap-mailbox.h | 19 struct mbox_client; 21 struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl,
|
D | mailbox_controller.h | 119 struct mbox_client *cl;
|
/linux-4.1.27/Documentation/ |
D | mailbox.txt | 41 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/ |
D | omap_remoteproc.c | 46 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/ |
D | pcc.c | 109 struct mbox_chan *pcc_mbox_request_channel(struct mbox_client *cl, in pcc_mbox_request_channel()
|
D | mailbox.c | 298 struct mbox_chan *mbox_request_channel(struct mbox_client *cl, int index) in mbox_request_channel()
|
D | omap-mailbox.c | 457 struct mbox_chan *omap_mbox_request_channel(struct mbox_client *cl, in omap_mbox_request_channel()
|