Searched defs:snd_sof_dfsentry (Results 1 – 1 of 1) sorted by relevance
316 struct snd_sof_dfsentry { struct317 size_t size;318 size_t buf_data_size; /* length of buffered data for file read operation */319 enum sof_dfsentry_type type;325 enum sof_debugfs_access_type access_type;327 char *cache_buf; /* buffer to cache the contents of debugfs memory */329 struct snd_sof_dev *sdev;330 struct list_head list; /* list in sdev dfsentry list */331 union {
Completed in 11 milliseconds