Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/allegro-dvt/
Dallegro-core.c111 struct allegro_mbox { struct
140 struct allegro_mbox *mbox_command; argument
141 struct allegro_mbox *mbox_status;
609 static struct allegro_mbox *allegro_mbox_init(struct allegro_dev *dev, in allegro_mbox_init()
612 struct allegro_mbox *mbox; in allegro_mbox_init()
632 static int allegro_mbox_write(struct allegro_mbox *mbox, in allegro_mbox_write()
667 static ssize_t allegro_mbox_read(struct allegro_mbox *mbox, in allegro_mbox_read()
722 static int allegro_mbox_send(struct allegro_mbox *mbox, void *msg) in allegro_mbox_send()
752 static void allegro_mbox_notify(struct allegro_mbox *mbox) in allegro_mbox_notify()