Home
last modified time | relevance | path

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

/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c127 struct allegro_mbox { struct
170 struct allegro_mbox *mbox_command;
171 struct allegro_mbox *mbox_status;
800 static struct allegro_mbox *allegro_mbox_init(struct allegro_dev *dev, in allegro_mbox_init()
803 struct allegro_mbox *mbox; in allegro_mbox_init()
823 static int allegro_mbox_write(struct allegro_mbox *mbox, in allegro_mbox_write()
858 static unsigned int allegro_mbox_get_available(struct allegro_mbox *mbox) in allegro_mbox_get_available()
872 static ssize_t allegro_mbox_read(struct allegro_mbox *mbox, in allegro_mbox_read()
933 static int allegro_mbox_send(struct allegro_mbox *mbox, void *msg) in allegro_mbox_send()
963 static int allegro_mbox_notify(struct allegro_mbox *mbox) in allegro_mbox_notify()