Searched defs:snd_sof_dfsentry (Results 1 – 1 of 1) sorted by relevance
236 struct snd_sof_dfsentry { struct237 size_t size;238 enum sof_dfsentry_type type;244 enum sof_debugfs_access_type access_type;246 char *cache_buf; /* buffer to cache the contents of debugfs memory */248 struct snd_sof_dev *sdev;249 struct list_head list; /* list in sdev dfsentry list */250 union {