apple_mbox
int apple_mbox_send(struct apple_mbox *mbox, const struct apple_mbox_msg msg,
struct apple_mbox *mbox = data;
static int apple_mbox_poll_locked(struct apple_mbox *mbox)
struct apple_mbox *mbox = data;
int apple_mbox_poll(struct apple_mbox *mbox)
int apple_mbox_start(struct apple_mbox *mbox)
void apple_mbox_stop(struct apple_mbox *mbox)
struct apple_mbox *apple_mbox_get(struct device *dev, int index)
struct apple_mbox *mbox;
struct apple_mbox *apple_mbox_get_byname(struct device *dev, const char *name)
struct apple_mbox *mbox;
void (*rx)(struct apple_mbox *mbox, struct apple_mbox_msg msg, void *cookie);
struct apple_mbox *apple_mbox_get(struct device *dev, int index);
struct apple_mbox *apple_mbox_get_byname(struct device *dev, const char *name);
int apple_mbox_start(struct apple_mbox *mbox);
void apple_mbox_stop(struct apple_mbox *mbox);
int apple_mbox_poll(struct apple_mbox *mbox);
int apple_mbox_send(struct apple_mbox *mbox, struct apple_mbox_msg msg,
struct apple_mbox *mbox;
static void apple_rtkit_rx(struct apple_mbox *mbox, struct apple_mbox_msg msg,