Home
last modified time | relevance | path

Searched refs:wmfw_file_name (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
Dwm_adsp.h65 char *wmfw_file_name; member
Dwm_adsp.c258 kfree(dsp->wmfw_file_name); in wm_adsp_debugfs_save_wmfwname()
259 dsp->wmfw_file_name = tmp; in wm_adsp_debugfs_save_wmfwname()
276 kfree(dsp->wmfw_file_name); in wm_adsp_debugfs_clear()
278 dsp->wmfw_file_name = NULL; in wm_adsp_debugfs_clear()
292 if (!dsp->wmfw_file_name || !dsp->running) in wm_adsp_debugfs_wmfw_read()
296 dsp->wmfw_file_name, in wm_adsp_debugfs_wmfw_read()
297 strlen(dsp->wmfw_file_name)); in wm_adsp_debugfs_wmfw_read()