Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/allegro-dvt/
Dallegro-core.c118 struct allegro_mbox { struct
147 struct allegro_mbox *mbox_command; argument
148 struct allegro_mbox *mbox_status;
748 static struct allegro_mbox *allegro_mbox_init(struct allegro_dev *dev, in allegro_mbox_init()
751 struct allegro_mbox *mbox; in allegro_mbox_init()
771 static int allegro_mbox_write(struct allegro_mbox *mbox, in allegro_mbox_write()
806 static ssize_t allegro_mbox_read(struct allegro_mbox *mbox, in allegro_mbox_read()
861 static int allegro_mbox_send(struct allegro_mbox *mbox, void *msg) in allegro_mbox_send()
891 static void allegro_mbox_notify(struct allegro_mbox *mbox) in allegro_mbox_notify()