mbox_client
aplmbox_channel(void *cookie, uint32_t *cells, struct mbox_client *mc)
void *aplmbox_channel(void *, uint32_t *, struct mbox_client *);
struct mbox_client client;
qccpucp_channel(void *cookie, uint32_t *cells, struct mbox_client *mc)
void *qccpucp_channel(void *, uint32_t *, struct mbox_client *);
qcipcc_channel(void *cookie, uint32_t *cells, struct mbox_client *mc)
void *qcipcc_channel(void *, uint32_t *, struct mbox_client *);
mbox_channel_cells(uint32_t *cells, struct mbox_client *client)
mbox_channel_idx(int node, int idx, struct mbox_client *client)
mbox_channel(int node, const char *name, struct mbox_client *client)
void *(*md_channel)(void *, uint32_t *, struct mbox_client *);
struct mbox_channel *mbox_channel(int, const char *, struct mbox_client *);
struct mbox_channel *mbox_channel_idx(int, int, struct mbox_client *);