Searched defs:smscore_device_t (Results 1 – 1 of 1) sorted by relevance
152 struct smscore_device_t { struct153 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 …]