Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/media/common/siano/
Dsmscoreapi.h147 struct smscore_device_t { struct
148 struct list_head entry;
150 struct list_head clients;
151 struct list_head subclients;
152 spinlock_t clientslock;
154 struct list_head buffers;
155 spinlock_t bufferslock;
156 int num_buffers;
158 void *common_buffer;
159 int common_buffer_size;
[all …]
/kernel/linux/linux-5.10/drivers/media/common/siano/
Dsmscoreapi.h152 struct smscore_device_t { struct
153 struct list_head entry;
155 struct list_head clients;
156 struct list_head subclients;
157 spinlock_t clientslock;
159 struct list_head buffers;
160 spinlock_t bufferslock;
161 int num_buffers;
163 void *common_buffer;
164 int common_buffer_size;
[all …]