sof-priv.h (6e9548cdb30e5d6724236dd7b89a79a270751485) sof-priv.h (cac0b0887e5304bddfda91a4a7106f9328c31318)
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
2/*
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * Copyright(c) 2018 Intel Corporation. All rights reserved.
7 *
8 * Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>

--- 311 unchanged lines hidden (view full) ---

320 * access_type specifies if the
321 * memory -> DSP resource (memory, register etc) is always accessible
322 * or if it is accessible only when the DSP is in D0.
323 */
324 enum sof_debugfs_access_type access_type;
325#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
326 char *cache_buf; /* buffer to cache the contents of debugfs memory */
327#endif
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
2/*
3 * This file is provided under a dual BSD/GPLv2 license. When using or
4 * redistributing this file, you may do so under either license.
5 *
6 * Copyright(c) 2018 Intel Corporation. All rights reserved.
7 *
8 * Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>

--- 311 unchanged lines hidden (view full) ---

320 * access_type specifies if the
321 * memory -> DSP resource (memory, register etc) is always accessible
322 * or if it is accessible only when the DSP is in D0.
323 */
324 enum sof_debugfs_access_type access_type;
325#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_DEBUGFS_CACHE)
326 char *cache_buf; /* buffer to cache the contents of debugfs memory */
327#endif
328#if IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_IPC_MSG_INJECTOR)
329 void *msg_inject_tx;
330 void *msg_inject_rx;
331#endif
332 struct snd_sof_dev *sdev;
333 struct list_head list; /* list in sdev dfsentry list */
334 union {
335 void __iomem *io_mem;
336 void *buf;
337 };
338};
339

--- 355 unchanged lines hidden ---
328 struct snd_sof_dev *sdev;
329 struct list_head list; /* list in sdev dfsentry list */
330 union {
331 void __iomem *io_mem;
332 void *buf;
333 };
334};
335

--- 355 unchanged lines hidden ---