Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/sof/
Dsof-priv.h291 struct snd_sof_dfsentry { struct
292 size_t size;
293 enum sof_dfsentry_type type;
299 enum sof_debugfs_access_type access_type;
301 char *cache_buf; /* buffer to cache the contents of debugfs memory */
303 struct snd_sof_dev *sdev;
304 struct list_head list; /* list in sdev dfsentry list */
305 union {
/kernel/linux/linux-6.6/sound/soc/sof/
Dsof-priv.h355 struct snd_sof_dfsentry { struct
356 size_t size;
357 size_t buf_data_size; /* length of buffered data for file read operation */
358 enum sof_dfsentry_type type;
364 enum sof_debugfs_access_type access_type;
366 char *cache_buf; /* buffer to cache the contents of debugfs memory */
368 struct snd_sof_dev *sdev;
369 struct list_head list; /* list in sdev dfsentry list */
370 union {