Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/codecs/
Dwm_adsp.h105 char *wmfw_file_name; member
Dwm_adsp.c654 kfree(dsp->wmfw_file_name); in wm_adsp_debugfs_save_wmfwname()
655 dsp->wmfw_file_name = tmp; in wm_adsp_debugfs_save_wmfwname()
668 kfree(dsp->wmfw_file_name); in wm_adsp_debugfs_clear()
670 dsp->wmfw_file_name = NULL; in wm_adsp_debugfs_clear()
683 if (!dsp->wmfw_file_name || !dsp->booted) in wm_adsp_debugfs_wmfw_read()
687 dsp->wmfw_file_name, in wm_adsp_debugfs_wmfw_read()
688 strlen(dsp->wmfw_file_name)); in wm_adsp_debugfs_wmfw_read()