Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
Dallegro-core.c111 struct allegro_mbox { struct
112 struct allegro_dev *dev;
113 unsigned int head;
114 unsigned int tail;
115 unsigned int data;
116 size_t size;
140 struct allegro_mbox *mbox_command; argument
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
Dallegro-core.c127 struct allegro_mbox { struct
128 struct allegro_dev *dev;
129 unsigned int head;
130 unsigned int tail;
131 unsigned int data;
132 size_t size;
134 struct mutex lock;